PHPackages                             chimerarocks/user - 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. chimerarocks/user

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

chimerarocks/user
=================

0.3.8(9y ago)0502PHPPHP &gt;=5.5.9

Since Aug 27Pushed 9y ago1 watchersCompare

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

READMEChangelogDependencies (8)Versions (13)Used By (2)

\#user [![Build Status](https://camo.githubusercontent.com/0eb46898e8c278433ef3fe556a66fc6ed9d3b6ea85b729da33962df493734f51/68747470733a2f2f7472617669732d63692e6f72672f6368696d657261726f636b732f757365722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/chimerarocks/user)

\#Installation ###1. Install package

```
composer require chimerarocks/user

```

\###2. Add provider

\#####in config/app.php

```
'providers' => [
    ...
    ChimeraRocks\User\Providers\UserServiceProvider::class,
    Collective\Html\HtmlServiceProvider::class,
],

'aliases' => [
    // ...
      'Form' => Collective\Html\FormFacade::class,
      'Html' => Collective\Html\HtmlFacade::class,
    // ...
 ],
```

\###3. Publish views and migrations

> remove old users migrations!

```
php artisan vendor:publish

```

\###4. Refactoring User

1. remove app/User.php
2. remove Auth\\RegisterController.php or change the namespache of User to ChimeraRocks\\User\\Models\\User

\###5. Change users provider

\####config/auth.php

```
'providers' => [
   'users' => [
       'driver' => 'eloquent',
       'model' => \ChimeraRocks\User\Models\User::class,
   ],
],
```

\###6. Add the middleware ####on kernel.php

```
$routeMiddleware = [
    ...
    'authorization' => \ChimeraRocks\User\Middlewares\Authorization::class,
    ...
]
```

\###7. Add the routes ####on web.php

```
App::make('chimerarocks_user_route')->auth();
```

\###8. Generate schema

```
php artisan migrate

```

\###9. Install Passport

```
php artisan passport:install

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity55

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 ~9 days

Recently: every ~0 days

Total

12

Last Release

3447d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/881b94fa558b14a5827ca187cc9118742c0090d2408da0832d427ca8f7745a7d?d=identicon)[chimerarocks](/maintainers/chimerarocks)

---

Top Contributors

[![chimerarocks](https://avatars.githubusercontent.com/u/19173694?v=4)](https://github.com/chimerarocks "chimerarocks (35 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[tymon/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

11.5k49.1M344](/packages/tymon-jwt-auth)[php-open-source-saver/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

8359.8M52](/packages/php-open-source-saver-jwt-auth)[laragear/two-factor

On-premises 2FA Authentication for out-of-the-box.

339785.3k8](/packages/laragear-two-factor)[corbosman/laravel-passport-claims

Add claims to Laravel Passport JWT Tokens

88655.9k](/packages/corbosman-laravel-passport-claims)[nl.idaas/laravel-openid-connect

Drop-in replacement for Laravel Passport to add support for OpenID Connect

6430.2k](/packages/nlidaas-laravel-openid-connect)[alajusticia/laravel-logins

Session management in Laravel apps, user notifications on new access, support for multiple separate remember tokens, IP geolocation, User-Agent parser

2011.0k](/packages/alajusticia-laravel-logins)

PHPackages © 2026

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