- API Platform
API Platform can automatically retrieve, persist, paginate and validate data using the most popular database systems thanks to Eloquent or Doctrine PostgreSQL, MongoDB, ElasticSearch, SQLite, MySQL, MariaDB, SQL Server and Oracle are supported out of the box
- 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 the OpenAPI documentation
- API Platform for Laravel Projects
We’ll use configuration options provided by API Platform all along this getting started guide, but there are tons of features! A good way to discover them is to inspect the properties of the ApiResource and ApiProperty attributes and, of course, to read the core library documentation
- API Platform
API Platform can automatically retrieve, persist, paginate and validate data using the most popular database systems PostgreSQL, MongoDB, ElasticSearch, SQLite, MySQL, MariaDB, SQL Server and Oracle are supported out of the box
- Creating Custom Operations and Symfony Controllers - API Platform
Using custom Symfony controllers with API Platform is discouraged Also, GraphQL is not supported For most use cases, better extension points, working both with REST and GraphQL, are available We recommend to use System providers and processors to extend API Platform internals
- API Platform | Creating Async APIs using the Mercure Protocol
API Platform detects changes made to your Doctrine entities, and sends the updated resources to the Mercure hub Then, the Mercure hub dispatches the updates to all connected clients using Server-sent Events (SSE)
- API Platform | Guides | Declare a Resource
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 Learn more
- API Platform | Performance and Cache
When a resource is modified, API Platform takes care of purging all responses containing it in the proxy’s cache This ensures that the content served will always be fresh because the cache is purged in real time
|