PHPackages                             patryqhyper/spaceis-php-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. patryqhyper/spaceis-php-sdk

Abandoned → [spacecode.pl/spaceis-php-sdk](/?search=spacecode.pl%2Fspaceis-php-sdk)ArchivedLibrary[Utility &amp; Helpers](/categories/utility)

patryqhyper/spaceis-php-sdk
===========================

SpaceIs.pl's SDK in PHP

1.0.0(4y ago)02MITPHPPHP ^7.4|^8.0

Since Nov 28Pushed 4y ago1 watchersCompare

[ Source](https://github.com/PatryQHyper/spaceis-php-sdk)[ Packagist](https://packagist.org/packages/patryqhyper/spaceis-php-sdk)[ RSS](/packages/patryqhyper-spaceis-php-sdk/feed)WikiDiscussions main Synced 3w ago

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

\#SpaceIS PHP SDK

#### Simple PHP SDK for SpaceIs v3's API

[](#simple-php-sdk-for-spaceis-v3s-api)

For API v3 docs visit:

Every single response can throw:

LicenseExpiredException (httpCode 402),

NotFoundException (httpCode 400),

RateLimitException (httpCode 429),

ServerErrorException (httpCode 500),

UnauthorizedException (httpCode 401).

Usage:

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

use PatryQHyper\SpaceIs\SpaceIs;

$spaceIs = new SpaceIs('apiKey', 'apiUrl (optional)');

# Servers
$spaceIs->getServers();
$spaceIs->getServer('serverId/serverSlug');
$spaceIs->getCommands('serverId', 'serverToken');
$spaceIs->getLatestBuys('serverId/serverSlug', '(int) limit (optional, default:10)');
$spaceIs->getRichest('serverId/serverSlug', '(int) limit (optional, default:10)');

# Variants
$spaceIs->getVariants('serverId/serverSlug', 'productId');

# Payments
$spaceIs->initPayment('serverId/serverSlug', 'productId', 'variantId', 'nick', 'method', 'email (required if method != sms)', 'sms_code (required if method == sms)', 'discountCodeId (optional)', 'additionalParameter'); //throws PaymentInitException
$spaceIs->getTransactionInfo('transactionId', 'mode(info/extended)');

# Subpages
$spaceIs->getSubpage('subpageSlug');

# Discount codes
$spaceIs->getDiscountCode('discountCode');

# Vouchers
$spaceIs->voucherRedeem('nick', 'voucherCode'); //Throws: VoucherNotFoundException and VoucherUsedException

# User
$spaceIs->me();
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

1677d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/df716bc60891dae223120d440da27cdaec416cbde3e79a72ebabdb3dadc7de61?d=identicon)[PatryQHyper](/maintainers/PatryQHyper)

---

Top Contributors

[![PatryQHyper](https://avatars.githubusercontent.com/u/53382773?v=4)](https://github.com/PatryQHyper "PatryQHyper (2 commits)")

### Embed Badge

![Health badge](/badges/patryqhyper-spaceis-php-sdk/health.svg)

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

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

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k41](/packages/civicrm-civicrm-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[oat-sa/tao-core

TAO core extension

66143.7k121](/packages/oat-sa-tao-core)

PHPackages © 2026

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