chillerlan / php-library-template-nodocs
A PHP Library template/boilerplate.
Fund package maintenance!
Ko-Fi
dev-main
2025-08-10 21:43 UTC
Requires
- php: ^8.1
Requires (Dev)
- phan/phan: ^5.5.0
- phpmd/phpmd: ^2.15
- phpstan/phpstan: ^2.1.22
- phpstan/phpstan-deprecation-rules: ^2.0.3
- phpunit/phpunit: ^10.5
- slevomat/coding-standard: ^8.15
- squizlabs/php_codesniffer: ^3.10
This package is auto-updated.
Last update: 2025-08-10 21:43:09 UTC
README
A template/boilerplate for PHP libraries (similar to chillerlan/php-library-template but without phpdocs and readthedocs deployment).
Overview
Features
- GitHub Actions runner
- Composer dependency management
- PHPUnit unit tests
- PHPStan static analysis
- PHPCS coding standard analyzer
- PHPMD mess detector
- Codecov code coverage analysis
- phpDocumentor auto generated API docs
Requirements
- PHP 8.1+
Disclaimer
Use at your own risk!