Latest Posts
-
An MCP server in Symfony, with OAuth on both sides
How I added MCP tools to an internal Symfony dashboard, and what it takes to let Claude in: discovery, dynamic client registration, PKCE, and the Google login that was already...
-
Separating decisions and executions
How I separate decisions and executions using Symfony’s service locators
-
A newer way to alter API documentation generated by API Platform
How I alter the API documentation generated by API Platform beyond the default configuration to better reflect my custom API, updated for API Platform >= 2.6.0
-
Altering API documentation generated by API Platform
How I alter the API documentation generated by API Platform beyond the default configuration to better reflect my custom API
-
Using Symfony's service iterators for secondary flows
My attempt to decouple secondary flows of a process without using the event system
-
CLI output in services
My path to showing optional CLI output in services and the creation of the Feedback package