Procházet zdrojové kódy

Added Swagger api documenter and JSON Schema Validator

pull/719/head
Francis Alvin Barretto před 9 roky
rodič
revize
2dbfac2966
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2
    0
      README.md

+ 2
- 0
README.md Zobrazit soubor

@@ -318,6 +318,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
318 318
 * [PHP Documentor 2](https://github.com/phpDocumentor/phpDocumentor2) - A documentation generator.
319 319
 * [phpDox](http://phpdox.de/) - A documentation generator for PHP projects (that is not limited to API documentation).
320 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 323
 ## Security
323 324
 *Libraries for generating secure random numbers, encrypting data and scanning for vulnerabilities.*
@@ -761,6 +762,7 @@ Libraries to help manage database schemas and migrations.
761 762
 * [Hprose-PHP](https://github.com/hprose/hprose-php) - A very newbility RPC Library, support 25+ languages now.
762 763
 * [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
763 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 766
 * [Jumper](https://github.com/kakawait/Jumper) - A remote service executor library.
765 767
 * [LadyBug](https://github.com/raulfraile/Ladybug) - A dumper library.
766 768
 * [Lambda PHP](https://github.com/igorw/lambda-php) - A Lambda calculus interpreter in PHP.

Načítá se…
Zrušit
Uložit