Download the PHP package benjaminhaeberli/php-skeleton without Composer
On this page you can find all versions of the php package benjaminhaeberli/php-skeleton. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download benjaminhaeberli/php-skeleton
More information about benjaminhaeberli/php-skeleton
Files in benjaminhaeberli/php-skeleton
Package php-skeleton
Short Description โจ A modern PHP skeleton that includes CI/CD, PHPStan, Pest & more.
License MIT
Informations about the package php-skeleton
Getting started ๐
Requirements
- PHP 8.3+
Installation
You can create a new repository on GitHub or download the ZIP of the latest release.
You can also install it using composer :
Then, install composer packages :
Commands โจ๏ธ
More details in composer.json
Common
๐งน Keep a modern codebase with Pint (see default config)
โ๏ธ Run static analysis using PHPStan
โ Run unit tests using PEST
๐ Run the entire test suite
๐งฐ Validate composer.json
and update dependencies
๐ Expose code coverage using PEST (require XDEBUG in coverage
mode)
Code quality & refactoring
๐ Measure the code quality with PHPInsights (see config\insights.php)
โ Run refactors using Rector
PHP skeleton is maintained by Benjamin Haeberli under the MIT license.