
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.
function f(scalar $param) { echo "{$param}\n"; } // bootstrap.php namespace_declare('Vendor\Lib', [ 'strict_types' => 1, ... ]); 
Symfony Flex Private Recipes: Creating, Customizing, and Using
Yii 2.1 and freeze Yii 2.0
Expansion of models in Eloquent ORM 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 read a large file using PHP (without crashing a server)
PHP dependency management
Guide to writing secure PHP applications in 2018
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