https://github.com/rectorphp/cleaning-packages
Meta composer-package to never forget any important dev packages in your project
https://github.com/rectorphp/cleaning-packages
Last synced: 3 days ago
JSON representation
Meta composer-package to never forget any important dev packages in your project
- Host: GitHub
- URL: https://github.com/rectorphp/cleaning-packages
- Owner: rectorphp
- Created: 2025-05-22T09:48:25.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-06-05T09:02:12.000Z (8 months ago)
- Last Synced: 2025-08-31T04:39:19.571Z (5 months ago)
- Size: 6.84 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# All Cleaning Packages in one Place
This repository contains a collection of cleaning packages for PHP devs, who want to take code quality to the next level...
...and are enough lazy to delegate as much work as possible to automated tools.
It's a collection of CLI tools and PHPStan extensions (some of them you can find in [tomasvotruba.com/tools](https://tomasvotruba.com/tools)).
## Install
```bash
composer require rector/cleaning-packages --dev
```
Happy coding!