PHPackages                             dizatech/identifier - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. dizatech/identifier

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

dizatech/identifier
===================

v1.8.7(4y ago)371MITPHPPHP 7.1.\*|7.2.\*|7.3.\*|7.4.\*|8.\*

Since Jun 23Pushed 4y ago1 watchersCompare

[ Source](https://github.com/dizatech/identifier)[ Packagist](https://packagist.org/packages/dizatech/identifier)[ RSS](/packages/dizatech-identifier/feed)WikiDiscussions main Synced 6d ago

READMEChangelog (10)Dependencies (4)Versions (37)Used By (0)

Laravel Identifier Package :: simple authentication
===================================================

[](#laravel-identifier-package--simple-authentication)

[![Latest Version on Packagist](https://camo.githubusercontent.com/26c1cddece96942dd5d9a015a72d656f5400b13f476e3ff34b573f307d9b1bd7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64697a61746563682f6964656e7469666965722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dizatech/identifier)[![GitHub issues](https://camo.githubusercontent.com/3711cf8dc5c96308f388d72c56cf24e74bf54996d63ca1b201d68a90538b1069/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f64697a61746563682f6964656e7469666965723f7374796c653d666c61742d737175617265)](https://github.com/dizatech/identifier/issues)[![GitHub stars](https://camo.githubusercontent.com/e08aaf536fe103617d0e797f780eec2fc5757252e4fead21a35a0752910e7d2e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f64697a61746563682f6964656e7469666965723f7374796c653d666c61742d737175617265)](https://github.com/dizatech/identifier/stargazers)[![GitHub forks](https://camo.githubusercontent.com/e3051ec753c424fd726e4139bfde993d7280388712338cf91b3ec9d3b02391f5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f64697a61746563682f6964656e7469666965723f7374796c653d666c61742d737175617265)](https://github.com/dizatech/identifier/network)[![Total Downloads](https://camo.githubusercontent.com/8ace46cf22bc4487aa3146ecad6c00dcfa78462076f766a06fea2cb42c2db108/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64697a61746563682f6964656e7469666965722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dizatech/identifier)[![GitHub license](https://camo.githubusercontent.com/860aa805828281ef8accb3d128a89fc74957090930c41865b24eafa8b4075bbc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f64697a61746563682f6964656e7469666965723f7374796c653d666c61742d737175617265)](https://github.com/dizatech/identifier/blob/master/LICENSE)

Laravel Identifier Package :: simple authentication (login, register and forgot-password).

How to install and config [dizatech/identifier](https://github.com/dizatech/identifier) package?
------------------------------------------------------------------------------------------------

[](#how-to-install-and-config-dizatechidentifier-package)

#### ⬇️ Installation

[](#️-installation)

```
composer require dizatech/identifier
```

#### Publish Config file

[](#publish-config-file)

```
php artisan vendor:publish --tag=dizatech_identifier
```

- Update (Be careful! Overwrites existing settings)

```
php artisan vendor:publish --tag=dizatech_identifier --force
```

#### Migrate tables, to add identifier tables to database

[](#migrate-tables-to-add-identifier-tables-to-database)

```
php artisan migrate
```

#### 📖 How to change auth options

[](#-how-to-change-auth-options)

- Set the configs in /config/dizatech\_identifier.php

Usage
-----

[](#usage)

- Create resources/sass/auth.scss file and add the following code :

```
// Fonts
@import './fonts/awesome/awesome-font.css';
@import './fonts/iransans/iransans-font.css';

@import "./vendor/dizatech-identifier/dizatech_identifier";
```

- Please note that fonts directories is up to your project structure. change them with your own directories.

- Create resources/js/auth.js file and add the following code :

```
require('./bootstrap');

require("./vendor/dizatech-identifier/dizatech_identifier");
```

- Add created files directly in your webpack.mix.js

```
.js('resources/js/auth.js', 'public/js')
    .sass('resources/sass/auth.scss', 'public/css')
```

- run npm :

```
npm run dev
```

- Use this route to redirect your users to login and registration page

```
route('identifier.login');
```

- Change `app/Http/Middleware/Authenticate.php` like this :

```
protected function redirectTo($request)
{
    if (! $request->expectsJson()) {
        return route('identifier.login');
    }
}
```

- Clear caches

```
php artisan cache:clear
php artisan view:clear
php artisan route:clear
php artisan config:clear
```

- Done !

\###Requirements :

- PHP v7.0 or above
- Laravel v7.0 or above
- dizatech/notifier package [packagist link](https://packagist.org/packages/dizatech/notifier)
- va/cutlet-helper package [packagist link](https://packagist.org/packages/va/cutlet-helper)

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 82.9% 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 ~3 days

Total

35

Last Release

1694d ago

Major Versions

v0.2.2 → v1.02021-06-29

PHP version history (2 changes)v0.1PHP 7.1.\*|7.2.\*|7.3.\*|7.4.\*

v1.5PHP 7.1.\*|7.2.\*|7.3.\*|7.4.\*|8.\*

### Community

Maintainers

![](https://www.gravatar.com/avatar/7ca25b6ce9e40a205b65efd8c9fb92865bbf6d4586f11be7ca76be0d4151b808?d=identicon)[omidfarahani](/maintainers/omidfarahani)

![](https://www.gravatar.com/avatar/a0f9a46cf81b1da334ac80cfdaedd9f20f71430bda89cf3d835b42071e386d9a?d=identicon)[sinarajabpour1998](/maintainers/sinarajabpour1998)

---

Top Contributors

[![sinatx](https://avatars.githubusercontent.com/u/76904071?v=4)](https://github.com/sinatx "sinatx (58 commits)")[![omidfarahani](https://avatars.githubusercontent.com/u/10830204?v=4)](https://github.com/omidfarahani "omidfarahani (12 commits)")

### Embed Badge

![Health badge](/badges/dizatech-identifier/health.svg)

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

###  Alternatives

[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)

PHPackages © 2026

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