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)04123PHPPHP &gt;=5.5.9

Since May 12Pushed 9y ago3 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 1mo ago

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

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 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community15

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

3435d 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

[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.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M452](/packages/google-gax)

PHPackages © 2026

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