SkillAgentSearch skills...

Saltapi

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

Install / Use

/learn @naegelin/Saltapi
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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"
	},

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated4y ago
Forks2

Languages

PHP

Security Score

70/100

Audited on Jun 9, 2021

No findings