
$counts = array<string, int>(); // array<TKey,TValue> $counts["kittens"] = 12; $fn = "Foo::__construct"; $object = $fn(); will be tantamount to $object = new Foo();
Symfony and ElasticSearch
Symfony microframe
Initialized controllers in symfony and working with annotations
SEO service on Yii2: Organization of backend and portable modules
Installing and configuring Yii2 on a shared hosting
Create a social network on Laravel from scratch
PHP Managing Strings - How lines are arranged in PHP, as well as the differences between implementations in PHP 5 and PHP 7. Sent z17 .
Principles of programming - Part 4: Messages - Sent by haruatari .
“Exceptional” Code - Part 2
How to create your own Dependency Injection Container
DI, PHPUnit and setUp
The unexpected behavior of openssl_random_pseudo_bytes () leads to a fatal loss of robustness
Go in terms of PHP programmer
Clean code architecture and development through testing in PHP
Event architecture for microservices
PHP Roundtable # 038: RFC Show & Tell - Video podcast with RFC authors for PHP 7.1 offers.
PHP Roundtable # 040: Graph Databases
Source: https://habr.com/ru/post/278137/
All Articles