darling/php-darling-dev-tools
Composer 安装命令:
composer require darling/php-darling-dev-tools
包简介
Development tools for development of Darling PHP libraries and projects.
README 文档
README
___ ___ ___ ______ __
/ _ \___ _____/ (_)__ ___ _/ _ \___ _ _/_ __/__ ___ / /__
/ // / _ `/ __/ / / _ \/ _ `/ // / -_) |/ // / / _ \/ _ \/ (_-<
/____/\_,_/_/ /_/_/_//_/\_, /____/\__/|___//_/ \___/\___/_/___/
/___/
Development tools for development of Darling PHP libraries and projects.
This library provides a script named NewClass.php which can be used
to setup a new class for development in a Darling PHP library or
project.
The NewClass.php script will generate the required boilerplate
for a new Darling class, including it's Interface, TestTrait, and
Test class.
The source code for the Class, Interface, TestTrait, and Test
class is generated using the templates located in this library's
./templates directory.
Installation:
composer require darling/php-darling-dev-tools
Usage:
Assuming the Darling Dev Tools library has been installed, and the current directory is the root directory of the project to create a new class for:
php ./vendor/darling/php-darling-dev-tools/NewClass.php \
--path ./ \
--rootnamespace Darling\\ProjectName \
--name NewClassName \
--basetestname NameOfBaseTestClassForProject \
--subnamespace sub\\namespace
Arguments
--path
The path to the project the class will be created for.
For example: ./path/to/project
--rootnamespace
The rootnamespace of the project.
For example: Darling\\ProjectName
--name
The name of the new class.
For example: NewClassName \
--basetestname
The name of the projects base PHPUnit test class.
For example: ProjectNameTest \
--subnamespace
The subnamespace to define for the class.
This will follow the --rootnamespace.
For example: classes\\utilities
darling/php-darling-dev-tools 适用场景与选型建议
darling/php-darling-dev-tools 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 2.16k 次下载、GitHub Stars 达 1, 最近一次更新时间为 2023 年 03 月 26 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 darling/php-darling-dev-tools 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 darling/php-darling-dev-tools 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 2.16k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 14
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-03-26