
Fresh selection with links to news and materials. In the release: PHP 7.4.0 RC1, Laravel 6, Monolog 2 and other releases, Union Types and other news from PHP Internals, a portion of useful tools, a pack of podcasts and much more.
Enjoy reading!
T1|T2|...
class Number { private int|float $number; public function setNumber(int|float $number): void { $this->number = $number; } public function getNumber(): int|float { return $this->number; } }
E_ALL
E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
PHP Townhall # 68: Behind the Facade - Taylor Otwell visiting Matt Trask and Ben Edmunds discuss what's new in Laravel, the business side of things, and the LaraconUS organization.
Writing a RESTful API with ReactPHP: Managing Orders
Overclocking Magento Rest API with RoadRunner
Defining text encoding in PHP instead of mb_detect_encoding
FFI: writing in Rust in a PHP program
What is the main difference between Dependency Injection and Service Locator?
We are looking for bugs in PHP code without static analyzers using quasilyte / phpgrep . 
Alexander Makarov about web security: From basic principles to PHP features - Slides .
Video recordings from Blackfire meetup in Datadog NYC HQ - About profiling with Blackfire, flame graphs of PHP applications in production, development of cached PHP applications. 
Podcast Devshahta with Peter Myazin (Five Minute of PHP) - Versus: Node.js or PHP in 2019.
Five Minute PHP # 65 - Modern WordPress in 2019.
Five Minute PHP # 66 - Environment Variables and PHP.
Five Minute PHP # 67 - DDD # 4 - Entity Thanks for your attention!
If you notice a mistake or inaccuracy - please inform me in PM .
Questions and suggestions write to mail or twitter .
More news and comments on the PHP Digest Telegram Channel.
Send link
Search links for all digests
← Previous release: PHP Digest No. 163