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.

Maintainers

Package info

github.com/Capisso/Salty

pkg:composer/capisso/salty

Statistics

Installs: 47

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

0.0.5 2013-07-01 20:00 UTC

This package is not auto-updated.

Last update: 2026-03-14 21:58:10 UTC


README

A Salt Rest API interface for Laravelish projects.

Quick Usage:

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