Download the PHP package te4g/docker-client without Composer
On this page you can find all versions of the php package te4g/docker-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download te4g/docker-client
More information about te4g/docker-client
Files in te4g/docker-client
Download te4g/docker-client
More information about te4g/docker-client
Files in te4g/docker-client
Vendor te4g
Package docker-client
Short Description A PHP client to interact with Docker API
License MIT
Package docker-client
Short Description A PHP client to interact with Docker API
License MIT
Please rate this library. Is it a good library?
Informations about the package docker-client
php-docker-client
How to use
How to build
- Download the docker API definition from https://docs.docker.com/engine/api/latest/, save it as
open-api.yaml
-
Follow the instructions about how to use Jane to generate the PHP classes from the API definition: https://jane.readthedocs.io/en/latest/ a. Install the dependencies
b. Create the Jane configuration file
.jane-openapi
c. Generate the PHP classes
-
Update the
composer.json
file to include the generated classes - Run
composer dump-autoload
to update the autoloader - Try if it works by creating a new PHP file and adding the following code
All versions of docker-client with dependencies
PHP Build Version
Package Version
Requires
jane-php/open-api-runtime Version
^7.9
nyholm/psr7 Version ^1.8
symfony/http-client Version ^7.3
nyholm/psr7 Version ^1.8
symfony/http-client Version ^7.3
The package te4g/docker-client contains the following files
Loading the files please wait ....