
PHP Frameworks Day 2015 - October 17 in Kiev will host a PHP conference. The program is still being formed, but among the speakers Jordi Boggiano, one of the Composer authors, has already been announced.function reduce(int $a, int $b, callable(int, int):int $reducer) : int {
return $reducer($a, $b);
}
var_dump() , print_r() and debug_backtrace() . Supports CLI mode.
Routing Component Symfony 2.7 - Routing
Symfony Routing - How to match the route based on the host - Describes how to limit the route for certain domains or subdomains.
Set Yii2 Behavior for storing trees in the database and sharing them
How not to write comparisons. Symfony2 vs Yii: which framework to choose in 2015?
PHP Social Network - Video course from www.codecourse.com for creating a social network using Laravel.
Laravel: Ratchet - WebSocket. Learning to work with sockets , 2
Rethinking Event Listeners - Logic should not be written in the event handler.
We integrate Paypal payment into web-application
The evolution of the cloud log collection and the log collector in open source
The digest of interesting materials from the world of Drupal # 12
Accelerate queries to the database using PDO and iterators

Developing a PHP extension to implement a resizable array
Video recordings of reports from the conference phpDay 2015Source: https://habr.com/ru/post/266313/
All Articles