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 -
HybridAuth
Open source social sign on PHP Library. HybridAuth goal is to act as an abstract api between your application and various social apis and identities providers such as Facebook, Twitter and Google. -
OAuth 2.0 Client
Easy integration with OAuth 2.0 service providers. -
Sentinel
A framework agnostic authentication & authorization system. -
TwoFactorAuth
PHP library for Two Factor Authentication (TFA / 2FA) -
SocialConnect Auth
:atom: Social (OAuth1\OAuth2\OpenID\OpenIDConnect) sign with PHP :shipit: -
OAuth2 Server
documentation for the oauth2-server-php library -
Aura.Auth
Provides a unified interface to local and remote authentication systems. -
Sign in with Apple for PHP
PHP library to verify and validate Apple IdentityToken and authenticate a user with Apple ID. -
TwitterOAuth
The first PHP Library to support OAuth for Twitter's REST API. -
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. -
TwitterSDK
A simple twitter SDK to interact with Twitter api (1.1)
Learn any GitHub repo in 59 seconds
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
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.