Talk in English - US at PHPConf.Asia 2018
Track Name:
Workshop Day - Track 1
View Slides: https://docs.google.com/presentation/d/1jGlKzuQXNFLyF1jERlS3FiRhRMeSaR9fQr8XoqAtWV0/edit?usp=sharing
Checkout the code: https://github.com/rectorphp/demo
Short URL: https://joind.in/talk/c178e
(QR-Code (opens in new window))
Before composer, we downloaded packages manually. But how do you upgrade to newer framework version? Still manually?
In non-PHP world, Google and Facebook already use such instant upgrade tools. Thanks to nikic/php-parser a door opened in PHP for such a tool ...and Rector was born.
I’ll show you how Rector handles 80 % of boring upgrades for you - in 1 CLI command.
About the speaker
Tomas loves PHP and connecting people, so he founded Czech & Slovak PHP Community Pehapkari in 2015, where all PHP developers can share their knowledge, chat on Slack or grab a beer.
His passion is open-source for lazy people - instant upgrades and coding standards. He takes care of Rector and EasyCodingStandard packages.
Comments
Comments are closed.
I wish I knew about rector a few years ago, but it didn't exist yet back then. Great talk!