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.
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.
-
PHP OAuth 2.0 Server
A spec compliant, secure by default PHP OAuth 2.0 Server -
Sign in with Apple for PHP
Library to validate Apple IdentityToken (JWT) to authenticate user with Apple ID -
Rinvex Authy PHP Client
Rinvex Authy is a simple wrapper for Authy TOTP API, the best rated Two-Factor Authentication service for consumers, simplest 2fa Rest API for developers and a strong authentication platform for the enterprise.
Get performance insights in less than 4 minutes
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of Json Web Token or a related project?
README
JWT
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 
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.