orbittechnology / phpapplicationsample
Sample of PHP application/library with composer and PSR support
1.0.5
2018-04-28 15:39 UTC
Requires
- php: >=5.4.0
Requires (Dev)
- phpunit/phpunit: 4.8.*
- symfony/yaml: ~2.1
README
PHP application sample
Sample of PHP application/library compliant with PSR-1, PSR-2, PSR-4 and Composer for PHP 5.4+. Help is always appreciated, if you see a bug, feel free to squish it for us with a pull request. Installation
You can install PHP application sample by composer. Add following code to "require" or "require-dev" section of the composer.json:
"require": { "OrbitTechnology/php-application-sample": "1.0.*" }
And install dependencies using the Composer:
cd path/to/your-project
php composer.phar install
Tests
You can run the unit tests with the following commands:
cd path/to/php-application-sample
./vendor/bin/phpunit -c ./phpunit.xml
License
The PHP application sample is open source software licensed under the GPL-3.0 license.