Fresh selection with links to news and materials. In the release: Zend Framework goes under the wing of the Linux Foundation, news from PHP Internals, a portion of useful tools, and much more.
[RFC] Arrow Functions 2.0 - Started voting on short lambdas and the voting process is encouraging. The syntax remains the same: fn($x) => $x * $y .
[RFC] Deprecate left-associative ternary operator - In almost all languages, the ternary operator is calculated from right to left, but in PHP the opposite is true. It is proposed to abolish the left associativity at all, and if it is necessary to use several ternary operators, then explicitly indicate the order using brackets.
PHP Internals News # 6 - Interview with Remi Collet, PHP 7.2 release manager, about quality assurance for PHP and extensions.
Instruments
pinba-server / pinba-server - A simple pinba-server in pure PHP that stores all the data in Clickhouse. There is a ready dashboard for graphs. Easy installation and low system requirements, and compressed data takes up very little disk space. Sent by morozovsk .
robinvdvleuten / php-ulid - Instead of the usual UUID, you can use ULID as identifiers, which has several advantages, in particular, it lexically monotonically increases, which means it can be conveniently sorted.
Fast release cycle Yii - The main framework will be released about once a month, and extensions will be updated every week if there have been changes since previous releases.
The five minutes PHP number 50 , 51 - 6 and April 7, 2019 in Brussels passed The Symfony and API Platform Hackathon. In the two podcast episodes, one of the participants, Valentin Udaltsov, shares his impressions.