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

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

jobmetric/authentication
========================

This is a Laravel authentication package that can add user-side login forms to Laravel.

1021PHP

Since Jan 7Pushed 3y ago2 watchersCompare

[ Source](https://github.com/jobmetric/authentication)[ Packagist](https://packagist.org/packages/jobmetric/authentication)[ RSS](/packages/jobmetric-authentication/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Authentication for laravel
==========================

[](#authentication-for-laravel)

This is a package for creating login forms and user authentication, as well as managing their access level in Laravel. This package helps you treat it as a JWT token as well as a session and also provides them to you as an API.

Install via composer
--------------------

[](#install-via-composer)

Run the following command to pull in the latest version:

```
composer require jobmetric/authentication
```

### Add service provider

[](#add-service-provider)

Add the service provider to the providers array in the config/app.php config file as follows:

```
'providers' => [

    ...

    JobMetric\Authentication\Providers\AuthenticationServiceProvider::class,
]
```

### Publish the config

[](#publish-the-config)

Copy the `config` file from `vendor/jobmetric/authentication/config/config.php` to `config` folder of your Laravel application and rename it to `authentication.php`

Run the following command to publish the package config file:

```
php artisan vendor:publish --provider="JobMetric\Authentication\Providers\AuthenticationServiceProvider" --tag="config"
```

You should now have a `config/authentication.php` file that allows you to configure the basics of this package.

### Publish Views

[](#publish-views)

You can use predefined views in this package.

```
php artisan vendor:publish --provider="JobMetric\Authentication\Providers\AuthenticationServiceProvider" --tag="views"
```

Documentation
-------------

[](#documentation)

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity24

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/b00d08bd4b0b765ee2d33719a535e6cb49c04fb945078a0809d5c05e6f16ee96?d=identicon)[majidmohammadian](/maintainers/majidmohammadian)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.3M17](/packages/kartik-v-yii2-password)[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)

PHPackages © 2026

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