PHPackages                             gboddin/saltapi - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. gboddin/saltapi

ActiveLibrary

gboddin/saltapi
===============

This is a PHP client for talking to the restful endpoint of Salt Stack

0.3(7y ago)060MITPHP

Since Sep 22Pushed 7y agoCompare

[ Source](https://github.com/gboddin/saltapi)[ Packagist](https://packagist.org/packages/gboddin/saltapi)[ RSS](/packages/gboddin-saltapi/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)DependenciesVersions (9)Used By (0)

saltapi
=======

[](#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"
	},

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~211 days

Recently: every ~182 days

Total

8

Last Release

2773d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9c5706004cb7e6ff55d100c8649a7c33039c28f9cf7b3af54343bb5db8d874db?d=identicon)[gboddin](/maintainers/gboddin)

---

Top Contributors

[![gboddin](https://avatars.githubusercontent.com/u/4395092?v=4)](https://github.com/gboddin "gboddin (9 commits)")[![naegelin](https://avatars.githubusercontent.com/u/1544569?v=4)](https://github.com/naegelin "naegelin (9 commits)")

### Embed Badge

![Health badge](/badges/gboddin-saltapi/health.svg)

```
[![Health](https://phpackages.com/badges/gboddin-saltapi/health.svg)](https://phpackages.com/packages/gboddin-saltapi)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
