1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-09-28 12:49:05 +00:00

Update API Platform description

This commit is contained in:
Baptiste DUPUCH 2015-08-06 10:15:58 +02:00
parent c64320bb7e
commit b42eb40d35

View File

@ -593,7 +593,7 @@ Libraries to help manage database schemas and migrations.
* [Drest](https://github.com/leedavis81/drest) - A library for exposing Doctrine entities as REST resource endpoints.
* [Restler](https://github.com/Luracast/Restler) - A lightweight framework to expose PHP methods as RESTful web API.
* [wsdl2phpgenerator](https://github.com/wsdl2phpgenerator/wsdl2phpgenerator) - A tool to generate PHP classes from SOAP WSDL files.
* [API PLATFORM](https://github.com/dunglas/api-platform) - Expose in minutes an hypermedia REST API that works out of the box that embraces JSON-LD, Hydra and provides a ton of features (also usable as standalone symphony bundle).
* [API Platform](https://api-platform.com ) - Expose in minutes an hypermedia REST API that works out of the box that embraces JSON-LD, Hydra and provides a ton of features (also usable as standalone Symfony bundle).
## Caching
*Libraries for caching data.*