Download the PHP package swaggest/api-compat without Composer
On this page you can find all versions of the php package swaggest/api-compat. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download swaggest/api-compat
More information about swaggest/api-compat
Files in swaggest/api-compat
Download swaggest/api-compat
More information about swaggest/api-compat
Files in swaggest/api-compat
Vendor swaggest
Package api-compat
Short Description API compatibility checker for swagger.json
License MIT
Package api-compat
Short Description API compatibility checker for swagger.json
License MIT
Please rate this library. Is it a good library?
Informations about the package api-compat
API compatibility checker for swagger.json
A PHP implementation for finding breaking changes between two swagger.json
documents.
CLI tool
Usage
Example
After finding breaking changes, api-compat
will exit with code 1
Installation
Docker
Library
Composer
Library usage
Create ApiCompat
object from two values (original
and new
).
On construction ApiCompat
will check what has changed in new schema and detect breaking changes.
After that you can access collected breaking changes with $ac->getBreakingChanges()
.
Example
All versions of api-compat with dependencies
PHP Build Version
Package Version
The package swaggest/api-compat contains the following files
Loading the files please wait ....