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. [Utility &amp; Helpers](/categories/utility)
4. /
5. seinoxygen/laravel-contabilium

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

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 today

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 21% 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

1325d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/231556?v=4)[Pablo Cornehl](/maintainers/seinoxygen)[@seinoxygen](https://github.com/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

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

23.9k69.5k](/packages/grumpydictator-firefly-iii)[firefly-iii/data-importer

Firefly III Data Import Tool.

8035.8k](/packages/firefly-iii-data-importer)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[ronasit/laravel-helpers

Provided helpers function and some helper class.

2085.6k31](/packages/ronasit-laravel-helpers)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1320.9k4](/packages/team-nifty-gmbh-tall-datatables)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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