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

ActiveLibrary[Framework](/categories/framework)

quintavalentina/modules
=======================

Laravel 5 Modules

v1.2(9y ago)115MITPHPPHP &gt;=5.5.9

Since Oct 6Pushed 9y agoCompare

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

READMEChangelog (3)Dependencies (5)Versions (4)Used By (0)

Quinta Valentina Modules
========================

[](#quinta-valentina-modules)

[![Laravel 5.2](https://camo.githubusercontent.com/3c5fafdd636fa4b58339ff9c390671fac70d00e2654590261153d96a4de251db/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d352e322d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](http://laravel.com)[![Laravel 5.3](https://camo.githubusercontent.com/8bfaefdf695ac3ff6cde30f94f554ea371c76f3156c48be6720a6fc85518cf0a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d352e332d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](http://laravel.com)[![Laravel 5.4](https://camo.githubusercontent.com/44a46e1191ed86c4bf05854f78ec02f30d733650dca0c65d216e6ff1d500d3cc/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d352e342d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](http://laravel.com)[![Source](https://camo.githubusercontent.com/72954a9d2561ff844a54441be3ce7e4cea73f47cd12f88c31c7a244b4e0f22d0/687474703a2f2f696d672e736869656c64732e696f2f62616467652f736f757263652d7175696e746176616c656e74696e612f6d6f64756c65732d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/quintavalentina/modules)[![License](https://camo.githubusercontent.com/30597ff9a350144f03bffdd9183e16468e0b3ca1193e1d08591d992622738d55/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://tldrlegal.com/license/mit-license)

Quinta Valentina Modules is a simple package to allow the means to separate your Laravel 5 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: [Quinta Valentina Modules Wiki](https://github.com/quintavalentina/modules/wiki)

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

[](#quick-installation)

Begin by installing the package through Composer.

```
composer require quintavalentina/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)

```
Quintavalentina\Modules\ModulesServiceProvider::class,
```

#### Facade

[](#facade)

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

#### Compiled File Providers Support

[](#compiled-file-providers-support)

With the release of v1.0, register the package within your applications `compile.php` config file:

```
'providers' => [
    Quintavalentina\Modules\ModulesServiceProvider::class
],
```

You may then specify a `compiles()` public static method within each of your modules' service provider to compile additional files provided by your modules generated by the `artisan optimize` command. These should include classes that are included on basically every request into your application.

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

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity60

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

Total

3

Last Release

3340d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/22647031?v=4)[quintavalentina](/maintainers/quintavalentina)[@quintavalentina](https://github.com/quintavalentina)

---

Top Contributors

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

---

Tags

laravelmodulesquintavalentina

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[api-platform/laravel

API Platform support for Laravel

58190.1k21](/packages/api-platform-laravel)[laravel/ai

The official AI SDK for Laravel.

1.1k4.6M307](/packages/laravel-ai)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k16.3M153](/packages/laravel-pulse)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.6k31.8M158](/packages/laravel-cashier)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9922.4M146](/packages/roots-acorn)

PHPackages © 2026

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