phetit/package-template
最新稳定版本:v2.0.0
Composer 安装命令:
composer create-project phetit/package-template
包简介
Template for a PHP package
README 文档
README
Phetit Package Skeleton
This repository provides a skeleton to start your next PHP package.
Requires PHP 8.1+
Usage
Installation
📦 Create a Composer project:
composer create-project phetit/package-skeleton --keep-vcs PackageName
If you want to get the last changes in the repository, add
--stability=devoption.
After installation, follow the console instructions to set up your project.
Composer scripts
Once the project has been set up, you can use the following composer scripts.
🎨 Run code style analysis using PHP_CodeSniffer:
composer test:lint
🛠️ Run static analysis using PHPStan:
composer test:types
✅ Run unit tests using PHPUnit:
composer test:unit
🚀 Run the entire test suit
composer test
License
This project is licensed under the MIT license.
References
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-09-15