PHPackages                             omt/core-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. omt/core-modules

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

omt/core-modules
================

Core Module management

6.1.2(6y ago)01.9k↓31.3%1MITPHPPHP &gt;=7.2

Since Jun 29Pushed 6y agoCompare

[ Source](https://github.com/maoht87/core-modules)[ Packagist](https://packagist.org/packages/omt/core-modules)[ RSS](/packages/omt-core-modules/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (7)Versions (67)Used By (0)

Core-Modules
============

[](#core-modules)

**Laravel****core-modules**5.4^1.05.5^2.05.6^3.05.7^4.05.8^5.06.0^6.0`maoht87/core-modules` is a Laravel package which created to manage your large Laravel app using modules. Module is like a Laravel package, it has some views, controllers or models. This package is supported and tested in Laravel 6.

Install
-------

[](#install)

To install through Composer, by run the following command:

```
composer require maoht87/core-modules
```

The package will automatically register a service provider and alias.

Optionally, publish the package's configuration file by running:

```
php artisan vendor:publish --provider="Omt\Modules\LaravelModulesServiceProvider"
```

### Autoloading

[](#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.**

License
-------

[](#license)

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

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 82.5% 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 ~19 days

Total

64

Last Release

2420d ago

Major Versions

1.0.x-dev → 3.2.12018-04-16

2.0.x-dev → 3.0.x-dev2018-09-20

3.0.x-dev → 4.0.02018-09-30

4.1.0 → 5.0.02019-03-18

5.1.0 → 6.0.02019-09-19

PHP version history (4 changes)0.1PHP &gt;=5.5

2.0.0PHP &gt;=7.0

3.0.0PHP &gt;=7.1

5.0.0PHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/eb6c7e62f98af04ed77faba119bc296bf97a574d2af99252b790834d80efa094?d=identicon)[maoht87](/maintainers/maoht87)

---

Top Contributors

[![nWidart](https://avatars.githubusercontent.com/u/882397?v=4)](https://github.com/nWidart "nWidart (593 commits)")[![Kyslik](https://avatars.githubusercontent.com/u/2067589?v=4)](https://github.com/Kyslik "Kyslik (34 commits)")[![Schweppesale](https://avatars.githubusercontent.com/u/175759?v=4)](https://github.com/Schweppesale "Schweppesale (10 commits)")[![KABBOUCHI](https://avatars.githubusercontent.com/u/9212274?v=4)](https://github.com/KABBOUCHI "KABBOUCHI (8 commits)")[![omtvn](https://avatars.githubusercontent.com/u/17459725?v=4)](https://github.com/omtvn "omtvn (7 commits)")[![rjvandoesburg](https://avatars.githubusercontent.com/u/1488300?v=4)](https://github.com/rjvandoesburg "rjvandoesburg (5 commits)")[![nmfzone](https://avatars.githubusercontent.com/u/10361906?v=4)](https://github.com/nmfzone "nmfzone (4 commits)")[![ReinierH](https://avatars.githubusercontent.com/u/8132589?v=4)](https://github.com/ReinierH "ReinierH (4 commits)")[![RSpeekenbrink](https://avatars.githubusercontent.com/u/7093216?v=4)](https://github.com/RSpeekenbrink "RSpeekenbrink (4 commits)")[![FaZeRs](https://avatars.githubusercontent.com/u/9529341?v=4)](https://github.com/FaZeRs "FaZeRs (4 commits)")[![jnbn](https://avatars.githubusercontent.com/u/112425?v=4)](https://github.com/jnbn "jnbn (4 commits)")[![balping](https://avatars.githubusercontent.com/u/5840038?v=4)](https://github.com/balping "balping (4 commits)")[![daison12006013](https://avatars.githubusercontent.com/u/4581415?v=4)](https://github.com/daison12006013 "daison12006013 (3 commits)")[![arthvrian](https://avatars.githubusercontent.com/u/4997556?v=4)](https://github.com/arthvrian "arthvrian (3 commits)")[![salkhwlani](https://avatars.githubusercontent.com/u/10876587?v=4)](https://github.com/salkhwlani "salkhwlani (3 commits)")[![Davidnadejdin](https://avatars.githubusercontent.com/u/40993387?v=4)](https://github.com/Davidnadejdin "Davidnadejdin (3 commits)")[![mathieutu](https://avatars.githubusercontent.com/u/11351322?v=4)](https://github.com/mathieutu "mathieutu (3 commits)")[![tentus](https://avatars.githubusercontent.com/u/3709892?v=4)](https://github.com/tentus "tentus (3 commits)")[![artemsky](https://avatars.githubusercontent.com/u/16777197?v=4)](https://github.com/artemsky "artemsky (3 commits)")[![wuwx](https://avatars.githubusercontent.com/u/4401?v=4)](https://github.com/wuwx "wuwx (2 commits)")

---

Tags

laravelmodulemodulesradomt

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

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

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

PHPackages © 2026

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