xoubaman / php-skeleton
DogeDogeDogeDogeDoge
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
pkg:composer/xoubaman/php-skeleton
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: 2025-10-27 13:48:42 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.