Browse Source

Added Swagger api documenter and JSON Schema Validator

pull/719/head
Francis Alvin Barretto 9 years ago
parent
commit
2dbfac2966
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      README.md

+ 2
- 0
README.md View File

318
 * [PHP Documentor 2](https://github.com/phpDocumentor/phpDocumentor2) - A documentation generator.
318
 * [PHP Documentor 2](https://github.com/phpDocumentor/phpDocumentor2) - A documentation generator.
319
 * [phpDox](http://phpdox.de/) - A documentation generator for PHP projects (that is not limited to API documentation).
319
 * [phpDox](http://phpdox.de/) - A documentation generator for PHP projects (that is not limited to API documentation).
320
 * [Sami](https://github.com/FriendsOfPHP/Sami) - An API documentation generator.
320
 * [Sami](https://github.com/FriendsOfPHP/Sami) - An API documentation generator.
321
+* [Swagger](https://github.com/zircote/swagger-php) - Generate interactive Swagger documentation for your RESTful API using doctrine annotations.
321
 
322
 
322
 ## Security
323
 ## Security
323
 *Libraries for generating secure random numbers, encrypting data and scanning for vulnerabilities.*
324
 *Libraries for generating secure random numbers, encrypting data and scanning for vulnerabilities.*
761
 * [Hprose-PHP](https://github.com/hprose/hprose-php) - A very newbility RPC Library, support 25+ languages now.
762
 * [Hprose-PHP](https://github.com/hprose/hprose-php) - A very newbility RPC Library, support 25+ languages now.
762
 * [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
763
 * [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
763
 * [JSONPCallbackValidator](https://github.com/willdurand/JsonpCallbackValidator) - A library for validating JSONP callbacks.
764
 * [JSONPCallbackValidator](https://github.com/willdurand/JsonpCallbackValidator) - A library for validating JSONP callbacks.
765
+* [JSON Schema Validator](https://github.com/justinrainbow/json-schema) - A PHP Implementation for validating JSON Structures against a given Schema.
764
 * [Jumper](https://github.com/kakawait/Jumper) - A remote service executor library.
766
 * [Jumper](https://github.com/kakawait/Jumper) - A remote service executor library.
765
 * [LadyBug](https://github.com/raulfraile/Ladybug) - A dumper library.
767
 * [LadyBug](https://github.com/raulfraile/Ladybug) - A dumper library.
766
 * [Lambda PHP](https://github.com/igorw/lambda-php) - A Lambda calculus interpreter in PHP.
768
 * [Lambda PHP](https://github.com/igorw/lambda-php) - A Lambda calculus interpreter in PHP.

Loading…
Cancel
Save