docker-client / open-api
Docker API Client generated files from OpenAPI Specification
Installs: 11
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:Makefile
Requires
- php: ^7.3
- jane-php/open-api-runtime: ^6.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- jane-php/json-schema: ^6.0
- jane-php/open-api-2: ^6.0
- jane-php/open-api-3: ^6.0
This package is auto-updated.
Last update: 2024-10-11 16:55:14 UTC
README
This OpenApi Client for Docker is autogenerated from the Docker Engine Api Swagger / OpenApi specification.
Installation
composer require docker-client/open-api
Versioning
Please be aware, that this package does not use semver. The version string is build from three parts:
v{jane-php version}.{docker engine api major}.{docker engine api minor}.{library patch}
The version v6.1.40.0
would be a client for the docker engine api version v1.40 build with jane-php 6.*.
This name scheme is mandatory, as the jane-php major version will most likely break compatibility.