viktigpetterr / composer-template
Composer package template
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
pkg:composer/viktigpetterr/composer-template
Requires (Dev)
- phpstan/phpstan: ^0.12.99
- phpunit/phpunit: ^9.5
- symplify/easy-coding-standard: ^9.4
README
A neat little Composer template ready to be used for new awesome PHP packages. 🐘 📦
Features
- Static code analysis through easy-coding-standard.
- Unit testing through PHPUnit.
- GitHub Actions setup for building, static analysis and unit tests.
- MIT license.
- PSR-4 autoloading compliant.
- PSR-12 compliant code style.
- CHANGELOG.md.
Use template
composer create-project viktigpetterr/composer-template <project-name>