PHPackages                             akhan/modules - 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. [Framework](/categories/framework)
4. /
5. akhan/modules

ActiveLibrary[Framework](/categories/framework)

akhan/modules
=============

Laravel 5.5 Modules

0272[1 PRs](https://github.com/akhan-weltkind/modules/pulls)PHP

Since Feb 14Pushed 7y agoCompare

[ Source](https://github.com/akhan-weltkind/modules)[ Packagist](https://packagist.org/packages/akhan/modules)[ RSS](/packages/akhan-modules/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Akhan Modules
=============

[](#akhan-modules)

[![Laravel 5.4](https://camo.githubusercontent.com/44a46e1191ed86c4bf05854f78ec02f30d733650dca0c65d216e6ff1d500d3cc/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d352e342d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](http://laravel.com)[![Source](https://camo.githubusercontent.com/8c3e96592162e7080edc1663886485ce4317701755a221ac3113457f3af43d56/687474703a2f2f696d672e736869656c64732e696f2f62616467652f736f757263652d6361666665696e617465642f6d6f64756c65732d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/caffeinated/modules)[![License](https://camo.githubusercontent.com/30597ff9a350144f03bffdd9183e16468e0b3ca1193e1d08591d992622738d55/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://tldrlegal.com/license/mit-license)

Akhan Modules based on package Caffeinated and this is a simple package to allow the means to separate your Laravel 5.4 application out into modules. Each module is completely self-contained allowing the ability to simply drop a module in for use.

The package follows the FIG standards PSR-1, PSR-2, and PSR-4 to ensure a high level of interoperability between shared PHP code.

Documentation
-------------

[](#documentation)

You will find user friendly and updated documentation in the wiki here: [Caffeinated Modules Wiki](https://github.com/caffeinated/modules/wiki)

Quick Installation
------------------

[](#quick-installation)

Begin by installing the package through Composer.

```
composer require akhan/modules

```

Once this operation is complete, simply add both the service provider and facade classes to your project's `config/app.php` file:

#### Service Provider

[](#service-provider)

```
Akhan\Modules\ModulesServiceProvider::class,
```

#### Facade

[](#facade)

```
'Module' => Akhan\Modules\Facades\Module::class,
```

And that's it! With your coffee in reach, start building out some awesome modules!

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.7% 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/f5958db188aa3fb4aff5f77c644b164b70f1b13969c3e286e6535541b25304db?d=identicon)[akhan-weltkind](/maintainers/akhan-weltkind)

---

Top Contributors

[![akhan-weltkind](https://avatars.githubusercontent.com/u/25359110?v=4)](https://github.com/akhan-weltkind "akhan-weltkind (6 commits)")[![skubadev](https://avatars.githubusercontent.com/u/35811447?v=4)](https://github.com/skubadev "skubadev (1 commits)")

### Embed Badge

![Health badge](/badges/akhan-modules/health.svg)

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M190](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M256](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M591](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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