jarkt / dockercloud-php-client
Installs: 432
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/jarkt/dockercloud-php-client
Requires (Dev)
- phpunit/phpunit: 5.1.*
This package is not auto-updated.
Last update: 2025-11-06 04:22:06 UTC
README
Please read "documentation of docker-php-client".
Installation
Install via composer:
{
"require": {
"jarkt/dockercloud-php-client": "0.9.*"
}
}
Developers
Tests are running inside a docker container. Install all the test dependencies by going to the "containers" folder
and type: docker-compose -f install.yml up
Update dependencies with:
docker-compose -f update.yml up
Run the tests with:
docker-compose up
This will make the API available through the container "jarkt/docker-remote-api" and run the tests against this endpoint.