symfony:api-platform-resources
Configure API Platform resources with operations, pagination, and output DTOs for clean, versioned REST/GraphQL APIs
symfony:api-platform-versioning
Implement API versioning strategies in API Platform including URI, header, and query parameter approaches
symfony:api-platform-tests
Test API Platform resources with ApiTestCase, test collections, items, filters, and authentication
symfony:api-platform-security
Secure API Platform resources with security expressions, voters, and operation-level access control
symfony:api-platform-state-providers
Master API Platform State Providers and Processors to decouple data retrieval and persistence from entities, enabling clean architecture and custom data sources
symfony:api-platform-serialization
Control API output with serialization groups, custom normalizers, and context-aware serialization in API Platform
symfony:api-platform-filters
Implement API Platform filters for search, date ranges, boolean, and custom filtering with proper indexing
symfony:api-platform-dto-resources
Create API Platform resources using pure DTOs without Doctrine entities, enabling clean API design decoupled from database schema