Releases: cebe/php-openapi
Releases · cebe/php-openapi
0.9.1-beta
- Added
PathItem::getOperations()
for easier access to operations
0.9.0-beta
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!