PHPackages                             codeperl/account-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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. codeperl/account-module

ActiveLaravel-module[Authentication &amp; Authorization](/categories/authentication)

codeperl/account-module
=======================

User account management for laravel. A modular approach.

0150PHPCI failing

Since Jul 3Pushed 7y ago1 watchersCompare

[ Source](https://github.com/codeperl/account-module)[ Packagist](https://packagist.org/packages/codeperl/account-module)[ RSS](/packages/codeperl-account-module/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

account-module for laravel
==========================

[](#account-module-for-laravel)

User account management along with acl. A modular driven approach for laravel 5.8.

Pre installation
----------------

[](#pre-installation)

- In composer.json file append:

```
"module-dir": "Modules"
```

to extra section.

- and

```
    "autoload": {
        "psr-4": {
            ....,
            "Modules\\": "Modules/",
        },
        ...
    },
```

It will be the location where laravel module will took place.

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

[](#installation)

Run

`composer require nwidart/laravel-modules``composer require joshbrw/laravel-module-installer``composer require spatie/laravel-permission``composer require codeperl/account`

Post installation
-----------------

[](#post-installation)

- Add

```
'role' => \Spatie\Permission\Middlewares\RoleMiddleware::class,
'permission' => \Spatie\Permission\Middlewares\PermissionMiddleware::class,
'acl' => \Modules\Account\Middleware\Acl::class,

```

to $routeMiddleware in App\\Http\\Kernel.php

- Run `php artisan module:publish-config Account`
- Run `php artisan module:publish-migration Account`
- Run `php artisan migrate --env=development`

Done!

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 55.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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1268654?v=4)[Mohammad Ahsrafuddin Ferdousi](/maintainers/codeperl)[@codeperl](https://github.com/codeperl)

---

Top Contributors

[![codeperl](https://avatars.githubusercontent.com/u/1268654?v=4)](https://github.com/codeperl "codeperl (79 commits)")[![ashferd](https://avatars.githubusercontent.com/u/38684591?v=4)](https://github.com/ashferd "ashferd (63 commits)")

### Embed Badge

![Health badge](/badges/codeperl-account-module/health.svg)

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

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.2M17](/packages/kartik-v-yii2-password)

PHPackages © 2026

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