PHPackages                             zestic/codeception-jwt - 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. zestic/codeception-jwt

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

zestic/codeception-jwt
======================

Asserts for jwt token

v0.2.0(3y ago)032MITPHPPHP &gt;=7.4

Since Nov 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/zestic/codeception-jwt)[ Packagist](https://packagist.org/packages/zestic/codeception-jwt)[ RSS](/packages/zestic-codeception-jwt/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Codeception JWT
===============

[](#codeception-jwt)

#### A codeception extension for asserting JWT

[](#a-codeception-extension-for-asserting-jwt)

#### Installation

[](#installation)

```
composer require zestic/codeception-jwt --dev
```

#### To configure

[](#to-configure)

In your acceptance.suite.yml file

```
modules:
    enabled:
        - JWT:
            algorithm:
            publicKeyPath:
            privateKeyPath:
            tokenTtl:
```

In your composer.json

```
{
    "repositories": {
        "zestic/codeception-jwt": {
            "type": "vcs",
            "url": "git@gitlab.com:zestic/codeception-jwt.git"
        },
    }
}
```

#### Testing

[](#testing)

To use it in a test

```
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

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 ~698 days

Total

2

Last Release

1306d ago

### Community

Maintainers

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

---

Tags

jwtcodeception

### Embed Badge

![Health badge](/badges/zestic-codeception-jwt/health.svg)

```
[![Health](https://phpackages.com/badges/zestic-codeception-jwt/health.svg)](https://phpackages.com/packages/zestic-codeception-jwt)
```

###  Alternatives

[firebase/php-jwt

A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.

9.8k445.7M2.1k](/packages/firebase-php-jwt)[lcobucci/jwt

A simple library to work with JSON Web Token and JSON Web Signature

7.5k316.6M895](/packages/lcobucci-jwt)[tymon/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

11.5k49.1M350](/packages/tymon-jwt-auth)[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[web-token/jwt-framework

JSON Object Signing and Encryption library for PHP and Symfony Bundle.

94518.9M77](/packages/web-token-jwt-framework)[php-open-source-saver/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

8359.8M53](/packages/php-open-source-saver-jwt-auth)

PHPackages © 2026

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