https://github.com/wayofdev/php-package-tpl
PHP package template with GitHub Actions. Is Used by WOD projects
https://github.com/wayofdev/php-package-tpl
php php8 template
Last synced: 4 months ago
JSON representation
PHP package template with GitHub Actions. Is Used by WOD projects
- Host: GitHub
- URL: https://github.com/wayofdev/php-package-tpl
- Owner: wayofdev
- License: mit
- Created: 2022-07-13T17:17:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-08T07:06:48.000Z (about 1 year ago)
- Last Synced: 2025-04-12T00:16:25.829Z (10 months ago)
- Topics: php, php8, template
- Language: Makefile
- Homepage: https://wayof.dev
- Size: 908 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
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:
```bash
$ composer req wayofdev/package-tpl
```
## ๐งช Running Tests
### โ PHPUnit tests
To run tests, run the following command:
```bash
$ make test
```
### โ Static Analysis
Code quality using PHPStan:
```bash
$ make stan
```
### โ Coding Standards Fixing
Fix code using The PHP Coding Standards Fixer (PHP CS Fixer) to follow our standards:
```bash
$ make cs-fix
```
## ๐ค License
[](./LICENSE)
## ๐๐ผโโ๏ธ Author Information
Created in **2022** by [lotyp / wayofdev](https://github.com/wayofdev)