Libraries tagged by PHP JSON Web Token
bitpanda-labs/jose
19269 Downloads
JWT, JWS and JWE implementation in PHP
zenstruck/jwt
68220 Downloads
JSON Object Signing and Encryption library for PHP.
bllohar/php-jwt-class-with-rsa-support
878 Downloads
PHP Implementation of JSON Web token with RSA.
vfork-fproject/php-jwt
7316 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Support several key types including JWK.
veseluy-rodjer/json-web-token
1018 Downloads
Work with json web tokens
icanid/icanid-sdk-php
798 Downloads
ICAN ID PHP SDK.
xaamin/jwt
9540 Downloads
PHP Implementation of JSON Web token with RSA
f21/jwt
9092 Downloads
JWT (JSON Web Tokens) for PHP
invenso/microsoft-jwt
4900 Downloads
A simple library to validate and decode Microsoft Azure Active Directory (Azure AD), Microsoft Active Directory Federation Services (ADFS) JSON Web Tokens (JWT) in PHP, conforming to RFC 7519
flytachi/jwt
117 Downloads
A modern, secure, and strictly-typed PHP library for encoding and decoding JSON Web Tokens (JWT) with JWK support.
smarcet/jose4php
16094 Downloads
JWT, JWS, JWE, JWA and JWK implementation in PHP
placetopay/reallysimplejwt
8570 Downloads
A really simple library to generate user authentication JSON Web Tokens.
nguyenanhung/jwt-helper
16939 Downloads
Json Web Token Helper - Basic, Simple and Lightweight
phalapi/jwt
2803 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
fizzday/fizzjwt
489 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP, based on 'firebase/jwt', add the decode() third param default 'HS256'(JWT 无状态 restful api 认证)