Enjoy Slim? Tip with GitTip →
Development
Official Repository
https://github.com/codeguy/Slim
How to Contribute
- Fork the Slim Framework repository;
- Create a new branch for each feature or improvement;
- Send a pull request from each branch to the official repository’s develop branch.
Style Guide
All pull requests must adhere to the PSR-2 standard.
Unit Testing
All pull requests must be accompanied by passing PHPUnit tests and complete code coverage. Run existing tests with this bash command:
phpunit
Test Coverage
http://dev.slimframework.com/coverage/
API Documentation
http://dev.slimframework.com/phpdocs/
Bug Reports
If you find a bug, you can open a ticket.