https://github.com/rectorphp/rector-src
Development repository for Rector
https://github.com/rectorphp/rector-src
instant-upgrades php
Last synced: 9 months ago
JSON representation
Development repository for Rector
- Host: GitHub
- URL: https://github.com/rectorphp/rector-src
- Owner: rectorphp
- License: mit
- Created: 2021-05-09T17:49:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-06T14:50:15.000Z (9 months ago)
- Last Synced: 2025-05-06T15:56:27.012Z (9 months ago)
- Topics: instant-upgrades, php
- Language: PHP
- Homepage: https://getrector.com
- Size: 65.8 MB
- Stars: 116
- Watchers: 8
- Forks: 385
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Rector - Instant Upgrades and Automated Refactoring
[](https://packagist.org/packages/rector/rector)
This repository (`rectorphp/rector-src`) is for development Rector only.
Head to [`rectorphp/rector`](http://github.com/rectorphp/rector) for documentation, install or [creating an issue](https://github.com/rectorphp/rector/issues/new).
## Building `rectorphp/rector`
Code of this repository requires PHP 8. For `rector/rector` package the build downgrades code to PHP 7.4+.
## How to Contribute
Please read [contributing guideline](/CONTRIBUTING.md) for how to contribute to rector.
## Debug Tests
Do you need to measure speed of particular test? Or just check which test fixture is failing? Make use of pretty print:
```bash
vendor/bin/phpunit -d --enable-pretty-print
```
## Code of Conduct
This project adheres to a [Contributor Code of Conduct](/CODE_OF_CONDUCT.md) By participating in this project and its community, you are expected to uphold this code.
## Rector Packages CI Status
**Symfony** - https://github.com/rectorphp/rector-symfony
* 

**PHPUnit** - https://github.com/rectorphp/rector-phpunit
* 

**Doctrine** - https://github.com/rectorphp/rector-doctrine
* 

**Downgrade PHP** - https://github.com/rectorphp/rector-downgrade-php
* 
