Click on graph, and it will opens separately. You can click any rectangle to see code coverage of represented class.
Join our Slack channel: https://rockparade.slack.com
- PHP 7.0
- PHP-extension: ext-mbstring
- PHP-extension: ext-pdo
- PHP-extension: ext-xml
- PHP-extension: ext-curl
- MySQL 5.5
- Composer link
- Run MySQL server.
- Clone this repository and follow to its directory.
- Run
composer install
. Enter database credentials. - Run symfony server:
php bin/console server:run
. - Server will be available on http://localhost:8000.
- Go to project directory and run
composer install
. - Run tests
vendor/bin/phpunit tests
.
Last actual documentation is available at http://rockparade.creora.ru/api. You can try queries in sandbox.
- Take issue from task tracker board.
- Fork repository on github.
- When work is done, create pull request from your master branch to this repository master branch.