Download the PHP package fitbug/guzzle-swagger-validation-middleware without Composer
On this page you can find all versions of the php package fitbug/guzzle-swagger-validation-middleware. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fitbug/guzzle-swagger-validation-middleware
More information about fitbug/guzzle-swagger-validation-middleware
Files in fitbug/guzzle-swagger-validation-middleware
Package guzzle-swagger-validation-middleware
Short Description A guzzle middleware that can be used to validate if requests and responses match what is defined in the schema
License MIT
Informations about the package guzzle-swagger-validation-middleware
Guzzle Middleware: Swagger Validation Middleware
A guzzle middleware that can be used to validate if requests and responses match what is defined in the schema
Getting Started
Prerequisities
You'll need to install:
- PHP (Minimum 5.6)
Installing
Usage
Simply add it to the guzzle you use as middleware.
You get output like the request or response doesn't match the specification
Running the tests
First checkout the library, then run
Coding Style
We follow PSR2, and also enforce PHPDocs on all functions. To run the tests for coding style violations
Unit tests
We use PHPSpec for unit tests. To run the unit tests
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
See the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details.