Contributing¶
Setup¶
- Fork and clone the repository.
- 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.