PHP Docker API Client
A PHP client for the Docker API, generated from the official OpenAPI spec (v1.48).
php-docker-api-client - A PHP docker API client
Based on Docker API Version spec docker-v1.51.yaml
converted to openapi v3.1.0 docker-v1.51-patched.yaml see UPDATE.md how to upgrade client
Example
list running all containers
bin/docker-api docker:list-containers
listen for socket events
bin/docker-api docker:events:listen