2017 © Pedro PelĂĄez
 

library docker-compose-php

A Docker Compose PHP client

image

omauger/docker-compose-php

A Docker Compose PHP client

  • Wednesday, March 15, 2017
  • by omauger
  • Repository
  • 4 Watchers
  • 11 Stars
  • 399 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 8 Versions
  • 4 % Grown

The README.md

DOCKER-COMPOSE PHP

Docker-compose PHP is a Docker-compose SDK written in PHP. This library is still a work in progress. Not much is supported yet, but the goal is to reach 100% of docker-compose options support., (*1)

The versions <= 1.0 are compatible with docker client 1.9, docker-compose 1.5 and php 5.6. The version 2.0 is compatible with docker client >= 1.10, docker-compose >= 1.6 and php 5.6., (*2)

Travis-CI Documentation Status Scrutinizer Code Quality, (*3)

Versioning

There is no stable version yet and docker-compose is rapidly evolving, but we still try to semantically version the library according to semver, but shifted a little bit:, (*4)

  • MAJOR version number stays to 0 until all options of docker-compose 1.5 are covered
  • MINOR version number is incremented when a backward incompatible change is made
  • PATCH version number is incremented when a new feature is added

So basically, if you want the 0.1 version set, pull the tag0.1.0 and you should be fine., (*5)

Installation

The recommended way to install Docker PHP is of course to use Composer:, (*6)

{
    "require": {
        "omauger/docker-compose-php": "@dev"
    }
}

Note: there is no stable version of Docker-compose PHP yet., (*7)

Usage

See the documentation, (*8)

Run tests

./scripts/tests.sh

Contributing

Ophélie Mauger, (*9)

License

The MIT License (MIT), (*10)

Copyright (c) 2015 Forges Alterway, (*11)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:, (*12)

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software., (*13)

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE., (*14)

The Versions

15/03 2017

dev-master

9999999-dev

A Docker Compose PHP client

  Sources   Download

MIT

The Requires

 

15/03 2017

dev-update_ci

dev-update_ci

A Docker Compose PHP client

  Sources   Download

MIT

The Requires

 

08/12 2016

2.1

2.1.0.0

A Docker Compose PHP client

  Sources   Download

MIT

The Requires

 

21/04 2016

2.0

2.0.0.0

A Docker Compose PHP client

  Sources   Download

MIT

The Requires

 

21/04 2016

1.0

1.0.0.0

A Docker Compose PHP client

  Sources   Download

MIT

The Requires

 

25/02 2016

0.1.2

0.1.2.0

A Docker Compose PHP client

  Sources   Download

MIT

The Requires

 

10/12 2015

0.1.1

0.1.1.0

A Docker Compose PHP client

  Sources   Download

MIT

The Requires

  • php >=5.4

 

09/12 2015

0.1.0

0.1.0.0

A Docker Compose PHP client

  Sources   Download

MIT

The Requires

  • php >=5.4