Pickle installs PHP extensions easily on all platforms.
TODO: how to install & use
Fork the project, create a feature branch, and send us a pull request.
To ensure a consistent code base, you should make sure the code follows the PSR-1 and PSR-2 coding standards.
To avoid CS issues, you should use php-cs-fixer:
$ php-cs-fixer fix src/
Support is available via the issue tracker in the github project page or via IRC, EFNet, channel #pickle
Unit tests are written using atoum.
You will get atoum, among other dependencies, when running composer install
.
To run tests, you will need to run the following command:
$ vendor/bin/atoum
# To run tests in a loop, ideal to do TDD
$ vendor/bin/atoum --loop