PHPackages                             inventorus/api-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. [API Development](/categories/api)
4. /
5. inventorus/api-php-sdk

AbandonedArchivedLibrary[API Development](/categories/api)

inventorus/api-php-sdk
======================

Inventorus public API

v1.0.0(9y ago)013[1 issues](https://github.com/inventorus/api-php-sdk/issues)UNLICENSEPHPPHP &gt;=5.4.0

Since Aug 30Pushed 9y ago1 watchersCompare

[ Source](https://github.com/inventorus/api-php-sdk)[ Packagist](https://packagist.org/packages/inventorus/api-php-sdk)[ Docs](https://inventorus.com/)[ RSS](/packages/inventorus-api-php-sdk/feed)WikiDiscussions v1 Synced 2mo ago

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

[![Inventorus](https://cloud.githubusercontent.com/assets/6654344/18091957/ce15e09c-6eca-11e6-9ccc-b83338b52718.png)](https://cloud.githubusercontent.com/assets/6654344/18091957/ce15e09c-6eca-11e6-9ccc-b83338b52718.png)

Inventorus PHP SDK
==================

[](#inventorus-php-sdk)

Welcome to Inventorus PHP SDK. This repository contains SDK and its documentation.

If you already have installed Composer, run `composer require inventorus/api-php-sdk`to install Inventorus SDK.

Documentation
-------------

[](#documentation)

This repository contains brief documentation, we recommend reading extended version [here](https://inventorus.github.io/docs/php-sdk/v1).

To learn everything about responses and requests read [API documentation](https://inventorus.github.io/docs/api/v1).

For use cases please visit [examples](https://github.com/inventorus/examples).

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

[](#installation)

The SDK has dependencies over external libraries. These dependencies are defined in the `composer.json` file. To resolve these dependencies, we use the *Composer* package manager. You will need internet access for this.

1. If you have not already installed Composer, [install the latest version](https://getcomposer.org/download/).
2. Once Composer is installed, from commandline, run `composer require inventorus/api-php-sdk` in your project folder.

Usage
-----

[](#usage)

For using this SDK do the following:

1. Use Composer to install the SDK. See the section "Installation".
2. Depending on your project setup, you might need to include composer's autoloader in your PHP code to enable autoloading of classes.

    ```
    require_once "vendor/autoload.php";
    ```
3. Import the SDK client in your project:

    ```
    use Inventorus\InventorusClient;
    ```
4. Instantiate the client:

    ```
    $client = new InventorusClient($yourApiKey);
    ```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Every ~6 days

Total

2

Last Release

3539d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/12a20ca9a2ae798a8520ca04d24162fc962eca80a2ea17de2cd45f1764e6f202?d=identicon)[Inventorus](/maintainers/Inventorus)

---

Top Contributors

[![FilipPyrek](https://avatars.githubusercontent.com/u/6282843?v=4)](https://github.com/FilipPyrek "FilipPyrek (1 commits)")

---

Tags

apisdkInventorus API

### Embed Badge

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

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

###  Alternatives

[bandwidth/sdk

Bandwidth's set of APIs

16948.8k1](/packages/bandwidth-sdk)[messagemedia/messages-sdk

The MessageMedia Messages API provides a number of endpoints for building powerful two-way messaging applications.

13390.6k](/packages/messagemedia-messages-sdk)

PHPackages © 2026

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