https://github.com/stickeeuk/rector-config
Provides a Rector config for Stickee projects.
https://github.com/stickeeuk/rector-config
php rector rectorphp
Last synced: 17 days ago
JSON representation
Provides a Rector config for Stickee projects.
- Host: GitHub
- URL: https://github.com/stickeeuk/rector-config
- Owner: stickeeuk
- License: mit
- Created: 2022-11-07T16:36:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-21T15:06:26.000Z (7 months ago)
- Last Synced: 2026-06-09T23:48:03.058Z (18 days ago)
- Topics: php, rector, rectorphp
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stickee Rector config
Provides a [Rector](https://github.com/rectorphp/rector) config for stickee projects.
## Installation
```shell
composer require --dev stickee/rector-config
cp vendor/stickee/rector-config/dist/rector.php rector.php
```
You must commit the `rector.php` config file.
## Usage
```shell
vendor/bin/rector process # refactors code
vendor/bin/rector process --dry-run # shows you what it would do
```