Contributing

Setup

  1. Fork and clone the repository.
  2. Install dependencies:
    composer install
    

Running Tests

vendor/bin/phpunit --configuration phpunit.xml

Guidelines

  • Adhere to PSR-12 standards.
  • Update docs/ with new features.
  • Include tests in pull requests.