From ce9db1299e9f1f334c8bca5e06932f9a7d7da830 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Mon, 29 Apr 2019 23:42:11 +0200 Subject: [PATCH] README: add sponsor links, cleanup --- README.md | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cce81f9d03a..8aff156c2c8 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,17 @@ Why doing it manually if 80% Rector can handle for you? ![Rector-showcase](docs/images/rector-showcase.gif) +
+ +## 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). + +
+ +## Open-Source First + Rector **instantly upgrades and instantly refactors PHP code of your application**. It covers many open-source projects and PHP changes itself:
@@ -36,13 +47,12 @@ Rector **instantly upgrades and instantly refactors PHP code of your application
-**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...