PHPackages                             lookyman/rundeck-api - 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. lookyman/rundeck-api

AbandonedArchivedLibrary

lookyman/rundeck-api
====================

Rundeck API wrapper

02.0kPHP

Since Dec 13Pushed 9y ago2 watchersCompare

[ Source](https://github.com/lookyman/rundeck-api)[ Packagist](https://packagist.org/packages/lookyman/rundeck-api)[ RSS](/packages/lookyman-rundeck-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (9)Used By (0)

Lookyman/Rundeck/Api
====================

[](#lookymanrundeckapi)

[![Build Status](https://camo.githubusercontent.com/486cd561a9ee8c25f6201cc7f957ff8393ec595008071485a23f1f69894974e7/68747470733a2f2f7472617669732d63692e6f72672f6c6f6f6b796d616e2f72756e6465636b2d6170692e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/lookyman/rundeck-api)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/405d1f45b05848f449e6e6f1063fac4fa797e2019a6dc308e1998bf8ac94d599/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6c6f6f6b796d616e2f72756e6465636b2d6170692f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/lookyman/rundeck-api/?branch=master)[![Coverage Status](https://camo.githubusercontent.com/5c266576016219cbb1cd437302be0acf16b747fa2e134a2ed642daabe7809fc7/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6c6f6f6b796d616e2f72756e6465636b2d6170692f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/lookyman/rundeck-api?branch=master)[![Downloads](https://camo.githubusercontent.com/864718d9fe700f59607742bb918d3dbe88e0bd10c519cba71ce5a38f2d5e3382/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c6f6f6b796d616e2f72756e6465636b2d6170692e737667)](https://packagist.org/packages/lookyman/rundeck-api)[![Latest stable](https://camo.githubusercontent.com/e7b20b0d3b7151ef9092ca67391d80370cca1d5053ed64786e73bb9aa8cc8053/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c6f6f6b796d616e2f72756e6465636b2d6170692e737667)](https://packagist.org/packages/lookyman/rundeck-api)

```
$configuration = new \Lookyman\Rundeck\Api\Configuration(
	new \GuzzleHttp\Client(),
	'https://rundeck.mydomain.com/api/17',
	new \Lookyman\Rundeck\Api\Authentication\TokenHeaderAuthentication('apitoken'),
	new \Lookyman\Rundeck\Api\Format\JsonFormat()
);

$client = new \Lookyman\Rundeck\Api\Client($configuration);

$client
	->project()
	->job()
	->list('MyProject')
	->then(function (\Psr\Http\Message\ResponseInterface $response) {
		echo (string) $response->getBody();
	})
	->wait();
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f068d60b6e86ba2222bff60b7b27dea830d666a3e2f86eb50d6c1c1c1c8167ad?d=identicon)[lookyman](/maintainers/lookyman)

---

Top Contributors

[![lookyman](https://avatars.githubusercontent.com/u/3863468?v=4)](https://github.com/lookyman "lookyman (19 commits)")

### Embed Badge

![Health badge](/badges/lookyman-rundeck-api/health.svg)

```
[![Health](https://phpackages.com/badges/lookyman-rundeck-api/health.svg)](https://phpackages.com/packages/lookyman-rundeck-api)
```

PHPackages © 2026

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