Skip to content

This is a PHP client for talking to the restful endpoint of Salt Stack (salt-api). Primarily for illustrative purposes.

License

Notifications You must be signed in to change notification settings

naegelin/saltapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

saltapi

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

Usage:

 $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:

	"require": {

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

About

This is a PHP client for talking to the restful endpoint of Salt Stack (salt-api). Primarily for illustrative purposes.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages