PHPackages                             samireltabal/auth-system - 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. samireltabal/auth-system

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

samireltabal/auth-system
========================

Authentication system for laravel based on passport

v1.0.0(4y ago)071MITPHPPHP ^7.3|^8.0

Since Nov 23Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Samireltabal/auth-system)[ Packagist](https://packagist.org/packages/samireltabal/auth-system)[ RSS](/packages/samireltabal-auth-system/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (1)

Authentication System For Laravel
---------------------------------

[](#authentication-system-for-laravel)

depends on
==========

[](#depends-on)

- laravel/framework: "^8.65",
- laravel/Passport : "^10.1"
- laravel/Socialite : "^5.2.0"
- spatie/laravel-medialibrary : "^9.0.0"
- spatie/laravel-permission: "^5.3"

Installation
============

[](#installation)

- composer require samireltabal/auth-system
- php artisan authsystem:install
- php artisan passport:install
- php artisan storage:link
- php artisan migrate

Setup
=====

[](#setup)

- add : use SamirEltabal\\AuthSystem\\Traits\\AuthenticableTrait; to User Model
- add : use Spatie\\MediaLibrary\\HasMedia; to User Model
- change Class User Extends Authenticable to class User extends Authenticatable implements MustVerifyEmail , HasMedia
- change use HasFactory; to use HasFactory, AuthenticableTrait;
- add -- 'role' =&gt; \\Spatie\\Permission\\Middlewares\\RoleMiddleware::class, 'permission' =&gt; \\Spatie\\Permission\\Middlewares\\PermissionMiddleware::class, 'role\_or\_permission' =&gt; \\Spatie\\Permission\\Middlewares\\RoleOrPermissionMiddleware::class, to protected $routeMiddleware in App\\Http\\Kernel.php

and you are Ready To Go.
========================

[](#and-you-are-ready-to-go)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1637d ago

### Community

Maintainers

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

---

Top Contributors

[![Samireltabal](https://avatars.githubusercontent.com/u/17733615?v=4)](https://github.com/Samireltabal "Samireltabal (1 commits)")

### Embed Badge

![Health badge](/badges/samireltabal-auth-system/health.svg)

```
[![Health](https://phpackages.com/badges/samireltabal-auth-system/health.svg)](https://phpackages.com/packages/samireltabal-auth-system)
```

###  Alternatives

[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[jeremy379/laravel-openid-connect

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

55342.3k2](/packages/jeremy379-laravel-openid-connect)

PHPackages © 2026

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