PHPackages                             pcextreme/cloudstack-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. pcextreme/cloudstack-client

Abandoned → [pcextreme/cloudstack](/?search=pcextreme%2Fcloudstack)ArchivedLibrary[Utility &amp; Helpers](/categories/utility)

pcextreme/cloudstack-client
===========================

Generic Cloudstack Client, compatible with the PCextreme Aurora Compute platform.

0.1.7(10y ago)2133PHPPHP &gt;=5.4.0

Since Mar 31Pushed 9y ago10 watchersCompare

[ Source](https://github.com/PCextreme/cloudstack-client)[ Packagist](https://packagist.org/packages/pcextreme/cloudstack-client)[ RSS](/packages/pcextreme-cloudstack-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (9)Used By (0)

**This package is deprecated and will be replaced in the near future**

Cloudstack Client
=================

[](#cloudstack-client)

The `cloudstack-client` is a PHP based Cloudstack API ORM.

The Cloudstack Client utilises the [kevindierkx/elicit](https://github.com/kevindierkx/elicit) API ORM and supports all major functionality.

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

[](#installation)

**Currently the Cloudstack Client only supports [Laravel](http://laravel.com) based applications, support for native PHP will be added in the future.**

To install this package you will need:

- Laravel &gt;= 4.2
- PHP &gt;= 5.4

You must then modify your composer.json file and run composer update to include the latest version of the package in your project:

```
"require": {
	"pcextreme/cloudstack-client": "~0.1"
}
```

Or you can run the composer require command from your terminal:

```
composer require pcextreme/cloudstack-client:~0.1
```

Once the package is installed you need to open `app/config/app.php` and register the required service provider:

```
'providers' => [
    'PCextreme\CloudstackClient\Providers\LaravelServiceProvider'
]
```

Optionaly you can add the following line to your aliases to utilise the provided facade:

```
'aliases' => [
    'Cloudstack' => 'PCextreme\CloudstackClient\Providers\Facades\Cloudstack',
]
```

Configuration
-------------

[](#configuration)

Run the following command to publish the package configuration:

```
php artisan config:publish pcextreme/cloudstack-client
```

This will add the package configuration to your packages folder `app/config/packages/pcextreme/cloudstack-client/config.php`, here you will be providing the required connection details.

*SSO keys are generally only for Cloudstack administrators and are not required.*

Usage
-----

[](#usage)

When using the Cloudstack facade you can call all commands available to your Cloudstack user directly.

For example calling `listVirtualMachines` with the `listall` parameter would look like the following:

```
Cloudstack::listVirtualMachines(['listall' => 'true']);
```

The above would return `null` when the return count is 0. This happens when you don't have any instances, the same would happen for other `list` calls. When Cloudstack returns multiple results the Cloudstack Client would return an instance of `KevinDierkx\Elicit\Elicit\Collection` you can use the methods provided within this instance to manipulate the resulted data.

**Please note that the `api-list.php` is required for every direct request. The Cloudstack Client provides this file by default and is located in the `cache/` folder withing this package.**

Credits
-------

[](#credits)

- [Kevin Dierkx](https://github.com/kevindierkx)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/PCextreme/cloudstack-client/blob/master/LICENSE) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.1% 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 ~22 days

Recently: every ~38 days

Total

8

Last Release

3909d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fd200e09a12fc7670b8f2e82dc54e45fabb78af731a9de0d8c8d98f28a46583e?d=identicon)[pcx-development](/maintainers/pcx-development)

---

Top Contributors

[![kevindierkx](https://avatars.githubusercontent.com/u/2406615?v=4)](https://github.com/kevindierkx "kevindierkx (16 commits)")[![loekg](https://avatars.githubusercontent.com/u/1470708?v=4)](https://github.com/loekg "loekg (1 commits)")

---

Tags

clientcloudstackcomputeaurorapcextreme

### Embed Badge

![Health badge](/badges/pcextreme-cloudstack-client/health.svg)

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

###  Alternatives

[artisaninweb/laravel-soap

A SoapClient wrapper integration for Laravel

6314.5M12](/packages/artisaninweb-laravel-soap)[aimeos/ai-client-html

Aimeos standard HTML frontend

1.0k341.5k11](/packages/aimeos-ai-client-html)[php-mqtt/laravel-client

A wrapper for the php-mqtt/client library for Laravel.

228539.3k1](/packages/php-mqtt-laravel-client)[marcelog/pami

Asterisk Manager Interface (AMI) client for PHP, event driven, object oriented

415750.6k1](/packages/marcelog-pami)[sqmk/phue

Phue - Philips Hue PHP client

21028.6k1](/packages/sqmk-phue)[graze/telnet-client

Telnet client written in PHP

50233.9k4](/packages/graze-telnet-client)

PHPackages © 2026

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