PHP-WELCOMEPACK
This is a repo showing a basic setup in PHP, using:
- COMPOSER for dependency management
- PHPUNIT(https://phpunit.de/) for test.
##Build
curl -sS https://getcomposer.org/installer | php
php composer.phar install
##Test
$ /runTests.sh
##Run
$ /runTests.sh
REVISIONS
##0.1.0 2015-12-17 | Pablo del Vecchio
- First commit