PHPackages                             dashserv/php-api-sdk - 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. dashserv/php-api-sdk

ActiveLibrary[API Development](/categories/api)

dashserv/php-api-sdk
====================

An official PHP SDK for the dashserv REST-API

1.1(4y ago)01251MITPHP

Since Mar 13Pushed 4y ago1 watchersCompare

[ Source](https://github.com/dashserv/php-api-sdk)[ Packagist](https://packagist.org/packages/dashserv/php-api-sdk)[ Docs](https://dashserv.io)[ RSS](/packages/dashserv-php-api-sdk/feed)WikiDiscussions master Synced 1w ago

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

Official dashserv API PHP SDK
=============================

[](#official-dashserv-api-php-sdk)

The official PHP SDK for the dashserv API to order, manage and cancel products:

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

[](#installation)

Install the package using composer:

```
composer require dashserv/php-api-sdk
```

Usage
-----

[](#usage)

```
$dsClient = new dashservApiClient("5srzVAPT0Kz0CME0Y5GTOfha4TKDC1rD");
foreach ($dsClient->vServer()->list()->getData() as $vserverItem) {
    // UUID: dIjw5 - Name: test (2 Kerne, 4 GB RAM, 60 GB SSD)
    echo "UUID: {$vserverItem->uuid} - Name: {$vserverItem->name} ({$vserverItem->options->cores} Kerne, {$vserverItem->options->ram} GB RAM, {$vserverItem->options->disk} GB SSD)\n";
}
```

Take a look on more examples for each product and many use cases [in the examples directory](examples/).

LICENSE:
--------

[](#license)

This software is distributed under the [MIT license](https://github.com/dashserv/php-api-sdk/blob/master/LICENSE).

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

1527d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/532ad573fa6e387add9e8b5861bd06387c0bd22b0490eb20324ac382f4f51e82?d=identicon)[dashserv.io Hosting](/maintainers/dashserv.io%20Hosting)

---

Top Contributors

[![tim-dreier](https://avatars.githubusercontent.com/u/30154921?v=4)](https://github.com/tim-dreier "tim-dreier (5 commits)")

### Embed Badge

![Health badge](/badges/dashserv-php-api-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/dashserv-php-api-sdk/health.svg)](https://phpackages.com/packages/dashserv-php-api-sdk)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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