timdev/devtools
Composer 安装命令:
composer require timdev/devtools
包简介
A common development dependency for TimDev projects.
README 文档
README
What's this?
A little package to try to standardize a set of development tools for PHP projects. Probably not of interest to anyone who isn't working on projects with me.
Including this package as a dev-dependency gets you:
- PHPUnit for testing.
- Psalm for static analysis.
- PHPStan for another flavor of static analysis.
- PHP_CodeSniffer for linting
- Roave Security Advisories to help avoid depending on packages with vulnerabilities.
Along with config files for each.
Motivation
The key motivation is to be able to share configurations for things like psalm, php_cs, and phpunit between my projects, and keep things largely in sync.
Assumptions
This package assumes your code is in src/ and your tests are in tests/. It
further assumes that you want psalm and phpcs to be run on your test sources.
Usage
Set minimum-stability:
# Because this package includes roave/security-advisories which, by design, # will never have a stable release: composer config minimum-stability dev # you'll almost certainly also want to do: composer config prefer-stable true
Add this package a dev-dependency:
composer install --dev timdev/devtools
Run the setup script which will copy the three config files into your project root:
vendor/bin/devtools-setup
Psalm is configured to use a baseline file, and will complain if there isn't
one. If you project does not already have a psalm-baseline.xml file in its
root directory, devtools-setup will install an empty baseline file for you, so
that psalm will run without error.
Local Tweaks
Do not make changes to any of the .xml.dist files installed by
devtools-setup. Your changes will be overwritten during an upgrade. Instead,
you should add non-.dist versions.
Upgrading
Since the main point of this package is to manage local configuration for
various tools, you should re-run vendor/bin/devtools-setup after upgrading
this package.
Inspiration
I created this package after experimenting with ramsey/devtools, which is an incredibly cool thing. But I wanted something more focused on our needs at TimDev Software.
timdev/devtools 适用场景与选型建议
timdev/devtools 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 503 次下载、GitHub Stars 达 0, 最近一次更新时间为 2021 年 08 月 19 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 timdev/devtools 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 timdev/devtools 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 503
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-08-19