PHPackages                             rflex/nominus - 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. rflex/nominus

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

rflex/nominus
=============

Control client's and user's structures.

0602PHP

Since Jul 31Pushed 2y ago2 watchersCompare

[ Source](https://github.com/rflex-spa/nominus-package)[ Packagist](https://packagist.org/packages/rflex/nominus)[ RSS](/packages/rflex-nominus/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Welcome to Nominus.

Installation &amp; Usage
========================

[](#installation--usage)

Install package via composer:

```
composer require rflex/nominus
```

Set environment variable:

```
NOMINUS_URL=https://nominus.example.com
```

Import class and instantiate it:

```
use Rflex/Nominus;

public function test(string $bearerToken, string $holdingUUID) {
    $nominus = new Nominus($bearerToken, $holdingUUID);
}
```

Available methods
=================

[](#available-methods)

Holding
-------

[](#holding)

### Current holding

[](#current-holding)

Retrieve the holding with which you are working.

```
$nominus->holding->current();
```

### Holding branches

[](#holding-branches)

Get the list of the holding's branches.

```
$nominus->holding->branches();
```

### Holding organizations

[](#holding-organizations)

Get the list of the holding's organizations.

```
$nominus->holding->organizations();
```

### Holding information

[](#holding-information)

Retrieve the complete list of information from a holding.

```
$nominus->holding->info();
```

Branches
--------

[](#branches)

### By Id

[](#by-id)

Get one branch by its id.

```
$nominus->holding->branch->getById($branchId);
```

### Branch areas

[](#branch-areas)

Get all branches of an area.

```
$nominus->holding->branch->areas($branchId);
```

Organizations
-------------

[](#organizations)

### By id

[](#by-id-1)

Get organization by its id.

```
$nominus->holding->organization->getById($organizationId);
```

### By code

[](#by-code)

Get organization by its code.

```
$nominus->holding->organization->getByCode($organizationCode);
```

### Organization companies

[](#organization-companies)

```
$nominus->holding->organization->companies($organizationId);
```

### Organization areas

[](#organization-areas)

```
$nominus->holding->organization->areas($organizationId);
```

### Organization products

[](#organization-products)

Get the activated rFlex products for this organization.

```
$nominus->holding->organization->products($organizationId);
```

### Organization product integrations

[](#organization-product-integrations)

Check if a rFlex product for the organization has any integration with another platform.

```
$nominus->holding->organization->productIntegrations($organizationId, $productId);
```

Areas
-----

[](#areas)

### By id

[](#by-id-2)

Get area by its id.

```
$nominus->holding->organization->areas->getById($organizationId, $areaId);
```

### By multiple ids

[](#by-multiple-ids)

Get areas by them ids.

```
$nominus->holding->organization->areas->getByIds($organizationId, [$areaId1, $areaId2, $areaId3]);
```

### Area branches

[](#area-branches)

Get the branches of an area.

```
$nominus->holding->organization->areas->branches($organizationId, $areaId);
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/28d3ed42660a1418f203eeaa1701702e6ed1713edf89f79f407a214b6012294c?d=identicon)[dmiranda-rflex](/maintainers/dmiranda-rflex)

---

Top Contributors

[![danshou](https://avatars.githubusercontent.com/u/682712?v=4)](https://github.com/danshou "danshou (23 commits)")

### Embed Badge

![Health badge](/badges/rflex-nominus/health.svg)

```
[![Health](https://phpackages.com/badges/rflex-nominus/health.svg)](https://phpackages.com/packages/rflex-nominus)
```

###  Alternatives

[fisharebest/ext-calendar

Implementation of the Arabic (Hijri), French, Gregorian, Jewish, Julian and Persian (Jalali) calendars. Also provides a replacement for the PHP ext/calendar extension.

36473.2k8](/packages/fisharebest-ext-calendar)

PHPackages © 2026

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