capisso/salty

There is no license information available for the latest version (0.0.5) of this package.

Salty is an easy way to work with SaltStack.

0.0.5 2013-07-01 20:00 UTC

This package is not auto-updated.

Last update: 2024-04-27 12:27:11 UTC


README

A Salt Rest API interface for Laravelish projects.

Quick Usage:

$uptime = Salty::against('*')->module('status')->uptime()->getResults(true);