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

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

gabyquiles/auth-bundle
======================

Provide the verification for jwt from AWS Cognito

1.2.2(4y ago)19.2k1Apache-2.0PHPPHP &gt;=7.2

Since Sep 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/gabyquiles/auth-bundle)[ Packagist](https://packagist.org/packages/gabyquiles/auth-bundle)[ RSS](/packages/gabyquiles-auth-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (14)Versions (4)Used By (0)

JWT Auth Bundle
===============

[](#jwt-auth-bundle)

This bundle decode and verifies a AWS JWT to allow users authenticated with AWS Cognito to access your services.

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

[](#installation)

`composer require gabyquiles/auth-bundle`

### Configuration

[](#configuration)

Add config/gaby\_quiles\_auth\_jws.yaml

```
gaby_quiles_auth_jws:
  token_ttl: 3601
  clock_skew: 1
  pool_id: '%pool_id%'
  region: '%aws_region%'

```

### Mocking

[](#mocking)

When you are testing your application you want to isolate your application. In those cases you can use override the provider in `/config/services_test.yaml` for the TestProvider:

```
services:
  gaby_quiles_auth_jws.aws_jwt_provider:
    class: GabyQuiles\Auth\Providers\TestProvider

```

This provider will receive a base64 encoded json token like:
`{"username": "admin","exp": 1570899818,"iat": 1570896218,"email": "user@example.com"}`

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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

Every ~1 days

Total

3

Last Release

1715d ago

PHP version history (2 changes)1.2PHP &gt;=7.0

1.2.1PHP &gt;=7.2

### Community

Maintainers

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

---

Top Contributors

[![gabyquiles](https://avatars.githubusercontent.com/u/481725?v=4)](https://github.com/gabyquiles "gabyquiles (25 commits)")

---

Tags

awsAuthenticationCognito

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[hwi/oauth-bundle

Support for authenticating users using both OAuth1.0a and OAuth2 in Symfony.

2.4k21.5M69](/packages/hwi-oauth-bundle)[scheb/2fa

Two-factor authentication for Symfony applications (please use scheb/2fa-bundle to install)

578630.7k1](/packages/scheb-2fa)[scheb/2fa-bundle

A generic interface to implement two-factor authentication in Symfony applications

6914.0M62](/packages/scheb-2fa-bundle)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

50570.7k1](/packages/web-auth-webauthn-framework)[auth0/symfony

Symfony SDK for Auth0 Authentication and Management APIs.

128738.1k](/packages/auth0-symfony)[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)

PHPackages © 2026

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