
Fresh selection with links to news and materials. In the release: PHP 7.4.0 RC3, support for Composer dependencies on GitHub, updating PSR standards, RFC offers from PHP Internals and about coordinating the PHP project, a portion of useful tools, podcasts, mitaps, and much more.
Enjoy reading!
migration from PHP 7.3.x to PHP 7.4.x - thanks lex111 for the translation. class Car { public int $yearOfProduction; public string $vin; } $car = new Car { yearOfProduction = 2019, vin = "1FTFW1CVXAFD54385", }; $car = new Car { yearOfProduction = 2019, }; // throws RuntimeException: Initialization of Car class object failed due to missing required properties
fdiv()
Getters / setters and encapsulation issue in symfony projects
DDD - a new helper for debugging in Laravel 6
Comparison of Inertia.js and Livewire
Laravel Testing Video Series
Laracasts: Laravel 6 from scratch
YIMP - Control Panel for Yii 2 on Bootstrap 4
We write a RESTful API using ReactPHP: Download images , Give static unserialize()
The Four Pillars of PSR
PHP libraries for e-commerce: working with ATOL and Payture, parsing GS1 codes and other tasks.
They are strange static variables in PHP
PHP Xdebug proxy: when the standard features of Xdebug are not enough.
Code style as a development standard
PHP, how much abstraction for the people? 
Competent OOP - Video report from PHP Russia 2019 
PHP backend performance. Video from Badoo PHP Meetup # 3
Stream from Derick Rethans , in which he fixes a bug in Xdebug.
Five Minute PHP:
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. 164