Draft:API Platform
Draft article not currently submitted for review.
This is a draft Articles for creation (AfC) submission. It is not currently pending review. While there are no deadlines, abandoned drafts may be deleted after six months. To edit the draft click on the "Edit" tab at the top of the window. To be accepted, a draft should:
It is strongly discouraged to write about yourself, your business or employer. If you do so, you must declare it. Where to get help
How to improve a draft
You can also browse Wikipedia:Featured articles and Wikipedia:Good articles to find examples of Wikipedia's best writing on topics similar to your proposed article. Improving your odds of a speedy review To improve your odds of a faster review, tag your draft with relevant WikiProject tags using the button below. This will let reviewers know a new draft has been submitted in their area of interest. For instance, if you wrote about a female astronomer, you would want to add the Biography, Astronomy, and Women scientists tags. Editor resources
Last edited by Citation bot (talk | contribs) 3 seconds ago. (Update) |
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 new features are often presented in tech conferences[4][5], one of which is organised by the company behind it[6][7] and meet-ups[8].
Example
[edit]use ApiPlatform\Metadata\ApiResource;
...
#[ApiResource(
operations: [
new Get(),
new GetCollection()
]
)]
class Book
{
...
}
See also
[edit]External links
[edit]
References
[edit]- ^ "API Platform (Projects using Symfony)".
- ^ "API Platform for Laravel". 14 October 2024.
- ^ "OpenAPI Specification Support (Formerly Swagger)".
- ^ "SymfonyLive 2018 : Symfony 4 met le cap sur l'excellence". 5 April 2018.
- ^ "Cécile Helary Hamerel (AFUP) : "Les frameworks PHP se lancent à l'assaut du frontend"". 3 January 2022.
- ^ "Les-Tilleuls.coop".
- ^ "API Platform Conference : ça se passe les 21 et 22 septembre !". 6 September 2023.
- ^ "API Platform Meetup".