Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ These are third party tools generated by the Swagger community:
- [Swashbuckle](https://github.com/domaindrivendev/Swashbuckle) - Adds some Swagger to your WebApi.
- [Swagger.Net](https://github.com/Swagger-Net/Swagger.Net) - Library to document the ASP.NET Web API using the Swagger specification.

#### Node.js
- [Swagger Framework](https://github.com/silas/swagger-framework) - a module for creating Swagger-based apis using the standard HTTP request listener interface (including Express). It supports request normalization/validation, pluggable consumes/produces, spec validation, and more.

#### PHP
- [Swagger-PHP](https://packagist.org/packages/zircote/swagger-php) - a library implementing the swagger.wordnik.com specification to describe web services, operations/actions and models enabling a uniform means of producing, consuming, and visualizing RESTful web services.
- [NelmioApiDocBundle](https://github.com/nelmio/NelmioApiDocBundle) - A Symphony Bundle.
Expand Down