承接 benjaminhaeberli/php-skeleton 相关项目开发

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

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

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

Skeleton Php

GitHub Workflow Status (main) Total Downloads GitHub Release GitHub Release Date GitHub License

Getting started 🔎

Requirements

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-04-11