PHPackages                             endeavors/openjwt - 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. endeavors/openjwt

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

endeavors/openjwt
=================

Validate an id token. Shoud conform to ID Token Validation spec at openid.net.

0306PHPCI failing

Since Nov 7Pushed 6y ago1 watchersCompare

[ Source](https://github.com/hendeavors/openjwt)[ Packagist](https://packagist.org/packages/endeavors/openjwt)[ RSS](/packages/endeavors-openjwt/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

openjwt
=======

[](#openjwt)

Inspect or verify a JSON Web Token using various methods.

Installation
============

[](#installation)

This library requires the use of [Composer](https://getcomposer.org/)

- Require this package with composer `composer require endeavors/openjwt`

Inspecting
----------

[](#inspecting)

There are multiple ways to validate and inspect a JWT.

### Inspecting without any validation:

[](#inspecting-without-any-validation)

```
use Endeavors\OpenJWT\Inspect;
// ...
$jwt = Inspect::jwt('yourjwt');
```

### Inspecting validating the issuer:

[](#inspecting-validating-the-issuer)

```
use Endeavors\OpenJWT\Inspect;
// ...
$jwt = Inspect::issuer('yourjwt', 'yourissuer');
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0605cdd1d4d5e4f131117fe19061be0686ae300b8681c186d85fb2bba35f553b?d=identicon)[tbitowner](/maintainers/tbitowner)

![](https://avatars.githubusercontent.com/u/21232249?v=4)[Adam Rodriguez](/maintainers/hendeavors)[@hendeavors](https://github.com/hendeavors)

---

Top Contributors

[![hendeavors](https://avatars.githubusercontent.com/u/21232249?v=4)](https://github.com/hendeavors "hendeavors (2 commits)")

### Embed Badge

![Health badge](/badges/endeavors-openjwt/health.svg)

```
[![Health](https://phpackages.com/badges/endeavors-openjwt/health.svg)](https://phpackages.com/packages/endeavors-openjwt)
```

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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