PHPackages                             jesprna/jaysfi-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. jesprna/jaysfi-module

ActiveLibrary

jesprna/jaysfi-module
=====================

Module management package for Laravel

v1.0.0(4mo ago)0431↓50%MITPHPPHP ^8.0

Since Jan 10Pushed 4mo agoCompare

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

READMEChangelogDependencies (3)Versions (2)Used By (0)

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

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

[![Downloads](https://camo.githubusercontent.com/bb6ae9403d42c58b221eb773ce3c8ca51d13083e2e64ca3846787c7e48b5a393/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a657370726e612f6a61797366692d6d6f64756c65)](https://camo.githubusercontent.com/bb6ae9403d42c58b221eb773ce3c8ca51d13083e2e64ca3846787c7e48b5a393/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a657370726e612f6a61797366692d6d6f64756c65)[![StyleCI](https://camo.githubusercontent.com/e886ad428060f013e69cb5e3651a24a4de81fb7e8149633c93fb13fec5fd1394/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3138303835393836362f736869656c643f7374796c653d666c6174266272616e63683d6d6173746572)](https://styleci.io/repos/180859866)[![License](https://camo.githubusercontent.com/2e67adfbeeb1ff5bb88d17adb7a71ce87df6ff7cb694b988624e78f11d101ef3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6a657370726e612f6a61797366692d6d6f64756c65)](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 jesprna/jaysfi-module
```

### 2. Register

[](#2-register)

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

```
Jesprna\Module\Facade::class,
Jesprna\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)

- [Jays](https://github.com/jesprna)
- [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

38

—

LowBetter than 85% of packages

Maintenance78

Regular maintenance activity

Popularity17

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 83.6% 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

Unknown

Total

1

Last Release

120d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/999042c0244396cbd9fbee3654cbc6ab436604538a3b3daac92505b4bfbec06f?d=identicon)[jesprna](/maintainers/jesprna)

---

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)")[![jesprna](https://avatars.githubusercontent.com/u/48647209?v=4)](https://github.com/jesprna "jesprna (1 commits)")[![mathieutu](https://avatars.githubusercontent.com/u/11351322?v=4)](https://github.com/mathieutu "mathieutu (1 commits)")

---

Tags

laravelmoduleradjesprna

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jesprna-jaysfi-module/health.svg)

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

###  Alternatives

[nwidart/laravel-modules

Laravel Module management

6.1k14.6M273](/packages/nwidart-laravel-modules)

PHPackages © 2026

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