PSR-SimpleCache - At the discussion stage, the proposal of the new PSR standard on a simpler caching interface. Sent by tkf .
PHP 5.5 support ends on July 10 - If you are still using PHP 5.5, then it's time to think about updating, because in less than a month the release of security bug fixes will be discontinued.
Php
RFC: Iterable - It is proposed to add an Iterable pseudotype, which would combine both regular arrays and objects that implement Traversable.
RFC: Closure from callable function - Offer accepted unanimously. In PHP 7.1, the function Closure::fromCallable(callable $callable) : Closure {...} will be added to convert the passed callable parameter to a full closure.
consolidation-org / cgr - Replacing the standard composer global require . Sets each global dependency to a separate folder, eliminating the possibility of conflicts. Post in support.
jgrossi / corcel - The tool allows you to use WordPress as an admin for an application, and for the front to use any framework to retrieve data using Eloquent ORM.
PHP Version Usage Statistics 2016.1 - When connected to packagist.org, the composer sends information about the version of PHP being used. Jordi Boggiano shares these statistics. The share of PHP 7 is already 20%.
Analysis of coding conventions - Analyzed the code of 193 popular PHP-projects to follow this or that coding style. For example, using short array syntax, naming, etc.