PHPackages                             solomon-ochepa/user-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. [Framework](/categories/framework)
4. /
5. solomon-ochepa/user-module

ActiveLaravel-module[Framework](/categories/framework)

solomon-ochepa/user-module
==========================

Laravel User module.

v1.0.1(2y ago)089MITPHP

Since Sep 26Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/solomon-ochepa/user-module)[ Packagist](https://packagist.org/packages/solomon-ochepa/user-module)[ RSS](/packages/solomon-ochepa-user-module/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

users-module
============

[](#users-module)

Laravel Users module

Installation
------------

[](#installation)

```
composer require solomon-ochepa/user-module

```

### Enable the module

[](#enable-the-module)

```
php artisan module:enable

```

### Run the artisan migration command

[](#run-the-artisan-migration-command)

```
php artisan migrate

```

Required
--------

[](#required)

- nwidart/laravel-modules -

Update composer.json
--------------------

[](#update-composerjson)

Add the following property to composer.json

```
"Modules\\": "Modules/"
```

```
"autoload": {
  "psr-4": {
    "App\\": "app/",
    "Database\\Factories\\": "database/factories/",
    "Database\\Seeders\\": "database/seeders/",
    "Modules\\": "Modules/"
  }
}
```

Update composer autoload
------------------------

[](#update-composer-autoload)

```
composer dumpautoload

```

Recommended
-----------

[](#recommended)

- Replace `/config/modules.php` with - [https://drive.google.com/file/d/1y0RdfQ0LJ\_12yxN5qHrZvIQqZJgWJhrd/view?usp=sharing](https://drive.google.com/file/d/1y0RdfQ0LJ_12yxN5qHrZvIQqZJgWJhrd/view?usp=sharing)
- Replace `/stubs/nwidart-stubs` with -

---

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance51

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

960d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0b84d170842bb5693770a44f2a31bb4c4f3b3224b4cb65696a3abb10af9e0b4d?d=identicon)[solomon-ochepa](/maintainers/solomon-ochepa)

---

Top Contributors

[![solomon-ochepa](https://avatars.githubusercontent.com/u/110875083?v=4)](https://github.com/solomon-ochepa "solomon-ochepa (31 commits)")

---

Tags

laravel-modulesolomon-ochepauser moduleoki technologies ltd

### Embed Badge

![Health badge](/badges/solomon-ochepa-user-module/health.svg)

```
[![Health](https://phpackages.com/badges/solomon-ochepa-user-module/health.svg)](https://phpackages.com/packages/solomon-ochepa-user-module)
```

###  Alternatives

[mhmiton/laravel-modules-livewire

Using Laravel Livewire in Laravel Modules package with automatically registered livewire components for every modules.

236409.6k9](/packages/mhmiton-laravel-modules-livewire)[realmrhex/filament-modular

Modular support for filament.

601.2k](/packages/realmrhex-filament-modular)

PHPackages © 2026

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