Draft:API Platform
Appearance
API Platform is a web framework which can be used with the framworks Symfony[1] and Laravel[2]. It allows the creation of APIs in a fast and configurable manner. API Platform also automatically generates OpenAPI documentation for APIs built with it[3]. It was first released in 2018.
Its progress are ofen presented in tech conferences[4][5] and meet-ups[6].
Example
use ApiPlatform\Metadata\ApiResource;
...
#[ApiResource(
operations: [
new Get(),
new GetCollection()
]
)]
class Book
{
...
}
See also
External links
References
- ^ https://symfony.com/projects/apiplatform
- ^ https://laravel-news.com/api-platform-for-laravel
- ^ https://api-platform.com/docs/core/openapi/
- ^ https://www.journaldunet.com/solutions/dsi/1208584-symfonylive-2018-symfony-4-met-le-cap-sur-l-excellence/
- ^ https://www.journaldunet.com/solutions/dsi/1507779-cecile-helary-hamerel-afup/
- ^ https://www.meetup.com/fr-FR/api-platform/