1
0
mirror of https://github.com/ziadoz/awesome-php.git synced 2025-08-10 22:14:06 +02:00

Merge pull request #444 from dupuchba/feat/add-api-platform

[api] api-platform.com
This commit is contained in:
Jose Diaz-Gonzalez
2016-04-03 22:41:30 -04:00

View File

@@ -639,6 +639,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. * [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. * [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. * [wsdl2phpgenerator](https://github.com/wsdl2phpgenerator/wsdl2phpgenerator) - A tool to generate PHP classes from SOAP WSDL files.
* [API Platform](https://api-platform.com ) - Expose in minutes an hypermedia REST API that embraces JSON-LD, Hydra format.
## Caching ## Caching
*Libraries for caching data.* *Libraries for caching data.*