PHPackages                             drinks-it/pixi-api - 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. drinks-it/pixi-api

AbandonedArchivedLibrary[API Development](/categories/api)

drinks-it/pixi-api
==================

A simple decorator pattern over the native soap client in PHP to make it easier to work with.

8.0.0(2y ago)18.0k1MITPHPPHP ^8.1 || ^8.2

Since Feb 20Pushed 2y ago1 watchersCompare

[ Source](https://github.com/drinks-it/pixi-api)[ Packagist](https://packagist.org/packages/drinks-it/pixi-api)[ RSS](/packages/drinks-it-pixi-api/feed)WikiDiscussions master Synced today

READMEChangelog (6)Dependencies (3)Versions (28)Used By (0)

Lib: Soap
=========

[](#lib-soap)

---

The Soap library is based on the PHP Soap extension that is available in PHP version 5.0 an upper.
This library is based on the syntax that was used in the Apps-Framework on pixi but is now decoupled and can be used in any other project as well.

Quick Start
-----------

[](#quick-start)

---

To include the library into your project you can download it or include it using `composer require`

To require it using composer you need to put the following content into your composer.json file and run composer install.

```
:::js
{
    "repositories" : [{
        "type" : "composer",
        "url" : "https://apps-live.pixi.eu/satis"
        }
    ],
    "require" : {
        "pixi/api" : "~2.0"
    }
}

```

If you download the repository you need to, install the development dependencies via composer. From the root `Lib - Soap`, run:

$ php composer install
After including the `autoload.php` into your project you can start using the library.

To properly initialize the library with your pixi\* API you can use following code snipped:

```
:::PHP

```

API calls are executed trough the magic method `__call`, so you can directly call your desired API call.

```
:::PHP

```

> **NOTE:** For more details visit the library [wiki](https://bitbucket.org/pixi_software/pixi-sdk-soap/wiki/Home)

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity86

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 66.7% 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 ~145 days

Recently: every ~234 days

Total

25

Last Release

1037d ago

Major Versions

v2.0.3 → v3.0.02019-04-11

3.1.0 → 5.2.02021-02-03

5.2.0 → 6.0.02021-06-14

6.0.1 → v7.0.02023-04-12

v7.0.0 → 8.0.02023-08-31

PHP version history (4 changes)v3.0.0PHP &gt;=7.1 &lt;8.0

6.0.0PHP ^7.1 || ^8.0

6.0.1PHP ^7.1 || ^8.0 || ^8.1 || ^8.2

v7.0.0PHP ^8.1 || ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/35364f9bf8e8af76953238d28f15a7d4d027746288de830e1fa5db551cdeedd6?d=identicon)[maximgubar](/maintainers/maximgubar)

---

Top Contributors

[![maximgubar](https://avatars.githubusercontent.com/u/2241775?v=4)](https://github.com/maximgubar "maximgubar (4 commits)")[![cschmitt-pixi](https://avatars.githubusercontent.com/u/5031019?v=4)](https://github.com/cschmitt-pixi "cschmitt-pixi (1 commits)")[![KingBBQ](https://avatars.githubusercontent.com/u/4609107?v=4)](https://github.com/KingBBQ "KingBBQ (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/drinks-it-pixi-api/health.svg)

```
[![Health](https://phpackages.com/badges/drinks-it-pixi-api/health.svg)](https://phpackages.com/packages/drinks-it-pixi-api)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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