Skip to content

Releases: cebe/php-openapi

0.9.1-beta

03 Dec 11:01
c4e639d
Compare
Choose a tag to compare
0.9.1-beta Pre-release
Pre-release
  • Added PathItem::getOperations() for easier access to operations

0.9.0-beta

22 Nov 13:47
4a4892d
Compare
Choose a tag to compare
0.9.0-beta Pre-release
Pre-release

First release. Ready for testing. This implements full coverage of the OpenAPI 3 Spec. The following functionality is available:

  • reading openapi YAML and JSON files
  • inspecting the API specification data through PHP object
  • basic validation against OpenAPI 3 spec
  • resolving of references (in the same file, as well as external files)

Please try it on your OpenAPI spec files and report any issues you see!