Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 714 Bytes

File metadata and controls

46 lines (32 loc) · 714 Bytes

Contributing to PPS-PHP

Thank you for your interest in contributing to PPS-PHP.

Development Setup

git clone https://github.com/pps-protocol/pps-php.git
cd pps-php
composer install

Running Tests

composer test
composer test:unit
composer test:integration

Code Style

This project follows PSR-12.

composer cs-check
composer cs-fix

Static Analysis

composer analyse

Pull Request Process

  1. Open an issue first for significant changes.
  2. Create a topic branch.
  3. Write tests for new functionality.
  4. Ensure all tests pass.
  5. Submit a pull request.

License

By submitting a contribution, you agree it may be distributed under Apache-2.0.