2017 © Pedro Peláez
 

library composer-package-boilerplate

Demo

image

stilliard/composer-package-boilerplate

Demo

  • Monday, January 19, 2015
  • by stilliard
  • Repository
  • 1 Watchers
  • 7 Stars
  • 28 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Simple composer package boilerplate (Just a few default files i use when creating a blank composer package)

TODO: - copy this locally: composer create-project stilliard/composer-package-boilerplate PROJECT_NAME -s dev - delete these top lines once read - git init as a fresh repo - change TODO's in this file - change the composer package "name", "description", etc. in the composer.json file - start coding your classes in ./src/ and your tests in ./tests/ etc, commiting while you go. (Theres a Demo/Something class and Demo/Test/SomethingTest class ready for you to rename) - setup a github repo and push to it - setup travis-ci for auto testing and scrutinizer for checking for improvements - you're done :D, (*1)

Demo

TODO: travis-ci, scrutinizer, packaist images..., (*2)

About

TODO: Why would you use this package?, (*3)

Install

TODO: composer require stilliard/DEMO dev-master

Usage

TODO: How to use it?, (*4)

License

This project is open-sourced software licensed under the MIT license, (*5)

The Versions

19/01 2015

dev-master

9999999-dev

Demo

  Sources   Download

MIT

The Requires

  • php >=5.3

 

by Andrew Stilliard