PHPackages                             xannn94/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. xannn94/modules

ActiveLibrary[Framework](/categories/framework)

xannn94/modules
===============

Laravel 5 Modules

081PHP

Since Oct 6Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Xannn94/modules)[ Packagist](https://packagist.org/packages/xannn94/modules)[ RSS](/packages/xannn94-modules/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

This package is based on the package caffeinated/modules and used for CMS weltkind/larawelt
===========================================================================================

[](#this-package-is-based-on-the-package-caffeinatedmodules-and-used-for-cms-weltkindlarawelt)

Caffeinated Modules
===================

[](#caffeinated-modules)

[![Laravel 5.3](https://camo.githubusercontent.com/8bfaefdf695ac3ff6cde30f94f554ea371c76f3156c48be6720a6fc85518cf0a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d352e332d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](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)

Caffeinated Modules is a simple package to allow the means to separate your Laravel 5.3 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. At the moment the package is not unit tested, but is planned to be covered later down the road.

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 caffeinated/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)

```
Caffeinated\Modules\ModulesServiceProvider::class,
```

#### Facade

[](#facade)

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

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

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/4f3165c4aeedbc7ddb5462dfbf945f52bc5175b45db7f786e6badedd3a351ee2?d=identicon)[xannn94](/maintainers/xannn94)

---

Top Contributors

[![Xannn94](https://avatars.githubusercontent.com/u/8320407?v=4)](https://github.com/Xannn94 "Xannn94 (5 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/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.7M259](/packages/laravel-dusk)[laravel/prompts

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

708181.8M596](/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)
