Download the PHP package xoubaman/php-skeleton without Composer
On this page you can find all versions of the php package xoubaman/php-skeleton. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-skeleton
Such project :doge:
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.
All versions of php-skeleton with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
The package xoubaman/php-skeleton contains the following files
Loading the files please wait ...