Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Latest commit

 

History

History
39 lines (28 loc) · 1.41 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.41 KB

php-mesos-dns

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'
]);