PHPackages                             modina/modina - 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. modina/modina

ActiveLibrary

modina/modina
=============

dsf

02PHP

Since Aug 10Pushed 4y ago1 watchersCompare

[ Source](https://github.com/modina-laravel/modina)[ Packagist](https://packagist.org/packages/modina/modina)[ RSS](/packages/modina-modina/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Install
=======

[](#install)

`composer require modina/modina`

Automate module discovery after composer install
------------------------------------------------

[](#automate-module-discovery-after-composer-install)

Add `"@php artisan modina:discover --ansi"` at the end of the `post-autoload-dump` in `composer.json`.

```
// composer.json

{

    // ...

    "scripts": {
        "post-autoload-dump": [
            "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
            "@php artisan package:discover --ansi",
            "@php artisan modina:discover --ansi"
        ],
        "post-root-package-install": [
            "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
        ],
        "post-create-project-cmd": [
            "@php artisan key:generate --ansi"
        ]
    }

    // ...

}
```

Usage
=====

[](#usage)

Creating a new module
---------------------

[](#creating-a-new-module)

Lorem Epsom.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

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/c470ef1a01977dc82502e602cae6051e09f4e24c36b1f91890569e4f3e256aad?d=identicon)[JCombee](/maintainers/JCombee)

### Embed Badge

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

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

PHPackages © 2026

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