Code snippets

You will find here 3 code snippets I find useful so I don't have to Google ™ or Stackoverflow ™ them when I need. There are also code snippets I always forget! 😁 Sometimes, related links to the code will be available. The main difference with other random snippets you will find on the web is that in most cases (for the Symfony related ones) you will be able to run them directly from this website to check the output so you can verify it works as expected ™.

In this snippet, we see how to compute a virtual Doctrine entity's property after its loading. We use the postLoad Doctrine event....

Doctrine

Published on 2021-05-15 • Modified on 2021-05-15

 View the code


In this snippet, we see how to disable Google FLoC with a Symfony event subscriber. In a previous snippet, we modified an Apache c...

Symfony

Published on 2021-05-08 • Modified on 2021-05-08

 View the code


This is a Doctrine entity listener empty template for Symfony that you can copy-paste in your projects. I wanted to have it here o...

Doctrine

Published on 2021-04-26 • Modified on 2021-04-26

 View the code