
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 …
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, …
Configuration Reference - API Platform
# Symfony Configuration Here’s the complete configuration of API Platform for Symfony including default values:
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 …
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, …
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.
API Platform | Getting Started With API Platform: Create Your API …
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 …
API Platform | Doctrine ORM and MongoDB ODM Filters
With this code, under the hood, API Platform automatically adds a Symfony Range constraint. This ensures the parameter only accepts values between 1 and 12 (inclusive), which is exactly …