PHPackages                             attla/authentic - 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. attla/authentic

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

attla/authentic
===============

An effective stateless user authentication and authorization layer.

019PHP

Since Apr 4Pushed 1y ago1 watchersCompare

[ Source](https://github.com/attla/authentic)[ Packagist](https://packagist.org/packages/attla/authentic)[ RSS](/packages/attla-authentic/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Authentic stateless user layer
==============================

[](#authentic-stateless-user-layer)

[![License](https://camo.githubusercontent.com/891419a00e04aa0e311068fa8a04eec92cab4f7026c76278279bf2a1da50e578/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d6c69676874677265792e737667)](LICENSE)[![Latest Stable Version](https://camo.githubusercontent.com/0c8c70c44697dfea1e2d4ef8bf404c49741ff99ce48842979c78ecc641c33e6b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6174746c612f61757468656e746963)](https://packagist.org/packages/attla/authentic)[![Total Downloads](https://camo.githubusercontent.com/1e8c6f487760cc60a9f1cb1e7d96e54d78d7b8a429f5476398c28f1186ea4451/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6174746c612f61757468656e746963)](https://packagist.org/packages/attla/authentic)

🆔 An effective serverless user authentication and authorization layer.

Installation
------------

[](#installation)

```
composer require attla/authentic
```

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

[](#configuration)

In `./config/auth.php` on `guards` add the following array:

```
'guards' => [
    // ...

    'authentic' => [
        'driver'   => 'authentic',
        'provider' => 'users',
    ],
],
```

If you want to configure the authentic as your default authentication guard set on `defaults.guard` as:

```
'defaults' => [
    'guard' => 'authentic',
    // ...
],
```

Your model needs implements `Authenticatable` contract:

```
use Illuminate\Contracts\Auth\Authenticatable;

class Example implements Authenticatable
{
    // ...
}
```

Providers
---------

[](#providers)

Also in `./config/auth.php` on `guards` add the following array:

```
'providers' => [
    // ...

    'dynamodb' => [
        'driver' => 'dynamodb',
        'model'  => Model::class,
        // 'gsi'    => '',
    ],
],
```

License
-------

[](#license)

This package is licensed under the [MIT license](LICENSE) © [Zunq](https://zunq.com).

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity15

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://avatars.githubusercontent.com/u/682727?v=4)[Andre Goncalves](/maintainers/nicolau)[@nicolau](https://github.com/nicolau)

---

Top Contributors

[![nicxlau](https://avatars.githubusercontent.com/u/17990891?v=4)](https://github.com/nicxlau "nicxlau (29 commits)")

---

Tags

authauthnauthzserverlessssostatefulstateless

### Embed Badge

![Health badge](/badges/attla-authentic/health.svg)

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

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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