承接 phetit/package-template 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

phetit/package-template

最新稳定版本:v2.0.0

Composer 安装命令:

composer create-project phetit/package-template

包简介

Template for a PHP package

README 文档

README

GitHub tag (with filter) Packagist GitHub

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=dev option.

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-09-15