PHPackages                             tariqul/multiauth - 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. tariqul/multiauth

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

tariqul/multiauth
=================

This is package for Multiple Auhtenication on your laravel project

04CSS

Since Nov 21Pushed 7y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel MultiAuth Service for any Laravel App
=============================================

[](#laravel-multiauth-service-for-any-laravel-app)

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

[](#installation)

- [Laravel](#laravel)

### Laravel

[](#laravel)

This package can be used in Laravel 5.4 or higher. If you are using an older version of Laravel, take a look at \[the v1 branch of this package\].

You can install the package via composer:

```
composer require tariqul/multiauth
```

In Laravel 5.5 the service provider will automatically get registered. In older versions of the framework just add the service provider in `config/app.php` file:

```
'providers' => [
    // ...
    Tariqul\Multiauth\MultiauthServiceProvider::class,
];
```

You can publish \[the migration\] with:

```
php artisan vendor:publish --tag="migration"
```

You can publish \[the migration\]\[spaite laravel permission migration \] with:

```
php artisan vendor:publish --tag="migrations"
```

assets for multiauth

```
php artisan vendor:publish --tag="multiauth_assets"
```

make auth

```
php artisan make:auth
```

After the migration has been published you can create the admins- tables by running the migrations:

```
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="config"
```

You can seed database with:

```
php artisan multiauth:seed
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/44528183?v=4)[codertariq](/maintainers/codertariq)[@codertariq](https://github.com/codertariq)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/tariqul-multiauth/health.svg)

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

###  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)
