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

Details

github.com/Capisso/Salty

Source

Issues

Installs: 47

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 1

Open Issues: 0

pkg:composer/capisso/salty

0.0.5 2013-07-01 20:00 UTC

This package is not auto-updated.

Last update: 2025-09-27 19:07:58 UTC


README

A Salt Rest API interface for Laravelish projects.

Quick Usage:

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