2017 © Pedro Peláez
 

library drizzle

A Docker API library built on top of Guzzle.

image

johnsn/drizzle

A Docker API library built on top of Guzzle.

  • Saturday, November 2, 2013
  • by taion
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

drizzle

Stable: Build Status Dev: Build Status, (*1)

A simple docker remote api built for packagist ontop of guzzle., (*2)

Example

<?php

require_once __DIR__ . "/vendor/autoload.php";

use Johnsn\Drizzle\Drizzle;

//$endpoint = 'http://127.0.0.1:4243', $version = 'v1.6'
$drizzle = new Drizzle();
$drizzle->connect();

//Return the current docker version
$data = $drizzle->version();

/**
 * $data:
 * array(2) {
 *   ["status"]=>
 *   int(200)
 *   ["data"]=>
 *   array(3) {
 *     ["Version"]=>
 *     string(5) "0.6.4"
 *     ["GitCommit"]=>
 *     string(7) "2f74b1c"
 *     ["GoVersion"]=>
 *     string(7) "go1.1.2"
 *   }
 * }
 */

var_dump($data);

The Versions

02/11 2013

dev-dev

dev-dev

A Docker API library built on top of Guzzle.

  Sources   Download

MIT

The Requires

 

The Development Requires

20/10 2013

dev-master

9999999-dev

A Docker API library built on top of Guzzle.

  Sources   Download

MIT

The Requires

 

The Development Requires