PHPackages                             darthsoup/rundeck-php - 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. [API Development](/categories/api)
4. /
5. darthsoup/rundeck-php

ArchivedLibrary[API Development](/categories/api)

darthsoup/rundeck-php
=====================

rundeck php api

0.2(8y ago)2342[2 issues](https://github.com/darthsoup/rundeck-php/issues)MITPHPPHP &gt;=7.0.0

Since Nov 22Pushed 1y ago3 watchersCompare

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

READMEChangelog (2)Dependencies (3)Versions (7)Used By (0)

Rundeck API Wrapper for PHP
===========================

[](#rundeck-api-wrapper-for-php)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b46ebc494f956a3be75ef8c57d1c1b47f01e2049796b64a219239db7489abb31/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6461727468736f75702f72756e6465636b2d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/darthsoup/rundeck-php)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/e9e0528e3bc649b98775b708a2f19c971b23b7dcae4c2322e796d47bf1b0f976/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6461727468736f75702f72756e6465636b2d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/darthsoup/rundeck-php)

PHP API Wrapper for [Rundeck](http://rundeck.org/)

This package is work in progress, not all api features are currently included.

The currently tested API version of Rundeck is `20`, other versions may work but they are untested.

Install
-------

[](#install)

You can install the package via composer:

```
composer require darthsoup/rundeck-php
```

Usage
-----

[](#usage)

### Init API Wrapper

[](#init-api-wrapper)

To init the API wrapper, register a HTTP adapter and create the Rundeck base class.

```
require_once '../vendor/autoload.php';

$adapter = new DarthSoup\Rundeck\Adapter\GuzzleHttpAdapter('');

$rundeck = new DarthSoup\Rundeck\Rundeck($adapter, 'https:///api/20');
```

You are now ready to start.

### Start a Job

[](#start-a-job)

Jobs are started by `runJob` with the Job UUID as first parameter. You also can add a `argString` to include some options.

```
$job = $rundeck->job()->runJob('', ['argString' => '-ArgTest1 yourstring'])
var_dump($job);
```

### Execution Info of a Job

[](#execution-info-of-a-job)

The Output of a Execution can returned by this command.

```
$execution = $rundeck->execution()->output()
var_dump($execution);
```

### Rundeck System Info

[](#rundeck-system-info)

Get current Rundeck System Info

```
$systeminfo = $rundeck->system()->info()
var_dump(systeminfo);
```

Support
-------

[](#support)

[Please open an issue in github](https://github.com/darthsoup/rundeck-php/issues)

License
-------

[](#license)

This package is released under the MIT License. See the bundled [LICENSE](https://github.com/darthsoup/rundeck-php/blob/master/LICENSE.md) file for details.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.5% 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 ~49 days

Total

2

Last Release

3040d ago

### Community

Maintainers

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

---

Top Contributors

[![darthsoup](https://avatars.githubusercontent.com/u/1668978?v=4)](https://github.com/darthsoup "darthsoup (19 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (2 commits)")

---

Tags

php7rundeck

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/darthsoup-rundeck-php/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M186](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M33](/packages/facebook-php-business-sdk)[microsoft/microsoft-graph

The Microsoft Graph SDK for PHP

65723.5M95](/packages/microsoft-microsoft-graph)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)

PHPackages © 2026

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