Dev Tools · 2h ago
Contract test Symfony APIs against OpenAPI specs with Gesso
Gesso is a framework-independent PHP library that validates HTTP requests and responses against OpenAPI schemas. It offers a Symfony adapter for WebTestCase and supports OpenAPI 3.0, 3.1, and 3.2. The tool helps ensure API implementations stay aligned with published specs.
Meridian48 take
Useful for teams already publishing OpenAPI docs, but provider-side spec testing is only one piece of a robust contract testing strategy.
openapisymfony