An open API service indexing awesome lists of open source software.

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

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!