goffyara/php-mesos-dns

This package is abandoned and no longer maintained. No replacement package was suggested.

mesos-dns

v0.2a 2017-10-10 14:49 UTC

This package is not auto-updated.

Last update: 2022-01-22 14:04:49 UTC


README

Codacy Badge Latest Stable Version Latest Unstable Version License Total Downloads Monthly Downloads Daily Downloads

Install

Either run

$ php composer.phar goffyara/php-mesos-dns "@dev"

or add

"goffyara/php-mesos-dns": "@dev"

to the require section of your composer.json file.

Usage

available methods - api, dns

use mesosdns\MesosDns;

$MesosDns = new MesosDns([
    'url' => 'http://mesos-dns-url:8123/v1/',
    'method' => 'api'
]);