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
Requires
- php: ^8.0
- guzzlehttp/psr7: ^2.0
- kustov-vitalik/docker-php-api: 4.1.41.*
- php-http/message: ^1.12
- php-http/socket-client: ^2.1
- symfony/filesystem: ^5.3
- symfony/process: ^5.3
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.