benjaminhaeberli/php-skeleton
最新稳定版本:v0.1.0
Composer 安装命令:
composer require benjaminhaeberli/php-skeleton
包简介
✨ A modern PHP skeleton that includes CI/CD, PHPStan, Pest & more.
README 文档
README
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 :
composer create-project benjaminhaeberli/php-skeleton --prefer-source YourApp
Then, install composer packages :
composer install
Commands ⌨️
More details in composer.json
Common
🧹 Keep a modern codebase with Pint (see default config)
composer pint
⚗️ Run static analysis using PHPStan
composer phpstan
✅ Run unit tests using PEST
composer pest
🚀 Run the entire test suite
composer test
🧰 Validate composer.json and update dependencies
composer core:update
📈 Expose code coverage using PEST (require XDEBUG in coverage mode)
composer pest:coverage
Code quality & refactoring
💎 Measure the code quality with PHPInsights (see config\insights.php)
composer phpinsights
✅ Run refactors using Rector
composer rector
PHP skeleton is maintained by Benjamin Haeberli under the MIT license.
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-04-11
