Our PHP TimeTraveler to address DateTime::modify() pitfalls
And some tips & tricks to modify dates with PHP
Aug 3, 20232 min read39

Search for a command to run...
Articles tagged with #php
And some tips & tricks to modify dates with PHP

I recently deployed a new instance of Azure Database for MySQL Flexible Server.And I found out it uses a different SSL certificate than the legacy Single Server. This obviously broke my current Adminer setup with the login-ssl.php plugin so I decided...

Key points and strategy to migrate from a proprietary framework to Symfony, discussing routing, service injection, and database entities.
