Monitoring Warnings, Notices and Deprecations with Tideways
Tideways helps you optimize application performance by continuously monitoring and analyzing it.
Tideways helps you optimize application performance by continuously monitoring and analyzing it.
Mark your calendars for October 29th and 30th, as Bad Nauheim will be the place to be. My friends from programmier.bar are hosting the programmier.con - Web & AI Edition 2025 conference, and I'm excited to have been invited to give a talk about DDEV, a topic that was recently featured on the programmier.bar podcast.
On the 19th of September, I will be speaking once again at the PHP Developer Day Conference organized by my friends of the PHP Usergroup Dresden.
The Sylius Resource Bundle is using annotations to define the operations an entity supports. These operations will generate a Symfony routing configuration automatically.
The Sylius Resource bundle does not include permission handling by default, as it can be complex and vary greatly, so it's logical to separate this specific logic from the bundle.
Fortunately, the Resource bundle provides several extension points, allowing you to easily integrate your own permission handling approach.
We use DDEV for almost all of our PHP projects. Also, we use FrankenPHP in our projects, but so far only in production.
Can we make FrankenPHP also run in DDEV to have a more consistent development environment?
10 years ago, I've published my 20 years of PHP blogpost and I think it's the perfect time to reflect about what happened in the last 30 years in the PHP ecosystem.
We're excited to announce our next PHP meetup Metropolregion Rhein-Neckar meetup, co-organized with the Sylius team, on June 26th! As always, we'll gather at the bitExpert AG office in Mannheim, and we have a fantastic lineup of speakers.
My friend Beau Simensen recently asked on Mastodon if it is possible to pass an array shape as a type to a function?
Twig Hooks are a robust and powerful alternative to the Sonata Block Events and the old Sylius Template Events system.