kustov-vitalik/php-docker

Docker PHP Client

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/kustov-vitalik/php-docker

0.0.1 2021-09-14 06:37 UTC

This package is auto-updated.

Last update: 2025-09-14 15:21:30 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.