PHPackages                             knovator/authentication - 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. knovator/authentication

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

knovator/authentication
=======================

This is authentication module description

v2.0(4y ago)03PHP

Since May 22Pushed 4y ago2 watchersCompare

[ Source](https://github.com/knovator/authentication)[ Packagist](https://packagist.org/packages/knovator/authentication)[ RSS](/packages/knovator-authentication/feed)WikiDiscussions v2.0-branch Synced 1w ago

READMEChangelogDependencies (4)Versions (28)Used By (0)

This package used for user authentication with using secure laravel passport which provides a full OAuth2 server implementation for your Laravel application in a matter of minutes. \[\]

Migration Added:

- Users
- Roles
- Users Roles (Pivot Table)
- Permissions
- Permissions Roles (Pivot Table)

Features:

- Handle user role with permissions based Authentication

Require the knovator/authentication package in your composer.json and update your dependencies:

You want to need add authentication repository in your composer.json file.

```
          {
              "type": "vcs",
              "url": "git@github.com:knovator/authentication.git"
          }
      ],

```

You want to need add `multiple_column` in `config/auth.php` User Providers sections

This package included `laravel/passport` and `prettus/l5-repository` packages.

```
    composer require knovator/authentication

```

In your `config/app.php` add `Knovator\Authentication\AuthServiceProvider::class` to the end of the providers array:

Publish Configuration:

`php artisan vendor:publish --provider "Knovator\Authentication\AuthServiceProvider"`

website : \[ \]

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

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

Recently: every ~101 days

Total

10

Last Release

1824d ago

Major Versions

v1.9 → v2.02021-05-20

### Community

Maintainers

![](https://www.gravatar.com/avatar/12df943627abd214afbe75644882d9a59e2b1f5bb29d599c27f8fa310d3326d1?d=identicon)[jenishpaghadar](/maintainers/jenishpaghadar)

---

Top Contributors

[![Knovator-priyanka](https://avatars.githubusercontent.com/u/44355877?v=4)](https://github.com/Knovator-priyanka "Knovator-priyanka (23 commits)")[![jenishpaghadal](https://avatars.githubusercontent.com/u/13597693?v=4)](https://github.com/jenishpaghadal "jenishpaghadal (3 commits)")

### Embed Badge

![Health badge](/badges/knovator-authentication/health.svg)

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[dusterio/lumen-passport

Making Laravel Passport work with Lumen

6511.3M9](/packages/dusterio-lumen-passport)[corbosman/laravel-passport-claims

Add claims to Laravel Passport JWT Tokens

88655.9k](/packages/corbosman-laravel-passport-claims)[smartins/passport-multiauth

Add support to multi-auth on Laravel Passport

285324.2k1](/packages/smartins-passport-multiauth)

PHPackages © 2026

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