Code snippets
You will find here 5 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 ™.
This snippet shows how to install a beta version of a PHP PECL extension. For example, when PHP 8.4.1 was released; we had the fol...
PHP
Published on 2024-11-24 • Modified on 2024-11-24
This snippet shows how to test a new Symfony major beta version. We saw how to try the "next" minor version in the previous snippe...
Symfony
Published on 2023-11-01 • Modified on 2023-11-01
This snippet shows how to install a Symfony beta version with the Symfony binary. Note that if a new major version is released, it...
Symfony
Published on 2023-10-28 • Modified on 2023-10-28
I always forget this one. We must set the preferred_state setting. Once the package is installed, you can restore the previous set...
PHP
Published on 2020-04-01 • Modified on 2020-04-01
Symfony 7.1 beta1 is out as of the 2024-05-02, you can test it by modifying your composer.json file. The following JSON snippet s...
Symfony
Published on 2019-05-11 • Modified on 2024-05-02