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

goffyara/php-mesos-dns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages