wayofdev/package-tpl

PHP package template with GitHub Actions

Maintainers

Package info

github.com/wayofdev/php-package-tpl

Homepage

Language:Makefile

pkg:composer/wayofdev/package-tpl

Fund package maintenance!

wayofdev

Statistics

Installs: 109

Dependents: 0

Suggesters: 0

Stars: 6

Open Issues: 10

v1.3.137 2023-12-02 14:47 UTC

This package is auto-updated.

Last update: 2026-03-07 03:47:06 UTC


README




Build Status Total Downloads Latest Stable Version Software License Commits since latest release

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!

Screenshot

๐Ÿ’ฟ 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

Licence


๐Ÿ™†๐Ÿผโ€โ™‚๏ธ Author Information

Created in 2022 by lotyp / wayofdev