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. codeperl/account-module

ActiveLaravel-module

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

User account management for laravel. A modular approach.

1150PHPCI failing

Since Jul 3Pushed 6y 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 3d 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

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

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://www.gravatar.com/avatar/a263f166113862d7a28688f92bf451ff05df8ce0f8324aad737f7336cd9deafb?d=identicon)[codeperl](/maintainers/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)
```

PHPackages © 2026

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