PHPackages                             mrbig00/oblio-php-client - 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. mrbig00/oblio-php-client

ActiveLibrary

mrbig00/oblio-php-client
========================

Oblio PHP API Client

1373[1 issues](https://github.com/mrbig00/Oblio-PHP-API-Client/issues)[1 PRs](https://github.com/mrbig00/Oblio-PHP-API-Client/pulls)PHP

Since Oct 5Pushed 4y ago1 watchersCompare

[ Source](https://github.com/mrbig00/Oblio-PHP-API-Client)[ Packagist](https://packagist.org/packages/mrbig00/oblio-php-client)[ RSS](/packages/mrbig00-oblio-php-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Oblio PHP API Client
====================

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

Super-simple, minimum abstraction Oblio API wrapper, in PHP

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

[](#installation)

Use the package manager [composer](https://getcomposer.org/) to install the Oblio API Wrapper.

```
composer require mrbig00/oblio-php-api-client
```

Usage
-----

[](#usage)

```
$client = new \mrbig00\Oblio\Api\Client(
    'batman@superman.com',
    'clientSecret'
);

$client->getCompanies(['cif' => 'YOUR_CIF']);
$client->getVatRates(['cif' => 'YOUR_CIF']);
```

Available methods
-----------------

[](#available-methods)

- getClients
- getProducts
- getSeries
- getLanguages
- getManagement
- getVatRates
- addProforma
- addNotice
- addInvoice
- getInvoice
- getProforma
- getNotice
- cancelInvoice
- cancelProforma
- cancelNotice
- deleteInvoice
- deleteProforma
- deleteNotice
- restoreInvoice
- restoreProforma
- restoreNotice

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity34

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/037459e6f2108dc0ec4f46e717afe6f9abd7a6e833062aa8b9c634ada9324c74?d=identicon)[mrbig00](/maintainers/mrbig00)

---

Top Contributors

[![mrbig00](https://avatars.githubusercontent.com/u/1911197?v=4)](https://github.com/mrbig00 "mrbig00 (31 commits)")

---

Tags

hacktoberfest

### Embed Badge

![Health badge](/badges/mrbig00-oblio-php-client/health.svg)

```
[![Health](https://phpackages.com/badges/mrbig00-oblio-php-client/health.svg)](https://phpackages.com/packages/mrbig00-oblio-php-client)
```

PHPackages © 2026

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