Skip to content

mikemilano/docker-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

docker-php

A class for communicating with the Docker Remote API. http://docker.io

I'm working on another project where I am using this class and will keep this up to date as I work on that project.

As of right now, this class is largely un-tested.

Example:

<?php
include 'docker-client.php';
$client = new DockerClient();
$images = $client->images();
?>

Releases

No releases published

Packages

No packages published

Languages