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 today

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 27% 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

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

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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