The WebMCP Challenge: Wishlist Concierge
Last weekend I learned about the OpenAI WebMCP Challenge. A hackathon organized by OpenAI and DevPost to explore what’s possible with WebMCP.
Last weekend I learned about the OpenAI WebMCP Challenge. A hackathon organized by OpenAI and DevPost to explore what’s possible with WebMCP.
As developers, we're familiar with static analysis tools like PHPStan for identifying code problems. However, detecting runtime issues, especially those related to databases, requires a different approach.
I recently updated our Gally DDEV addon to support the latest Gally 2.3 release. This new version brings exciting features like a recommender, visitor tracking, and search term suggestions.
On August 20th, the PHP Usergroup Rhein-Neckar metropolitan region is meeting again.
How can I customize an existing Sylius Grid? That's a question that I got asked recently and decided to write about my learnings.
As a big Symfony UX fan, I was excited to explore the new components included in the latest Symfony UX release. Previously, I've blogged about Twig Components and Live Components, but there's more to discover.
It's that time again! We're excited to announce the June meetup of the PHP User Group Metropolregion Rhein-Neckar. Join us on the 25th of June for our next meetup.
I'm happy to announce that I'll be joining the celebrations at the 10-year anniversary of the PHP Developer Day Conference on September 25th, organized by my friends at the PHP Usergroup Dresden.
API Platform Conference 2026 is back on September 17–18, 2026 in Lille, France.
The Sylius framework, built on top of Symfony, offers a robust foundation for e-commerce applications. One of its strengths is the ease of integrating Symfony UX components, such as the autocomplete element, into the Sylius Admin UI. However, when dealing with translatable Sylius entities, the Symfony UX Autocomplete component requires additional configuration to function properly.