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 today

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 10% 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://www.gravatar.com/avatar/5aeec0ec87aaae73c9d7a8d1ec475e38c67c470d78ee5b9a0b968e2cf8de7ad1?d=identicon)[codertariq](/maintainers/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

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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