PHPackages                             nexxomnia/apiclient-php - 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. nexxomnia/apiclient-php

ActiveLibrary[API Development](/categories/api)

nexxomnia/apiclient-php
=======================

The nexxOMNIA API Client for PHP

1.7.1(1mo ago)0407MITPHPPHP ^8.3 || ^8.4 || ^8.5

Since Jul 27Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/3qnexx/APIClient-PHP)[ Packagist](https://packagist.org/packages/nexxomnia/apiclient-php)[ Docs](https://3q.video/nexx-for-publishers)[ RSS](/packages/nexxomnia-apiclient-php/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (10)Dependencies (6)Versions (46)Used By (0)

nexxOMNIA API Client
====================

[](#nexxomnia-api-client)

The nexxOMNIA API Client provides easy Access to all API Endpoints of the nexxOMNIA API.

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

[](#getting-started)

```
$ composer require nexxomnia/apiclient-php

```

```
use nexxomnia\apiclient;
use nexxomnia\apicalls\mediacall;
use nexxomnia\enums\streamtypes;

$apiclient = new apiclient();
$apiclient->configure(999,"API-SECRET","SESSION-ID");

$apicall = new mediacall(streamtypes::VIDEO);
$apicall->latest();

$result=$apiclient->call($apicall);

echo $result->getResultIterator(TRUE)->current()->getGeneral()->getID(); // outputs the ID of the first Element
```

Resources
---------

[](#resources)

Please find all further Documentation and Usage Examples [here](https://api.docs.nexx.cloud/api-clients/php).

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance90

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity82

Battle-tested with a long release history

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 ~40 days

Recently: every ~113 days

Total

45

Last Release

49d ago

PHP version history (6 changes)1.0.0PHP ^7.4 || ^8.0 || ^8.1

1.5.6PHP ^7.4 || ^8.0 || ^8.1 || ^8.2

1.5.7PHP ^8.0 || ^8.1 || ^8.2

1.6.1PHP ^8.1 || ^8.2 || ^8.3

1.6.5PHP ^8.2 || ^8.3 || ^8.4

1.6.9PHP ^8.3 || ^8.4 || ^8.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/589393be8fb8bdc0fe8a46632b472e5a4be3650b4287d89672ac3776a42b952f?d=identicon)[cbrosdau](/maintainers/cbrosdau)

---

Tags

omnia3q3q nexxnexxOMNIAnexxtv

### Embed Badge

![Health badge](/badges/nexxomnia-apiclient-php/health.svg)

```
[![Health](https://phpackages.com/badges/nexxomnia-apiclient-php/health.svg)](https://phpackages.com/packages/nexxomnia-apiclient-php)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.9k556.2M21.3k](/packages/laravel-framework)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k6.0M775](/packages/sylius-sylius)[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k19](/packages/tempest-framework)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.7M7](/packages/avalara-avataxclient)[keboola/storage-api-client

Keboola Storage API PHP Client

10411.9k50](/packages/keboola-storage-api-client)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19467.3M1.9k](/packages/drupal-core)

PHPackages © 2026

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