contao / rector
Rector configurations for Contao
Fund package maintenance!
to.contao.org/donate
Installs: 6 735
Dependents: 23
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: ^8.1
- rector/rector: ^1.0
Requires (Dev)
README
This package includes the Rector configuration for Contao.
Installation
Add the package to your Contao installation via Composer:
composer require contao/rector --dev
Usage
Create a file named rector.php
in the root directory of your project.
<?php declare(strict_types=1); use Contao\Rector\Set\SetList; use Rector\Config\RectorConfig; return RectorConfig::configure() ->withSets([SetList::CONTAO]) // Adjust the configuration according to your needs. ;
Then run the script like this:
vendor/bin/rector
What's inside?
The package contains the following custom rectors:
License
Contao is licensed under the terms of the LGPLv3.
Getting support
Visit the support page to learn about the available support options.