xoubaman / php-skeleton
DogeDogeDogeDogeDoge
0.1.0
2020-05-16 14:57 UTC
Requires
- php: ^7.2
Requires (Dev)
- phpstan/phpstan: ^0.12.25
- phpunit/phpunit: ^9.1
- roave/security-advisories: dev-master
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2026-02-27 14:51:34 UTC
README
A PHP thin skeleton to just have basic tools quickly for prototypes, tests, whatever.
The project includes:
- PhpUnit as dev dependency.
- Phpstan as dev dependency.
- Composer scripts to run tests and code analysis tools. Check the
scriptselement incomposer.json. - A
srcfolder for production code and atestfolder for tests, with the namespaces defined incomposer.json
Usage
Much explain:
composer create-project xoubaman/php-skeleton project-name
Go to composer.json and search the string doge. Replace with custom text as desired.
Run composer install.