Thank you for your interest in contributing to PPS-PHP.
git clone https://github.com/pps-protocol/pps-php.git
cd pps-php
composer installcomposer test
composer test:unit
composer test:integrationThis project follows PSR-12.
composer cs-check
composer cs-fixcomposer analyse- Open an issue first for significant changes.
- Create a topic branch.
- Write tests for new functionality.
- Ensure all tests pass.
- Submit a pull request.
By submitting a contribution, you agree it may be distributed under Apache-2.0.