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.4k↓26.7%[2 PRs](https://github.com/yomafleet/laravel-cognito-authenticator/pulls)MITPHPPHP ^7.3|^8.0

Since Mar 10Pushed 3mo 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 1mo 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

38

—

LowBetter than 85% of packages

Maintenance53

Moderate activity, may be stable

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

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

859d 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

[google/auth

Google Auth Library for PHP

1.4k272.7M162](/packages/google-auth)[ellaisys/aws-cognito

AWS Cognito package that allows Auth and other related features using the AWS SDK for PHP

120220.7k1](/packages/ellaisys-aws-cognito)[josiasmontag/laravel-recaptchav3

Recaptcha V3 for Laravel package

2641.6M2](/packages/josiasmontag-laravel-recaptchav3)[rahul900day/laravel-captcha

Different types of Captcha implementation for Laravel Application.

10715.9k](/packages/rahul900day-laravel-captcha)[clerkinc/backend-php

2755.0k](/packages/clerkinc-backend-php)[kinde-oss/kinde-auth-php

Kinde PHP SDK for authentication

2369.5k3](/packages/kinde-oss-kinde-auth-php)

PHPackages © 2026

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