joshmoody / library-skeleton
Skeleton for building PHP libraries. It is pre-configured for use with Composer, PHPUnit, and CodeSniffer. These three items should be in every PHP Library.
1.3.0
2015-01-23 04:33 UTC
Requires
- php: >= 5.4
Requires (Dev)
- phpunit/phpunit: ~4.4
- squizlabs/php_codesniffer: ~2.2
README
Skeleton for building PHP packages. It is pre-configured for use with Composer, PHPUnit, and CodeSniffer. These three items should be in every PHP Library.
Installation
$ composer create-project joshmoody/library-skeleton your-project-name
See README_SAMPLE.md for an example README you can use in your packages with badges and standard installation instructions.