Thank you for contributing to lemric/batch-processing.
- PHP
8.4+ - Composer
2+
composer installRun all required checks before opening a pull request:
vendor/bin/phpunit --colors=always
vendor/bin/phpstan analyse src tests --level max --memory-limit=-1
composer audit --locked- Create focused pull requests that solve a single concern.
- Add or update tests for behavioral changes.
- Keep public API changes documented in
README.md. - Ensure CI is green before requesting review.
- Use concise, imperative messages.
- Explain why the change is needed, not only what changed.
Please do not open public issues for vulnerabilities. Follow SECURITY.md.