https://github.com/beluga-php/docker-php-api
Docker API generated files from OpenAPI Specification
https://github.com/beluga-php/docker-php-api
docker-engine-api hacktoberfest open-api php
Last synced: 5 months ago
JSON representation
Docker API generated files from OpenAPI Specification
- Host: GitHub
- URL: https://github.com/beluga-php/docker-php-api
- Owner: beluga-php
- License: mit
- Fork: true (docker-php/docker-php-api)
- Created: 2020-12-13T02:33:10.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T14:37:34.000Z (over 1 year ago)
- Last Synced: 2025-01-20T18:39:56.335Z (about 1 year ago)
- Topics: docker-engine-api, hacktoberfest, open-api, php
- Language: PHP
- Homepage:
- Size: 2.13 MB
- Stars: 3
- Watchers: 4
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Docker PHP Api
Generated API Client from OpenAPI specification of [Docker](https://www.docker.com/), by [Jane](https://github.com/janephp/janephp) OpenAPI Client generator.
## Usage
You should not use this library directly, please use the [docker-php](https://github.com/docker-php/docker-php) one instead.
## Versioning
This library does *not* respect semver and will instead follow Jane OpenAPI version and Docker API version:
* First number is the Jane major version used for generating the files
* Second and third number are the Docker API Version
* Last number is the minor revision number for this
So 4.1.25.0 is the version 1.25 of Docker API generated with Jane OpenAPI in a 4.X version.
You should always fix the version, or at least the 3 first numbers (4.1.25.\*)
## Credits
This library is a fork of the original [docker-php-api](https://github.com/docker-php/docker-php-api), created by [Joel Wurtz](https://github.com/joelwurtz).
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.