wayofdev / package-tpl
PHP package template with GitHub Actions
Fund package maintenance!
wayofdev
Installs: 107
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 0
Open Issues: 5
Language:Makefile
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
- dev-master
- v1.3.137
- v1.3.136
- v1.3.135
- v1.3.134
- v1.3.133
- v1.3.132
- v1.3.131
- v1.3.130
- v1.3.129
- v1.3.128
- v1.3.127
- v1.3.126
- v1.3.125
- v1.3.124
- v1.3.123
- v1.3.122
- v1.3.121
- v1.3.120
- v1.3.119
- v1.3.118
- v1.3.117
- v1.3.116
- v1.3.115
- v1.3.114
- v1.3.113
- v1.3.112
- v1.3.111
- v1.3.110
- v1.3.109
- v1.3.108
- v1.3.107
- v1.3.106
- v1.3.105
- v1.3.104
- v1.3.103
- v1.3.102
- v1.3.101
- v1.3.100
- v1.3.99
- v1.3.98
- v1.3.97
- v1.3.96
- v1.3.95
- v1.3.94
- v1.3.93
- v1.3.92
- v1.3.91
- v1.3.90
- v1.3.89
- v1.3.88
- v1.3.87
- v1.3.86
- v1.3.85
- v1.3.84
- v1.3.83
- v1.3.82
- v1.3.81
- v1.3.80
- v1.3.79
- v1.3.78
- v1.3.77
- v1.3.76
- v1.3.75
- v1.3.74
- v1.3.73
- v1.3.72
- v1.3.71
- v1.3.70
- v1.3.69
- v1.3.68
- v1.3.67
- v1.3.66
- v1.3.65
- v1.3.64
- v1.3.63
- v1.3.62
- v1.3.61
- v1.3.60
- v1.3.59
- v1.3.58
- v1.3.57
- v1.3.56
- v1.3.55
- v1.3.54
- v1.3.53
- v1.3.52
- v1.3.51
- v1.3.50
- v1.3.49
- v1.3.48
- v1.3.47
- v1.3.46
- v1.3.45
- v1.3.44
- v1.3.43
- v1.3.42
- v1.3.41
- v1.3.40
- v1.3.39
- v1.3.38
- v1.3.37
- v1.3.36
- v1.3.35
- v1.3.34
- v1.3.33
- v1.3.32
- v1.3.31
- v1.3.30
- v1.3.29
- v1.3.28
- v1.3.27
- v1.3.26
- v1.3.25
- v1.3.24
- v1.3.23
- v1.3.22
- v1.3.21
- v1.3.20
- v1.3.19
- v1.3.18
- v1.3.17
- v1.3.16
- v1.3.15
- v1.3.14
- v1.3.13
- v1.3.12
- v1.3.11
- v1.3.10
- v1.3.9
- v1.3.8
- v1.3.7
- v1.3.6
- v1.3.5
- v1.3.4
- v1.3.3
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.0
- v1.1.0
- v1.0.0
- dev-renovate/pestphp-pest-3.x
- dev-renovate/phpunit-phpunit-11.x
- dev-renovate/pestphp-pest-2.x-lockfile
This package is auto-updated.
Last update: 2024-10-10 02:38:02 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