PHPackages                             dariusaurich/nexosystems-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. dariusaurich/nexosystems-api

ActiveLibrary[API Development](/categories/api)

dariusaurich/nexosystems-api
============================

A full-featured implementation of NexoSystems

1.0.0(3y ago)0331BSD-2-ClausePHPPHP &gt;=7.4

Since Feb 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/dariusaurich/nexosystems-api)[ Packagist](https://packagist.org/packages/dariusaurich/nexosystems-api)[ RSS](/packages/dariusaurich-nexosystems-api/feed)WikiDiscussions main Synced 1mo ago

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

NEXOSYSTEMS PHP API Client
==========================

[](#nexosystems-php-api-client)

This **PHP 7.4+** library allows you to communicate with the NexoSystems-API.

-&gt; CLIENT WIRD NICHT MEHR GEUPDATED!

[![Latest Stable Version](https://camo.githubusercontent.com/e614805daa3de6ddc1a6c5d87289cc6bf1b5cfbca604ccc244d1d666ce59763f/687474703a2f2f706f7365722e707567782e6f72672f6461726975736175726963682f6e65786f73797374656d732d6170692f76)](https://packagist.org/packages/dariusaurich/nexosystems-api)[![License](https://camo.githubusercontent.com/2a0cfd5a0be76a200d04372cee189c101d2483756e97a32f7367a4988c72c4b8/687474703a2f2f706f7365722e707567782e6f72672f6261737469616e6c65696368742f686f737465726170692d7068702f6c6963656e7365)](https://packagist.org/packages/dariusaurich/nexosystems-api)

> You can find the full API documentation [here](https://docs.nexo.systems/)!

Getting Started
---------------

[](#getting-started)

Recommended installation is using **Composer**!

In the root of your project execute the following:

```
$ composer require dariusaurich/nexosystems-api
```

Or add this to your `composer.json` file:

```
{
    "require": {
        "dariusaurich/nexosystems-api": "dev-main"
    }
}
```

Then perform the installation:

```
$ composer install --no-dev
```

### Examples

[](#examples)

Creating the NexoSystems-Api main object:

```
