gs/gs

Micro Framework For very specific purposes

0.0.2 2014-07-01 13:24 UTC

This package is not auto-updated.

Last update: 2024-04-23 00:22:30 UTC


README

For a very specific purpose

Build Status Coverage Status Code Climate latest stable version total downloads Latest Unstable Version License

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.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. 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

License

MIT

Authors