kazan / barebones
Barebones kickstart package
0.1.5
2015-01-20 13:58 UTC
Requires
- php: >=5.3.3
- symfony/yaml: ~2.0
Requires (Dev)
- phpspec/phpspec: ~2.0
- phpunit/phpunit: ~4.2
- symfony/yaml: ~2.0
This package is not auto-updated.
Last update: 2024-11-05 02:28:14 UTC
README
#BareBones Skeleton
Usage:
composer create-project kazan/barebones <folder_name>
Developing:
Tests go in tests
, code goes in src
, have fun!
Included:
- PHPUnit 4.2
- PHPSpec 2.0
- Symfony/Yaml