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(5y 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 3w 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 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity70

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

1870d 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

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[bagisto/bagisto

Bagisto Laravel E-Commerce

27.6k172.1k9](/packages/bagisto-bagisto)[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

23.9k69.5k](/packages/grumpydictator-firefly-iii)[krayin/laravel-crm

Krayin CRM

23.2k33.6k1](/packages/krayin-laravel-crm)[jeremy379/laravel-openid-connect

OpenID Connect support to the PHP League's OAuth2 Server. Compatible with Laravel Passport.

59437.0k9](/packages/jeremy379-laravel-openid-connect)[exceedone/exment

Management for Product, Client, Contracts, Subscription, ...

28038.8k](/packages/exceedone-exment)

PHPackages © 2026

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