wayofdev / package-tpl
PHP package template with GitHub Actions
Package info
github.com/wayofdev/php-package-tpl
Language:Makefile
pkg:composer/wayofdev/package-tpl
Fund package maintenance!
v1.3.137
2023-12-02 14:47 UTC
Requires
- php: ^8.1
Requires (Dev)
- ergebnis/composer-normalize: ^2.30.2
- jetbrains/phpstorm-attributes: ^1.0
- pestphp/pest: ^2.4.0
- phpstan/extension-installer: ^1.2.0
- phpstan/phpstan: ^1.10.11
- phpstan/phpstan-deprecation-rules: ^1.1.3
- phpstan/phpstan-phpunit: ^1.3.11
- phpstan/phpstan-strict-rules: ^1.5.1
- phpunit/phpunit: ^10.0.19
- roave/security-advisories: dev-latest
- wayofdev/cs-fixer-config: ^v1.1.11
This package is auto-updated.
Last update: 2026-06-23 17:54:07 UTC
README
PHP Package Template
This is minimal PHP template which is used by other PHP projects in wayofdev organization.
If you like/use this package, please consider starring it. Thanks!
๐ฟ Installation
โ Using composer
Require as dependency:
$ composer req wayofdev/package-tpl
๐งช Running Tests
โ PHPUnit tests
To run tests, run the following command:
$ make test
โ Static Analysis
Code quality using PHPStan:
$ make stan
โ Coding Standards Fixing
Fix code using The PHP Coding Standards Fixer (PHP CS Fixer) to follow our standards:
$ make cs-fix
๐ค License
๐๐ผโโ๏ธ Author Information
Created in 2022 by lotyp / wayofdev
