A PHP skeleton project with some goodies.
- Clone it:
$ git clone [email protected]:ratacibernetica/php-skeleton-project.git my-awesome-project
- Install dependencies (require-dev):
$ composer install
- Make it yours, remove the remote:
$ git remote origin
Just run the following to run the test:
$ composer test
The composer.json comes with PHPUnit and the task runner Robo.
To execute the task runner defined in the RoboFile
:
$ composer watch
The robo plugin executes the tests every time a change is made in src or tests folder. You can tweak this to your preference in the RoboFile.