PHP Digest number 88 - interesting news, materials and tools (June 13 - July 17, 2016)
After a short break, the PHP Digest is back in business! We offer to your attention another selection with links to news and materials.
Enjoy reading! ')
News and Releases
Zend Framework 3 - The long-awaited major release of the popular framework. Almost 4 years have passed since the release of the previous version. Under the hood of users waiting for PHP 7 support, updated components, more than 4 times improved performance, microformvr out of the box, middleware support and much more.
End of support for Zend Framework 1 - Together with the announcement of the ZF3, Zend announced the termination of support for ZF1. Security patches will be released only until September 28 of this year.
PyroCMS v3 - Release of the once popular CMS. The project is actually rewritten from scratch to Laravel.
RFC: Iterable - A proposal was made to add the Iterable pseudotype, which combined both regular arrays and objects that implement Traversable .
RFC: Throw Error in Extensions - In many extensions, instead of errors of the class E_ERROR or E_RECOVERABLE_ERROR, they will throw exceptions like Error. Offer accepted.
paragonie / multi_factor - The purpose of the library is to implement a single interface for working with various two-factor authentication providers. GoogleAuth is supported out of the box.
simplesamlphp / simplesamlphp - The implementation of the SAML standard, in turn, used to implement single sign-on (SSO).
heiglandreas / JUnitDiff - The library allows you to show what has changed between the two runs of the PHPUnit tests.
PHP Sucks - A post from a well-known member of the PHP community Evert Pot, in which he writes about the bad reputation of PHP and why he decided to switch to another language.