PHPackages                             intothesource/users - 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. intothesource/users

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

intothesource/users
===================

User manager with roles (single and multiple)

1.0.12(10y ago)077821BSD-2PHPPHP &gt;=5.5.9

Since Sep 29Pushed 6y ago4 watchersCompare

[ Source](https://github.com/intothesource/laravel-users)[ Packagist](https://packagist.org/packages/intothesource/users)[ Docs](https://github.com/intothesource/laravel-users)[ RSS](/packages/intothesource-users/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (4)Versions (33)Used By (1)

Users
=====

[](#users)

User manager with roles (single and multiple)

Install
-------

[](#install)

```
composer require intothesource/users
```

This package also uses the [Entrance package](https://github.com/intothesource/entrance), for more information about that package go to that repositorie.

After install
-------------

[](#after-install)

#### ServiceProvider

[](#serviceprovider)

Add the following line to "config/app.php"

at "providers":

```
IntoTheSource\Users\UsersServiceProvider::class,
Collective\Html\HtmlServiceProvider::class,
```

And at "aliases":

```
'Form'      => Collective\Html\FormFacade::class,
'Html'      => Collective\Html\HtmlFacade::class,
```

#### Creating the files

[](#creating-the-files)

Run the following command:

```
php artisan vendor:publish
```

#### Migration

[](#migration)

Run the command:

```
php artisan migrate
```

#### Middleware

[](#middleware)

Add the following lines to the '$routeMiddleware' array in the file 'App/Http/Kernel.php'

```
'sourceOrAdmin' => \IntoTheSource\Users\Http\Middleware\IfSourceOrAdmin::class,
```

If you go to the user index you first need a role that sign in the [config file](https://github.com/intothesource/users/blob/master/src/config/intothesource.usermanager.php) at 'Middleware'

#### Database Seed

[](#database-seed)

If you want to at basic roles, do the following thinks.
@note: if you want to use this be sure that you also included the database seeding of the [Entrance package](https://github.com/intothesource/entrance)

Add to your 'DatabaseSeeder.php' file in the 'database/seeds' folder

```
$this->call(RoleTableSeeder::class);
$this->call(RoleUserTableSeeder::class);
```

After that run the next command:

```
php artisan db:seed
```

\####### Or if you don't want to do that run the following commands:

```
first: php artisan db:seed --class=RoleTableSeeder
second: php artisan db:seed --class=RoleUserTableSeeder
```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 84.8% 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 ~7 days

Recently: every ~0 days

Total

32

Last Release

3706d ago

Major Versions

0.2.1 → 1.0.02015-10-30

PHP version history (2 changes)0.0.1PHP &gt;=5.3.0

1.0.0PHP &gt;=5.5.9

### Community

Maintainers

![](https://www.gravatar.com/avatar/5ce4eca806b9f1efedf1a45634edc2a7dd5eff9baa43d0e6bdba5f53c9a38a27?d=identicon)[intothesource](/maintainers/intothesource)

---

Top Contributors

[![gjroke](https://avatars.githubusercontent.com/u/20582379?v=4)](https://github.com/gjroke "gjroke (39 commits)")[![RamonSmit](https://avatars.githubusercontent.com/u/1906631?v=4)](https://github.com/RamonSmit "RamonSmit (7 commits)")

---

Tags

laraveluser managerthe sourcethesourcein to the sourceintothesourceuser managersystemuser manager and roles

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[smarch/watchtower

Front-end for the Shinboi Auth system of Users / Roles / Permissions in Laravel 5

523.0k](/packages/smarch-watchtower)[ingria/laravel-x509-auth

Laravel 5 Client Certificate auth middleware

375.7k](/packages/ingria-laravel-x509-auth)

PHPackages © 2026

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