About 400 results
Open links in new tab
  1. 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.

  2. 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 …

  3. Configuration Reference - API Platform

    # Symfony Configuration Here’s the complete configuration of API Platform for Symfony including default values:

  4. 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 …

  5. 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.

  6. 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 …

  7. 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, …

  8. 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 …

  9. 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 …

  10. Operations - API Platform

    API Platform automatically registers typical CRUD operations and describes them in the exposed documentation (Hydra and Swagger). It also creates and registers routes for these operations …