2017 © Pedro Peláez
 

library saltapi

This is a PHP client for talking to the restful endpoint of Salt Stack

image

naegelin/saltapi

This is a PHP client for talking to the restful endpoint of Salt Stack

  • Monday, April 4, 2016
  • by naegelin
  • Repository
  • 0 Watchers
  • 5 Stars
  • 65 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 2 Versions
  • 51 % Grown

The README.md

saltapi

This is a PHP client for talking to the restful endpoint of Salt Stack. Very basic functionality for illustrative purposes., (*1)

Usage:, (*2)

 $salt = new SaltClient('my.saltapi.com','443','username','password');
 $results = $salt->run('*','test.ping');
 $results = $salt->jobs($results->jid);

Easily add to your projects with composer:, (*3)

    "require": {

        "naegelin/saltapi": "dev-master"
    },

The Versions

04/04 2016

dev-master

9999999-dev

This is a PHP client for talking to the restful endpoint of Salt Stack

  Sources   Download

MIT

by Chris Naegelin

22/09 2014

0.0.1

0.0.1.0

This is a PHP client for talking to the restful endpoint of Salt Stack

  Sources   Download

MIT

by Chris Naegelin