PHPackages                             1stel/cloudstack-php-client - 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. 1stel/cloudstack-php-client

AbandonedArchivedLibrary[API Development](/categories/api)

1stel/cloudstack-php-client
===========================

Client PHP library for the CloudStack API

v3.0.2(9y ago)041232PHPPHP &gt;=5.5.9

Since May 12Pushed 9y ago1 watchersCompare

[ Source](https://github.com/1stel/cloudstack-php-client)[ Packagist](https://packagist.org/packages/1stel/cloudstack-php-client)[ RSS](/packages/1stel-cloudstack-php-client/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)DependenciesVersions (3)Used By (2)

CloudStack PHP Client
=====================

[](#cloudstack-php-client)

PHP client library for the CloudStack User API v3.0.0. For older versions, see the [tags](https://github.com/jasonhancock/cloudstack-php-client/tags).

Examples
--------

[](#examples)

Initialization

```
$cloudstack = new CloudStackClient(API_ENDPOINT, API_KEY, SECRET_KEY);

```

Lists

```
$vms = $cloudstack->listVirtualMachines();
foreach ($vms as $vm) {
    echo("{$vm->id} : {$vm->name} {$vm->state}");
}

```

Asynchronous tasks

```
$job = $cloudstack->deployVirtualMachine(array(
    'serviceofferingid' => 1,
    'templateid'        => 259,
    'zoneid'            => 1
));
echo("VM being deployed. Job id = {$job->jobid}");

echo("All jobs :");
foreach ($cloudstack->listAsyncJobs() as $job) {
    echo("{$job->jobid} : {$job->cmd}, status = {$job->jobstatus}");
}

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 70.8% 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 ~214 days

Total

2

Last Release

3480d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dc8a2dc5e88ec9a29eb9946dfead2688cb46fde1c66b42b5f4cdf8a7dd7f1d3d?d=identicon)[nbowyer\_1stel](/maintainers/nbowyer_1stel)

---

Top Contributors

[![qpleple](https://avatars.githubusercontent.com/u/774546?v=4)](https://github.com/qpleple "qpleple (51 commits)")[![jasonhancock](https://avatars.githubusercontent.com/u/1113245?v=4)](https://github.com/jasonhancock "jasonhancock (16 commits)")[![bowyern](https://avatars.githubusercontent.com/u/16638480?v=4)](https://github.com/bowyern "bowyern (4 commits)")[![jameshilliard](https://avatars.githubusercontent.com/u/3298484?v=4)](https://github.com/jameshilliard "jameshilliard (1 commits)")

### Embed Badge

![Health badge](/badges/1stel-cloudstack-php-client/health.svg)

```
[![Health](https://phpackages.com/badges/1stel-cloudstack-php-client/health.svg)](https://phpackages.com/packages/1stel-cloudstack-php-client)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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