PHPackages                             insane/journal - 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. insane/journal

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

insane/journal
==============

Accounting module for atmosphere and laravel

v1.1.4(5mo ago)11.5kMITPHP

Since Sep 9Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/insane-code/journal)[ Packagist](https://packagist.org/packages/insane/journal)[ RSS](/packages/insane-journal/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (8)Versions (59)Used By (0)

Journal
=======

[](#journal)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/884d0febb97b58aa903f635ccfc53e7321218bbc2c37c3ff05f9901fbbfb245c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696e73616e652f6a6f75726e616c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/insane/journal)

Journal is a package that serves as a base for accounting Laravel apps powered by Jetstream/inertia (CRM, Budgeting apps, stores, etc). Journal provides the implementation for account ledger, double entry transactions, payees, account reconciliations, and more.

Actions, providers, and policies are exported to give more flexibility.

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

[](#installation)

Once you have a project with jetstream + inertia scaffolding

> Jetstream should only be installed into new Laravel applications. Attempting to install Jetstream into an existing Laravel application will result in unexpected behavior and issues.

```
php artisan jetstream:install inertia

php artisan jetstream:install inertia --teams
```

please read [jetstream documentation](https://jetstream.laravel.com/installation.html) for that steps if you're not familiar

```
composer require insane/journal

journal:install
```

Usage
-----

[](#usage)

**Journal** don't publish controllers or routes. Instead, **Journal** lets you customize its behavior through actions. During the installation process actions are published to your application's `app/Domains/Journal/Actions` directory

Action classes typically perform a single action and correspond to a single Journal feature, such as creating an account or deleting a category. You are free to customize these classes if you would like to tweak the backend behavior of Journal.

Features
--------

[](#features)

- Account Ledger
- Journal double entry
- Products
- Invoicing
- Invoice payments registration (offline database registration not banking)
- Reports

Examples
--------

[](#examples)

Currently, Journal powers some of my apps:

- [Loger(atmosphere)](https://github.com/jesusantguerrero/atmosphere)
- [IC Loan(prestapp)](https://github.com/jesusantguerrero/prestapp)
- Academia (coming soon)
- Neatlancer (coming soon)

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security-related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

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

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance81

Actively maintained with recent releases

Popularity21

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

Recently: every ~142 days

Total

52

Last Release

176d ago

Major Versions

v0.13.1 → v1.0.12023-10-23

v0.13.2 → v1.0.42023-11-26

v0.14.0 → v1.0.62023-12-18

v0.18.0 → v1.1.02024-06-01

0.x-dev → v1.1.42025-12-30

### Community

Maintainers

![](https://www.gravatar.com/avatar/0ebda3a0826840659d8fda53fbf3f886414d899eb2d39fdaea77fa88411349c8?d=identicon)[freesgen](/maintainers/freesgen)

---

Top Contributors

[![jesusantguerrero](https://avatars.githubusercontent.com/u/17421742?v=4)](https://github.com/jesusantguerrero "jesusantguerrero (269 commits)")

---

Tags

accountinginertiajslaravelphpinvoicingAccounting

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/insane-journal/health.svg)

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

###  Alternatives

[illuminatech/balance

Provides support for Balance accounting system based on debit and credit principle

16040.4k](/packages/illuminatech-balance)[rezzza/accounting

Accounting utilities

2215.3k](/packages/rezzza-accounting)[byrokrat/accounting

Analysis and generation of bookkeeping data according to Swedish standards

121.6k](/packages/byrokrat-accounting)

PHPackages © 2026

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