PHPSuperseded: no longer maintained, kept public for continuity
phpqa
The predecessor to php-qa-ci: superseded, but still getting installed
Install
composer require --dev edmondscommerce/phpqaA composer package providing PHP quality-assurance tooling: linting, static analysis, and test orchestration behind a single command. Last released in 2021, superseded by php-qa-ci, and no longer maintained.
Kept public because it is still installed dozens of times a month, on top of tens of thousands of lifetime installs. It is the first link in a lineage that runs phpqa to php-qa-ci to ts-qa-ci: same problem, three generations of tooling.
Pipeline
- Single-command QA
- Wraps PHP linting, static analysis, and test orchestration behind one binary.
- Still in use, years after the last commit
- Dozens of installs a month, long after being superseded: the underlying idea held up even once the tool itself was retired.