
Fresh and the last this year's collection with links to news and materials. In the release: a couple of fresh sentences from PHP Internals, useful tools, materials on frameworks and asynchronous PHP and more.
Happy New Year! Enjoy reading.
 News and Releases
 News and Releases Php internals
 Php internals function f(scalar $param) { echo "{$param}\n"; }  // bootstrap.php namespace_declare('Vendor\Lib', [ 'strict_types' => 1, ... ]);  Instruments
 Instruments
 Study materials
 Study materials Symfony
 Symfony Symfony Flex Private Recipes: Creating, Customizing, and Using
 Symfony Flex Private Recipes: Creating, Customizing, and Using Yii
 Yii Yii 2.1 and freeze Yii 2.0
 Yii 2.1 and freeze Yii 2.0 Laravel
 Laravel Expansion of models in Eloquent ORM
 Expansion of models in Eloquent ORM Zend
 Zend use function Amp\ParallelFunctions\parallelMap; use function Amp\Promise\wait; $responses = wait(parallelMap([ 'https://google.com/', 'https://github.com/', 'https://stackoverflow.com/', ], function ($url) { return file_get_contents($url); }));  How to analyze the tone of tweets using machine learning in PHP
 How to analyze the tone of tweets using machine learning in PHP How to read a large file using PHP (without crashing a server)
 How to read a large file using PHP (without crashing a server) PHP dependency management
 PHP dependency management Guide to writing secure PHP applications in 2018
 Guide to writing secure PHP applications in 2018 Entertaining
 Entertaining
Thanks for attention!
If you notice an error or inaccuracy - please inform the PM .
Write questions and suggestions by mail or twitter .
Send link
Search links for all digests
← Previous release: PHP Digest number 121
Source: https://habr.com/ru/post/345462/
All Articles