Popularity
9.1
Stable
Activity
8.7
-
7,187
134
592

Description

A simple library to work with JSON Web Token and JSON Web Signature (requires PHP 5.5+). The implementation is based on the current draft.

Code Quality Rank: L5
Programming language: PHP
License: BSD 3-clause "New" or "Revised" License
Latest version: v4.0.0

Json Web Token alternatives and similar libraries

Based on the "Authentication and Authorization" category.
Alternatively, view Json Web Token alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Json Web Token or a related project?

Add another 'Authentication and Authorization' Library

README

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

Documentation

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

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.