php-openapi icon indicating copy to clipboard operation
php-openapi copied to clipboard

Read and write OpenAPI yaml/json files and make the content accessible in PHP objects.

Results 56 php-openapi issues
Sort by recently updated
recently updated
newest added

@cebe Please make a decision and/or statement on whether: - this library is abandoned by you, and you are unsure what to do about it - the library is abandoned,...

There have been some talks about removing this dependency from the list of required packages and there is an issue created regarding this (https://github.com/cebe/php-openapi/issues/170). However, there has been no update...

As part of the test suite, we are using https://github.com/Nexmo/api-specification/tree/master/definitions to fetch example in the `specProvider` method of the `OpenApiTest.php` class. That repository no longer exists and the test fails....

Not mine, but it has ~250 stars so worth adding.

Hi! I'm trying to build an OAPI definition where I split shared data into separate files. I'm only using json format as of now. One example would be doing something...

Added validation for duplicate operationId. Fix #181