PHPackages                             pedrocasado/nibo-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. pedrocasado/nibo-php

AbandonedArchivedLibrary

pedrocasado/nibo-php
====================

Simple Nibo PHP wrapper

v1.0.5(2y ago)034LGPL-3.0-or-laterPHPPHP ^7.1 || ^8.0

Since Apr 17Pushed 2y ago1 watchersCompare

[ Source](https://github.com/pedrocasado/nibo-php)[ Packagist](https://packagist.org/packages/pedrocasado/nibo-php)[ RSS](/packages/pedrocasado-nibo-php/feed)WikiDiscussions master Synced 5d ago

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

NiboPHP
=======

[](#nibophp)

Simple Nibo api wrapper

### Operations Supported

[](#operations-supported)

- getCustomers
- getCustomer
- createCustomer
- createReceipt
- createScheduleCredit
- receiveSchedule

### Install

[](#install)

```
composer require pedrocasado/nibo-php

```

### Example

[](#example)

```
use NiboPhp\Nibo;

$nibo = new Nibo([
    'apiToken' => 'xxx',
    'organizationId' => 'xxx'
]);

$customerUuid = $nibo->createCustomer([
    'name' => 'email',
    'email' => 'email@email.com',
]);

$customers = $nibo->getCustomers();

$customer = $nibo->getCustomer('uuid');

$receiptUuid = $nibo->createReceipt([
    "accountId": "string",
    "stakeholderId": "string",
    "categoryId": "string",
    "costCenterId": "string",
    "value": 0.0,
    "date": "string",
    "description": "string",
    "isFlag": true
]);

$uuid = $nibo->receiveSchedule('da977074-7cf1-4dbc-b3f3-25effbb72e49', [
    'accountId' => '0351a02c-d92e-4b80-9cb2-a11badb5e8c3',
    'payingType' => 'close',
    'value' => 200.00,
    'date' => '2020-06-20',
    'identifier' => '2423324323',
]);

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

Recently: every ~285 days

Total

6

Last Release

1075d ago

PHP version history (2 changes)v1.0.0PHP &gt;= 7.1

v1.0.5PHP ^7.1 || ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/354624?v=4)[Pedro Casado](/maintainers/pedrocasado)[@pedrocasado](https://github.com/pedrocasado)

---

Top Contributors

[![pedrocasado](https://avatars.githubusercontent.com/u/354624?v=4)](https://github.com/pedrocasado "pedrocasado (7 commits)")

---

Tags

nibonibophpnibo-php-wrapper

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/pedrocasado-nibo-php/health.svg)

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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