Browse Source

Make REST category more generic.

pull/345/merge
Jamie 10 years ago
parent
commit
3d4e5214f9
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      README.md

+ 4
- 4
README.md View File

53
 	- [Strings](#strings)
53
 	- [Strings](#strings)
54
 	- [Numbers](#numbers)
54
 	- [Numbers](#numbers)
55
 	- [Filtering and Validation](#filtering-and-validation)
55
 	- [Filtering and Validation](#filtering-and-validation)
56
-	- [REST and API](#rest-and-api)
56
+	- [API](#api)
57
 	- [Caching](#caching)
57
 	- [Caching](#caching)
58
 	- [Data Structure and Storage](#data-structure-and-storage)
58
 	- [Data Structure and Storage](#data-structure-and-storage)
59
 	- [Notifications](#notifications)
59
 	- [Notifications](#notifications)
558
 * [MetaYaml](https://github.com/romaricdrigon/MetaYaml) - A schema validation library that supports YAML, JSON and XML.
558
 * [MetaYaml](https://github.com/romaricdrigon/MetaYaml) - A schema validation library that supports YAML, JSON and XML.
559
 * [ISO-codes](https://github.com/ronanguilloux/IsoCodes) - A library for validating various ISO and ZIP codes (IBAN, SWIFT/BIC, BBAN, VAT, SSN, UKNIN).
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
 * [Apigility](https://github.com/zfcampus/zf-apigility-skeleton) - An API builder built with Zend Framework 2.
564
 * [Apigility](https://github.com/zfcampus/zf-apigility-skeleton) - An API builder built with Zend Framework 2.
565
 * [Hateoas](https://github.com/willdurand/Hateoas) - A HATEOAS REST web service library.
565
 * [Hateoas](https://github.com/willdurand/Hateoas) - A HATEOAS REST web service library.
567
 * [Negotiation](https://github.com/willdurand/Negotiation) - A content negotiation library.
567
 * [Negotiation](https://github.com/willdurand/Negotiation) - A content negotiation library.
568
 * [Drest](https://github.com/leedavis81/drest) - A library for exposing Doctrine entities as REST resource endpoints.
568
 * [Drest](https://github.com/leedavis81/drest) - A library for exposing Doctrine entities as REST resource endpoints.
569
 * [Restler](https://github.com/Luracast/Restler) - A lightweight framework to expose PHP methods as RESTful web API.
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
 ## Caching
572
 ## Caching
572
 *Libraries for caching data.*
573
 *Libraries for caching data.*
680
 * [PHP-GPIO](https://github.com/ronanguilloux/php-gpio) - A library for playing with the Raspberry PI's GPIO pins.
681
 * [PHP-GPIO](https://github.com/ronanguilloux/php-gpio) - A library for playing with the Raspberry PI's GPIO pins.
681
 * [print_o](https://github.com/koriym/print_o) - An object graph visualizer.
682
 * [print_o](https://github.com/koriym/print_o) - An object graph visualizer.
682
 * [Alias](https://github.com/fuelphp/alias) - A class aliasing library.
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
 # Software
685
 # Software
686
 *Software for creating a development environment.*
686
 *Software for creating a development environment.*

Loading…
Cancel
Save