Skip to content
/ jwt Public
forked from lcobucci/jwt

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

License

Notifications You must be signed in to change notification settings

chenyongze/jwt

 
 

Repository files navigation

JWT

Gitter Total Downloads Latest Stable Version

Branch master Build Status Scrutinizer Code Quality Code Coverage SensioLabsInsight

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.5+ (v3.2) and PHP 7.1 (v4.x)
  • OpenSSL Extension

Basic usage

Important: our next major release (v4) is currently not documented (that will be addressed on #37).

The documentation of the stable version is on branch 3.2.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%