gs / gs
Micro Framework For very specific purposes
0.0.2
2014-07-01 13:24 UTC
Requires
- php-objects/php-objects: ~0.9.1
Requires (Dev)
- fabpot/php-cs-fixer: dev-master
- phpmd/phpmd: *
- phpunit/phpunit: 3.7.*
- satooshi/php-coveralls: dev-master
- sebastian/phpcpd: *
- sebastian/phpdcd: *
This package is not auto-updated.
Last update: 2024-08-27 01:54:03 UTC
README
For a very specific purpose
Includes:
- QueryBuilder
- View Renderer
- Simple Action controller
Issues/Features proposals
Here is the issue tracker.
Contributing
Only TDD code will be accepted. Please follow the PSR-2 code standard.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
How to run the tests:
phpunit --configuration tests/phpunit.xml
To check the code standard run:
phpcs --standard=Zend lib
phpcs --standard=Zend tests
# alternatively
./bin/travis/run_phpcs.sh