PHPackages                             seinoxygen/laravel-contabilium - 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. seinoxygen/laravel-contabilium

ActiveLibrary

seinoxygen/laravel-contabilium
==============================

A Laravel wrapper for Contabilium

v1.0.0(3y ago)03MITPHPPHP ^7.1|^8.0

Since Nov 18Pushed 3y ago1 watchersCompare

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

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

Laravel Contabilium
===================

[](#laravel-contabilium)

[![Donate](https://camo.githubusercontent.com/604e3db9c8751116b3f765aad0353ec7ded655bbe8aaacbc38d8c4a6b784b3ed/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f446f6e6174652d50617950616c2d677265656e2e737667)](https://www.paypal.com/donate/?hosted_button_id=6CYVR8U4VDMAA) [![Packagist Downloads](https://camo.githubusercontent.com/b88ceb398e0ed0524996ce0308a28cd4a530c819e6bedf7e5df53748329db77f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7365696e6f787967656e2f6c61726176656c2d636f6e746162696c69756d3f6c6162656c3d446f776e6c6f616473)](https://camo.githubusercontent.com/b88ceb398e0ed0524996ce0308a28cd4a530c819e6bedf7e5df53748329db77f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7365696e6f787967656e2f6c61726176656c2d636f6e746162696c69756d3f6c6162656c3d446f776e6c6f616473)

A Laravel wrapper for Contabilium.

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

[](#installation)

Add Laravel Contabilium as a dependency using the composer CLI:

```
composer require seinoxygen/laravel-contabilium
```

Basic Usage
-----------

[](#basic-usage)

Add the following to your config/services.php and add the correct values to your .env file

```
'contabilium' => [
    'client_id' => env('CONTABILIUM_CLIENT_ID'),
    'client_secret' => env('CONTABILIUM_CLIENT_SECRET'),
    'country' => env('CONTABILIUM_COUNTRY', 'ar'),
],
```

If using &lt; Laravel 5.5, add the ContabiliumServiceProvider to the providers array

```
'providers' => [
    ...
    SeinOxygen\Contabilium\ContabiliumServiceProvider::class,
    ...
],
```

Next, in config/app.php, add the Contabilium to the aliases array

```
'aliases' => [
    ...
    'Contabilium' => SeinOxygen\Contabilium\Facades\Contabilium::class,
    ...
],
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

1271d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7a628cc19753abaa8e705ec33d75a1992cbec389b69fb02ea46bae20d777f5bc?d=identicon)[seinoxygen](/maintainers/seinoxygen)

---

Top Contributors

[![seinoxygen](https://avatars.githubusercontent.com/u/231556?v=4)](https://github.com/seinoxygen "seinoxygen (2 commits)")

---

Tags

contabiliumlaravellaravelContabilium

### Embed Badge

![Health badge](/badges/seinoxygen-laravel-contabilium/health.svg)

```
[![Health](https://phpackages.com/badges/seinoxygen-laravel-contabilium/health.svg)](https://phpackages.com/packages/seinoxygen-laravel-contabilium)
```

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)

PHPackages © 2026

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