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.2CI failing

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 2w 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 47% 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

1762d ago

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

1.2.1PHP &gt;=7.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/481725?v=4)[Gabriel A. Quiles-Pérez](/maintainers/gabyquiles)[@gabyquiles](https://github.com/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

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M719](/packages/sylius-sylius)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M379](/packages/easycorp-easyadmin-bundle)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

51390.8k3](/packages/web-auth-webauthn-framework)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[web-auth/webauthn-symfony-bundle

FIDO2/Webauthn Security Bundle For Symfony

66529.9k10](/packages/web-auth-webauthn-symfony-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)

PHPackages © 2026

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