The Messenger Component (Symfony)

The Messenger Component (Symfony)

Компонент Messenger (Symfony)

Back in March 2018, the pleasing news that the family of symfony components was replenished with a useful Messenger. tool spread quickly among the developers. According to the creators, this Symfony tool had to take on the task of sending / receiving messages to / from other applications, as well as queue management.

Let’s Look Under the Hood of Doctrine 2

Let’s Look Under the Hood of Doctrine 2

Doctrine 2

Perhaps it is not an exaggeration to say that Doctrine is the most frequently used ORM in the Symfony ecosystem. That’s why for the PHP developer, the mastery of this library is really important. In this article, I propose to look ‘under the hood’ of this Mustang among ORMs and figure out what abstractions and patterns form the base of this library.

How to Set up a Symfony Project for Work with Docker Subdomains

How to Set up a Symfony Project for Work with Docker Subdomains

Symfony with Docker

There are situations when Symfony needs routing based on subdomains. For example, when we deal with various functional clusters within one project or one repository. Let’s say, when, apart from API, there is an administrative part written in Symfony bundles or some functionality for public access urls from the client-side.

Symfony2 vs Yii2: which development framework should you choose this 2016?

Symfony2 vs Yii2: which development framework should you choose this 2016?

Symfony2 vs Yii2: which development framework should you choose this 2016?

Comparing technologies that are equally popular is a pretty hard task. Such comparisons are by default prone to inaccuracies, especially if you favor one of them. That’s why in the updated version of this article we’d like to take an unbiased approach towards Symfony2 PHP framework vs Yii2 question and let our readers decide by themselves what to choose for their projects.

Symfony 2 installation and configuration

Symfony 2 installation and configuration

Symfony 2 installation and configuration

Since its release date, Symfony 2.0 installation process and tools required for it have been changed and updated for several times. In this article we tell you how to install and set up a Symfony2 application.

Increasing Project Productivity in Symfony2 with Doctrine2 ORM

Increasing Project Productivity in Symfony2 with Doctrine2 ORM

Increasing project productivity in Symfony2 from Doctrine2 ORM

I have been trying to write this Doctrine 2 ORM tutorial for a long time but just couldn’t get down to it. Finally, I pulled myself together and did it. So here I’m sharing some techniques for working with Doctrine2 ORM which will help to improve the site performance on Symfony2 (precisely any site that uses Doctrine2 ORM). I have created a project and put it on a GitHub as a visual guide so anyone can test my words in action now.