PHPackages                             akaunting/laravel-module - 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. akaunting/laravel-module

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

akaunting/laravel-module
========================

Module management package for Laravel

4.0.3(1y ago)124239.1k↓12.1%33[1 issues](https://github.com/akaunting/laravel-module/issues)MITPHPPHP ^8.0

Since Apr 11Pushed 1y ago11 watchersCompare

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

READMEChangelog (10)Dependencies (3)Versions (33)Used By (0)

Module management package for Laravel
=====================================

[](#module-management-package-for-laravel)

[![Downloads](https://camo.githubusercontent.com/3a53ba36229159696f84d3e6ae1296ea062508c980016d992d5045a09a78ab0b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616b61756e74696e672f6c61726176656c2d6d6f64756c65)](https://camo.githubusercontent.com/3a53ba36229159696f84d3e6ae1296ea062508c980016d992d5045a09a78ab0b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616b61756e74696e672f6c61726176656c2d6d6f64756c65)[![StyleCI](https://camo.githubusercontent.com/e886ad428060f013e69cb5e3651a24a4de81fb7e8149633c93fb13fec5fd1394/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3138303835393836362f736869656c643f7374796c653d666c6174266272616e63683d6d6173746572)](https://styleci.io/repos/180859866)[![License](https://camo.githubusercontent.com/2a629af31420680939966064414b948639849c3142c869c9321387b46e3c8922/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f616b61756e74696e672f6c61726176656c2d6d6f64756c65)](LICENSE.md)

This package intends to make your Laravel app extensible via modules. A module is a kinda small Laravel app, shipping with its own views, controllers, models, etc.

Getting Started
---------------

[](#getting-started)

### 1. Install

[](#1-install)

Run the following command:

```
composer require akaunting/laravel-module
```

### 2. Register

[](#2-register)

Service provider and facade will be registered automatically. If you want to register them manually in `config/app.php`:

```
Akaunting\Module\Facade::class,
Akaunting\Module\Providers\Laravel::class,
```

### 3. Publish

[](#3-publish)

Publish config file.

```
php artisan vendor:publish --tag=module
```

### 4. Configure

[](#4-configure)

You can change the configuration from `config/module.php` file

### 5. Autoloading

[](#5-autoloading)

By default, the module classes are not loaded automatically. You can autoload your modules using `psr-4`. For example:

```
{
  "autoload": {
    "psr-4": {
      "App\\": "app/",
      "Modules\\": "modules/"
    }
  }
}
```

**Tip: don't forget to run `composer dump-autoload` afterwards.**

Usage
-----

[](#usage)

Check out the [wiki](../../wiki) about the usage and further documentation.

Changelog
---------

[](#changelog)

Please see [Releases](../../releases) for more information what has changed recently.

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

[](#contributing)

Pull requests are more than welcome. You must follow the PSR coding standards.

Credits
-------

[](#credits)

- [Denis Duliçi](https://github.com/denisdulici)
- [Nicolas Widart](https://github.com/nwidart)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

51

—

FairBetter than 96% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity52

Moderate usage in the ecosystem

Community22

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 84.8% 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 ~66 days

Recently: every ~106 days

Total

32

Last Release

530d ago

Major Versions

1.0.11 → 2.0.02020-10-17

2.0.12 → 3.0.02023-03-16

3.0.2 → 4.0.02023-10-24

PHP version history (3 changes)1.0.0PHP &gt;=7.1

2.0.0PHP &gt;=7.3

3.0.0PHP ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5254835?v=4)[Denis Dulici](/maintainers/denisdulici)[@denisdulici](https://github.com/denisdulici)

![](https://avatars.githubusercontent.com/u/10936547?v=4)[Cüneyt Şentürk](/maintainers/cuneytsenturk)[@cuneytsenturk](https://github.com/cuneytsenturk)

---

Top Contributors

[![denisdulici](https://avatars.githubusercontent.com/u/5254835?v=4)](https://github.com/denisdulici "denisdulici (56 commits)")[![sevannerse](https://avatars.githubusercontent.com/u/16224533?v=4)](https://github.com/sevannerse "sevannerse (6 commits)")[![burakcakirel](https://avatars.githubusercontent.com/u/3121372?v=4)](https://github.com/burakcakirel "burakcakirel (2 commits)")[![cuneytsenturk](https://avatars.githubusercontent.com/u/10936547?v=4)](https://github.com/cuneytsenturk "cuneytsenturk (1 commits)")[![mathieutu](https://avatars.githubusercontent.com/u/11351322?v=4)](https://github.com/mathieutu "mathieutu (1 commits)")

---

Tags

akauntinglaravelmodulephplaravelmoduleradakaunting

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/akaunting-laravel-module/health.svg)

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

PHPackages © 2026

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