|
|
@@ -53,7 +53,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
53
|
53
|
- [Strings](#strings)
|
|
54
|
54
|
- [Numbers](#numbers)
|
|
55
|
55
|
- [Filtering and Validation](#filtering-and-validation)
|
|
56
|
|
- - [REST and API](#rest-and-api)
|
|
|
56
|
+ - [API](#api)
|
|
57
|
57
|
- [Caching](#caching)
|
|
58
|
58
|
- [Data Structure and Storage](#data-structure-and-storage)
|
|
59
|
59
|
- [Notifications](#notifications)
|
|
|
@@ -558,8 +558,8 @@ Libraries to help manage database schemas and migrations.
|
|
558
|
558
|
* [MetaYaml](https://github.com/romaricdrigon/MetaYaml) - A schema validation library that supports YAML, JSON and XML.
|
|
559
|
559
|
* [ISO-codes](https://github.com/ronanguilloux/IsoCodes) - A library for validating various ISO and ZIP codes (IBAN, SWIFT/BIC, BBAN, VAT, SSN, UKNIN).
|
|
560
|
560
|
|
|
561
|
|
-## REST and API
|
|
562
|
|
-*Libraries and web tools for developing REST-ful APIs.*
|
|
|
561
|
+## API
|
|
|
562
|
+*Libraries and web tools for developing APIs.*
|
|
563
|
563
|
|
|
564
|
564
|
* [Apigility](https://github.com/zfcampus/zf-apigility-skeleton) - An API builder built with Zend Framework 2.
|
|
565
|
565
|
* [Hateoas](https://github.com/willdurand/Hateoas) - A HATEOAS REST web service library.
|
|
|
@@ -567,6 +567,7 @@ Libraries to help manage database schemas and migrations.
|
|
567
|
567
|
* [Negotiation](https://github.com/willdurand/Negotiation) - A content negotiation library.
|
|
568
|
568
|
* [Drest](https://github.com/leedavis81/drest) - A library for exposing Doctrine entities as REST resource endpoints.
|
|
569
|
569
|
* [Restler](https://github.com/Luracast/Restler) - A lightweight framework to expose PHP methods as RESTful web API.
|
|
|
570
|
+* [wsdl2phpgenerator](https://github.com/wsdl2phpgenerator/wsdl2phpgenerator) - A tool to generate PHP classes from SOAP WSDL files.
|
|
570
|
571
|
|
|
571
|
572
|
## Caching
|
|
572
|
573
|
*Libraries for caching data.*
|
|
|
@@ -680,7 +681,6 @@ Libraries to help manage database schemas and migrations.
|
|
680
|
681
|
* [PHP-GPIO](https://github.com/ronanguilloux/php-gpio) - A library for playing with the Raspberry PI's GPIO pins.
|
|
681
|
682
|
* [print_o](https://github.com/koriym/print_o) - An object graph visualizer.
|
|
682
|
683
|
* [Alias](https://github.com/fuelphp/alias) - A class aliasing library.
|
|
683
|
|
-* [wsdl2phpgenerator](https://github.com/wsdl2phpgenerator/wsdl2phpgenerator) - Generate PHP classes from SOAP WSDL files.
|
|
684
|
684
|
|
|
685
|
685
|
# Software
|
|
686
|
686
|
*Software for creating a development environment.*
|