kustov-vitalik/php-docker

0.0.1 2021-09-14 06:37 UTC

This package is auto-updated.

Last update: 2024-04-14 12:22:25 UTC


README

Docker PHP is a Docker client written in PHP. This library aim to reach 100% API support of the Docker Engine.

Installation

The recommended way to install Docker PHP is of course to use Composer:

composer require kustov-vitalik/php-docker

Docker API Version

By default, it will use the last version of docker api available, if you want to fix a version (like 1.41) you can add this requirement to composer:

composer require "kustov-vitalik/php-docker-api:4.1.41.*"

Usage

See the documentation.

License

The MIT License (MIT). Please see License File for more information.