tatter/tools
Composer 安装命令:
composer require tatter/tools
包简介
Developer tools for CodeIgniter 4
README 文档
README
Developer tools for CodeIgniter 4
Installation
- Install via Composer:
> composer require tatter/tools
Description
Tools is an opinionated wrapper for the CodeIgniter DevKit. It includes a script to apply the DevKit to libraries (instead of the default, for projects) and some custom updates to the template files.
Included
See the DevKit docs for a complete list of bundled tools.
Usage
Applying Toolkit
Apply the development toolkit using the bash script from the directory where you wish it to apply:
- ./vendor/tatter/tools/src/retool ... or:
- composer retool
Spark Autocomplete
Tools includes a directive for Bash's
Programmable Completion
to allow tab-completing spark commands from the command-line.
Simply copy src/spark_completion to you Bash completions directory as "spark" and
re-source your environment (i.e. log out & in):
sudo cp src/spark_completion /usr/share/bash-completion/completions/spark
exit
Now when accessing commands for in CodeIgniter 4 you can autocomplete against the list of available commands for your instance:
> ./spark mi
[tab]
> ./spark migrate
migrate migrate:create migrate:refresh migrate:rollback migrate:status
tatter/tools 适用场景与选型建议
tatter/tools 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 30.52k 次下载、GitHub Stars 达 7, 最近一次更新时间为 2020 年 10 月 30 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「toolkit」 「codeigniter」 「tools」 「development」 「codeigniter4」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 tatter/tools 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 tatter/tools 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 tatter/tools 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
A set of useful PHP classes.
A Laravel package to retrieve data from Google Search Console
The CodeIgniter Redis package
GHT D-Tools Bundle
Symfony2 Bundle that adds basic user account entity and city/state/country setup as well
Allow KoolReport to use twig template engine to render view
统计信息
- 总下载量: 30.52k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 20
- 依赖项目数: 28
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-10-30