auth0/php-jwt

This package is abandoned and no longer maintained. The author suggests using the auth0/auth0-php package instead.

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

Maintainers

Details

github.com/auth0/php-jwt

Installs: 2 586 613

Dependents: 1

Suggesters: 0

Security: 0

Stars: 5

Watchers: 1

Forks: 573

3.3.4 2021-01-04 20:39 UTC

This package is not auto-updated.

Last update: 2022-12-20 17:35:36 UTC


README

⚠️ The documentation of the stable version is on branch 3.3. ⚠️

JWT

Gitter Total Downloads Latest Stable Version Unstable Version

Build Status Code Coverage

A simple library to work with JSON Web Token and JSON Web Signature based on the RFC 7519.

Installation

Package is available on Packagist, you can install it using Composer.

composer require lcobucci/jwt

Dependencies

  • PHP 5.6+ (v3.3) and PHP 7.4 (v4.x)
  • OpenSSL Extension

Basic usage

The documentation of the unstable version is available at https://lcobucci-jwt.readthedocs.io/en/latest/.

The documentation of the stable version is on branch 3.3.

Supported by Auth0 auth0

If you want to add secure token based authentication to your PHP projects, feel free to check out Auth0's PHP SDK and free plan at auth0.com/developers.