
API Platform
Les-Tilleuls.coop can help you design and develop your APIs and web projects, and train your teams in API Platform, Symfony, Next.js, Kubernetes and a wide range of other technologies.
API Platform | Getting Started With API Platform with Symfony
API Platform exposes a description of the API in the OpenAPI format (formerly known as Swagger). It also integrates a customized version of Swagger UI, a nice interface rendering …
Getting started - API Platform
If you are starting a new project, the easiest way to get API Platform up is to install API Platform for Symfony. It comes with the API Platform core library integrated with the Symfony …
GraphQL Support - API Platform
API Platform natively enables a cursor-based pagination for collections. It supports GraphQL’s Complete Connection Model and is compatible with GraphQL Cursor Connections Specification.
Configuration Reference - API Platform
# Symfony Configuration Here’s the complete configuration of API Platform for Symfony including default values:
API Platform for Laravel Projects
Sep 18, 2024 · Now that you learned the basics, be sure to read the general design considerations and how to extend API Platform to understand how API Platform is designed, …
The API Platform Core Library
Leverage the awesome features of the tool to develop complex and high-performance API-first projects. If you are starting a new project, the easiest way to get API Platform up is to install …
OpenAPI Specification Support (formerly Swagger) - API Platform
API Platform generates the OpenAPI specification through the ApiPlatform\OpenApi\Factory\OpenApiFactoryInterface service. To customize it, you need to …
API Platform
API Platform can automatically retrieve, persist, paginate and validate data using the most popular database systems thanks to Eloquent. PostgreSQL, MongoDB, ElasticSearch, SQLite, …
Subresources - API Platform
In API Platform you can declare as many ApiResource as you want on a PHP class creating Subresources. Subresources work well by implementing your own state providers or processors.