Validate Your PHP API Tests Against OpenAPI Definitions — A Laravel Example [2023 update]

OpenAPI definitions are great to generate documentations, but there is much more we can do with them

Yannick Chenot
Level Up Coding
Published in
8 min readDec 2, 2020

--

Am I proud of this montage? You bet I am (by the author)

OpenAPI is a specification intended to describe RESTful APIs in JSON and YAML, with the aim of being understandable by humans and machines alike.

--

--