PHPackages                             raventools/rightscaleapiclient - 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. raventools/rightscaleapiclient

ActiveLibrary[API Development](/categories/api)

raventools/rightscaleapiclient
==============================

Client for Rightscale API 1.5

v1.0.3(8y ago)313.5k1MITPHPPHP &gt;=5.5

Since Apr 20Pushed 8y ago21 watchersCompare

[ Source](https://github.com/raventools/rightscaleapiclient)[ Packagist](https://packagist.org/packages/raventools/rightscaleapiclient)[ RSS](/packages/raventools-rightscaleapiclient/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (1)Versions (9)Used By (0)

Rightscale API Client for PHP
=============================

[](#rightscale-api-client-for-php)

This library implements Rightscale's 1.5 API in PHP. It is currently incomplete but the aim is to mirror the functionality of the official Rightscale ruby library

- Ruby API client: [https://github.com/rightscale/right\_api\_client](https://github.com/rightscale/right_api_client)
- API Documentation: [http://support.rightscale.com/12-Guides/RightScale\_API\_1.5](http://support.rightscale.com/12-Guides/RightScale_API_1.5)
- API Reference Docs:

This is an unofficial library and is *not supported by Rightscale.*

Installation
------------

[](#installation)

Installation through Composer is recommended.

composer.json:

```
{
	"require": {
		"raventools/RightscaleAPIClient": "master"
	}
}

```

Then require Composer's autoloader

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

```

Examples
--------

[](#examples)

This client should function in much the same way as the official ruby api client, for design philosophy, etc, see [https://github.com/rightscale/right\_api\_client](https://github.com/rightscale/right_api_client)

Creating a new client:

```
$client = new RightscaleClient([
	"account_id" => 1234,
	"email" => "example@email.com",
	"password" => "54321"
]);

```

Listing api methods available to a particular resource:

```
$methods = $client->api_methods();

$methods = $client->servers(["id"=>995905004])->api_methods();

```

List Deployments:

```
$resources = $client->deployments()->index();

```

Get list of instances with the tag "deploy:myapp=true"

```
$resourcedetail = $client
	->tags()
	->by_tag([
		"resource_type"=>"instances",
		"tags"=>["deploy:myapp=true]"
	]);

```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 70% 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 ~129 days

Recently: every ~167 days

Total

8

Last Release

3190d ago

Major Versions

v0.1.3 → v1.0.02017-05-09

### Community

Maintainers

![](https://www.gravatar.com/avatar/317688d13d2811a58ab9484a1e5bec92799da63fecc5208bafffe37438d243cf?d=identicon)[raventools](/maintainers/raventools)

---

Top Contributors

[![phildier](https://avatars.githubusercontent.com/u/3329872?v=4)](https://github.com/phildier "phildier (7 commits)")[![stephenyeargin](https://avatars.githubusercontent.com/u/80459?v=4)](https://github.com/stephenyeargin "stephenyeargin (2 commits)")[![Enigmatical](https://avatars.githubusercontent.com/u/1699544?v=4)](https://github.com/Enigmatical "Enigmatical (1 commits)")

### Embed Badge

![Health badge](/badges/raventools-rightscaleapiclient/health.svg)

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M987](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M45](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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