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

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

orchestra/auth
==============

Auth Component for Orchestra Platform

v5.0.1(6y ago)23108.7k↓20%53MITPHPPHP &gt;=7.2

Since Jun 19Pushed 5y ago2 watchersCompare

[ Source](https://github.com/orchestral/auth)[ Packagist](https://packagist.org/packages/orchestra/auth)[ Docs](http://orchestraplatform.com/docs/latest/components/auth/)[ Fund](https://paypal.me/crynobone)[ Patreon](https://www.patreon.com/crynobone)[ RSS](/packages/orchestra-auth/feed)WikiDiscussions 6.x Synced yesterday

READMEChangelog (10)Dependencies (6)Versions (63)Used By (3)

Auth Component for Orchestra Platform
=====================================

[](#auth-component-for-orchestra-platform)

Auth Component extends the functionality of `Illuminate\Auth` with the extra functionality to retrieve users' role. This is important when we want to manage application Access Control List (ACL).

[![tests](https://github.com/orchestral/auth/workflows/tests/badge.svg?branch=6.x)](https://github.com/orchestral/auth/actions?query=workflow%3Atests+branch%3A6.x)[![Latest Stable Version](https://camo.githubusercontent.com/c1ea244b96d697d04230da8af93b781bffc63b8878bc18deb54a83c509fd9f97/68747470733a2f2f706f7365722e707567782e6f72672f6f72636865737472612f617574682f76657273696f6e)](https://packagist.org/packages/orchestra/auth)[![Total Downloads](https://camo.githubusercontent.com/f1c14a1a47efd38e8667088f25e90a678a183078422cf933f7be83b040bf7701/68747470733a2f2f706f7365722e707567782e6f72672f6f72636865737472612f617574682f646f776e6c6f616473)](https://packagist.org/packages/orchestra/auth)[![Latest Unstable Version](https://camo.githubusercontent.com/53ce8839a9f5659bfabc83c69c6350641c70e642da8b883f754199461132433c/68747470733a2f2f706f7365722e707567782e6f72672f6f72636865737472612f617574682f762f756e737461626c65)](//packagist.org/packages/orchestra/auth)[![License](https://camo.githubusercontent.com/516ee2e571ad8e6830bd719edf0fc28b22c8d4c95064e486fbef95da46271fe1/68747470733a2f2f706f7365722e707567782e6f72672f6f72636865737472612f617574682f6c6963656e7365)](https://packagist.org/packages/orchestra/auth)[![Coverage Status](https://camo.githubusercontent.com/138fab2f8ad36713f47fc657bb2078cd28d8106f3928bbe6632d3add70175aa5/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6f72636865737472616c2f617574682f62616467652e7376673f6272616e63683d362e78)](https://coveralls.io/github/orchestral/auth?branch=6.x)

Version Compatibility
---------------------

[](#version-compatibility)

LaravelAuth5.5.x3.5.x5.6.x3.6.x5.7.x3.7.x5.8.x3.8.x6.x4.x7.x5.x8.x6.xInstallation
------------

[](#installation)

To install through composer, run the following command from terminal:

```
composer require "orchestra/auth"
```

Configuration
-------------

[](#configuration)

Next replace `Illuminate\Auth\AuthServiceProvider` with the following service provider in `config/app.php`.

```
'providers' => [

    // ...

    Orchestra\Auth\AuthServiceProvider::class,
    Orchestra\Authorization\AuthorizationServiceProvider::class,
    Orchestra\Memory\MemoryServiceProvider::class,
],
```

> `CommandServiceProvider` are optional, useful for interaction using the Artisan command line tool.

### Aliases

[](#aliases)

To make development easier, you could add `Orchestra\Support\Facades\ACL` alias for easier reference:

```
'aliases' => [

    'ACL' => Orchestra\Support\Facades\ACL::class,

],
```

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity38

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 99.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 ~47 days

Recently: every ~103 days

Total

62

Last Release

1902d ago

Major Versions

v2.2.1 → v3.0.02015-02-09

3.8.x-dev → v4.0.02019-09-03

v4.0.0 → v5.0.02020-03-01

4.x-dev → v5.0.12020-03-08

5.x-dev → 6.x-dev2021-04-18

PHP version history (8 changes)v2.0.0PHP &gt;=5.3.3

v2.2.0PHP &gt;=5.4.0

v3.1.1PHP &gt;=5.5.0

v3.3.0PHP &gt;=5.6.0

v3.5.0PHP &gt;=7.0

v3.6.0PHP &gt;=7.1

v4.0.0PHP &gt;=7.2

6.x-devPHP ^7.3 || ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/172966?v=4)[Mior Muhammad Zaki](/maintainers/crynobone)[@crynobone](https://github.com/crynobone)

---

Top Contributors

[![crynobone](https://avatars.githubusercontent.com/u/172966?v=4)](https://github.com/crynobone "crynobone (840 commits)")[![ahmadshah](https://avatars.githubusercontent.com/u/4233863?v=4)](https://github.com/ahmadshah "ahmadshah (1 commits)")

---

Tags

authenticationlaravelphplaravelauthaclpermissionrbacorchestra-platformorchestral

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[hasinhayder/tyro

Tyro - The ultimate Authentication, Authorization, and Role &amp; Privilege Management solution for Laravel 12 &amp; 13

6783.6k6](/packages/hasinhayder-tyro)[wnikk/laravel-access-rules

Simple system of ACR (access control rules) for Laravel, with roles, groups, unlimited inheritance and possibility of multiplayer use.

103.7k1](/packages/wnikk-laravel-access-rules)

PHPackages © 2026

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