
Fresh selection with links to news and materials. In the release: PHP 7.4.0 alpha 3, ReactPHP 1.0 LTS, a portion of useful tools, video from conferences, podcasts and more.
Enjoy reading!
proc_open will take arguments as an array, they do not need to be escaped, and the process will start directly without running an intermediate shell: proc_open(['php', '-r', 'echo "Hello World\n";'], $descriptors, $pipes); null : $null = null; var_dump($null[0]); // NULL $int = 42; var_dump($int['foo']); // NULL var_dump(true[0] === false[0]); // true
10 useful methods of Laravel Collections
Making Event Sourcing in Laravel with EventSauce
We write RESTful API using ReactPHP: Add routes , Refactor adding controllers , Test endpoints , Add error handling
Microservices or monolith: looking for a solution
PHP Specifications
Whitespace Obfuscator for PHP
composer vs npm: multi-module development
Development for Docker. Local environment. Part 1
DevConf 2019, Moscow
PHPDay 2019, Verona
PHP Town Hall Episode 67 - About Zend Framework 3 and Laminas with Adam Culp .Thanks for attention!
')
If you notice an error or inaccuracy - please inform the PM .
Write questions and suggestions by mail or twitter .
A short digest audio version in the five-minute PHP # 56 podcast
Source: https://habr.com/ru/post/460022/
All Articles