Skip to content

Alltricks/openapi-psr7-validator

 
 

Repository files navigation

Fork from https://github.com/thephpleague/openapi-psr7-validator.
Add some feature to support 3.1.
Tags on this repo is same as forked with our commits on the top. If you need to upgrade this repo with original one, do it like this :

# X.X.X = nouveau tag à recupérer, Y.Y.Y = dernier tag recupéré

git remote add forked [email protected]:thephpleague/openapi-psr7-validator.git
git fetch forked
git checkout from-Y-Y-Y
git pull
git checkout -b from-X-X-X
git rebase --onto X.X.X Y.Y.Y
git push

About

It validates PSR-7 messages (HTTP request/response) against OpenAPI specifications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.5%
  • Shell 0.5%