PHPackages                             yomafleet/cognito-authenticator - 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. yomafleet/cognito-authenticator

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

yomafleet/cognito-authenticator
===============================

Authentication with AWS Cognito for Laravel project

v1.1.1(2y ago)05.5k↓66.7%[2 PRs](https://github.com/yomafleet/laravel-cognito-authenticator/pulls)MITPHPPHP ^7.3|^8.0

Since Mar 10Pushed 5mo agoCompare

[ Source](https://github.com/yomafleet/laravel-cognito-authenticator)[ Packagist](https://packagist.org/packages/yomafleet/cognito-authenticator)[ RSS](/packages/yomafleet-cognito-authenticator/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)Dependencies (8)Versions (9)Used By (0)

laravel-cognito-authenticator
=============================

[](#laravel-cognito-authenticator)

Install
-------

[](#install)

- install with composer

```
composer require laravel-cognito-authenticator
```

- set the 'driver' option of the 'guards' in 'config/auth.php' to 'cognito'

```
[
    'api' => [
            'driver'   => 'cognito',
            'provider' => 'users',
            'hash'     => false,
        ],
]
```

- Note that this package will add 2 new columns to users table, named: 'sub' and 'identities'

Testing
-------

[](#testing)

```
$ ./vendor/bin/phpunit
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance49

Moderate activity, may be stable

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81.5% 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 ~299 days

Total

2

Last Release

913d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cc580288ff1aecd2534ce2e7c8d134d969a15bfcbc654104b13f05828370c3fe?d=identicon)[Yoma Fleet](/maintainers/Yoma%20Fleet)

---

Top Contributors

[![aungchitminn](https://avatars.githubusercontent.com/u/99715319?v=4)](https://github.com/aungchitminn "aungchitminn (22 commits)")[![kokophyowai](https://avatars.githubusercontent.com/u/76204113?v=4)](https://github.com/kokophyowai "kokophyowai (3 commits)")[![zinheinyoma](https://avatars.githubusercontent.com/u/103918751?v=4)](https://github.com/zinheinyoma "zinheinyoma (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/yomafleet-cognito-authenticator/health.svg)

```
[![Health](https://phpackages.com/badges/yomafleet-cognito-authenticator/health.svg)](https://phpackages.com/packages/yomafleet-cognito-authenticator)
```

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k108.5M885](/packages/laravel-socialite)[ellaisys/aws-cognito

Laravel Authentication using AWS Cognito (Web and API)

123256.9k1](/packages/ellaisys-aws-cognito)[google/auth

Google Auth Library for PHP

1.4k294.2M219](/packages/google-auth)[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1348.7k1](/packages/jasara-php-amzn-selling-partner-api)

PHPackages © 2026

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