mirror of
https://github.com/rectorphp/rector.git
synced 2025-04-22 16:32:27 +02:00
README: add sponsor links, cleanup
This commit is contained in:
parent
c1ca791cee
commit
ce9db1299e
22
README.md
22
README.md
@ -10,6 +10,17 @@ Why doing it manually if 80% Rector can handle for you?
|
||||
|
||||

|
||||
|
||||
<br>
|
||||
|
||||
## Sponsors
|
||||
|
||||
Rector grows faster with your help, the more you help the more work it saves you.
|
||||
Check out [Rector's Patreon](https://www.patreon.com/rectorphp). One-time donation is welcomed [trough PayPal](https://www.paypal.me/rectorphp).
|
||||
|
||||
<br>
|
||||
|
||||
## Open-Source First
|
||||
|
||||
Rector **instantly upgrades and instantly refactors PHP code of your application**. It covers many open-source projects and PHP changes itself:
|
||||
|
||||
<br>
|
||||
@ -36,13 +47,12 @@ Rector **instantly upgrades and instantly refactors PHP code of your application
|
||||
|
||||
<br>
|
||||
|
||||
**Rector can**:
|
||||
## What can Rector do for You?
|
||||
|
||||
- Rename classes, methods, properties, namespaces, constants... anything :)
|
||||
- Add, replace or remove arguments
|
||||
- Add [parameter or return type declarations](https://www.tomasvotruba.cz/blog/2019/01/03/how-to-complete-type-declarations-without-docblocks-with-rector/) without docblocks - just with static analysis
|
||||
- Upgrade from PHP 5.3 to PHP 7.4
|
||||
- [Migrate from one PHP framework to another](https://www.tomasvotruba.cz/blog/2019/02/21/how-we-migrated-from-nette-to-symfony-in-3-weeks-part-1/)
|
||||
- Rename classes, methods, properties, namespaces or constants
|
||||
- Complete [parameter, var or return type declarations](https://www.tomasvotruba.cz/blog/2019/01/03/how-to-complete-type-declarations-without-docblocks-with-rector/) based on static analysis of your code
|
||||
- Upgrade your code from PHP 5.3 to PHP 7.4
|
||||
- [Migrate your project from Nette to Symfony](https://www.tomasvotruba.cz/blog/2019/02/21/how-we-migrated-from-nette-to-symfony-in-3-weeks-part-1/)
|
||||
- [Complete PHP 7.4 property type declarations](https://www.tomasvotruba.cz/blog/2018/11/15/how-to-get-php-74-typed-properties-to-your-code-in-few-seconds/)
|
||||
- [Turn Laravel static to Dependency Injection](https://www.tomasvotruba.cz/blog/2019/03/04/how-to-turn-laravel-from-static-to-dependency-injection-in-one-day/)
|
||||
- And much more...
|
||||
|
Loading…
x
Reference in New Issue
Block a user