Libraries tagged by PHP JSON Web Token
siulung/jwt
2 Downloads
JSON Web Token Authentication for PHP
ngphp/jwt
7 Downloads
NGPHP/JWT is a simple library to encode and decode JSON Web Tokens (JWT) in PHP. This library is part of the NGPHP framework and was developed by Vedat Yıldırım. It provides methods to generate, validate, and decode JWT tokens, conforming to the current specifications.
nextphp/jwt
7 Downloads
NextPHP/JWT is a simple library to encode and decode JSON Web Tokens (JWT) in PHP. This library is part of the NextPHP framework and was developed by Vedat Yıldırım. It provides methods to generate, validate, and decode JWT tokens, conforming to the current specifications.
matiasnamendola/slimpower-jwt
57 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP, conforming to RFC 7519
imxfly/jwt
14 Downloads
A basic library to encode and decode JSON Web Tokens (JWT) in PHP, conforming to RFC 7519.
gilclei/my-jwt
3 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP
papalapa/jwt
5 Downloads
Library to Encode/Decode JWT (Json Web Tokens)
opulence/authentication
58 Downloads
The Opulence authentication library
omegaalfa/jwtoken
2 Downloads
Uma biblioteca simples para criar, validar e decodificar tokens JWT em PHP.
matiasnamendola/slimpower-jwt-auth
49 Downloads
JSON Web Token Authentication Middleware for SlimPower Framework
localzet/lwt
99 Downloads
Localzet LWT is a library for working with Localzet Web Tokens, which are based on JWT (JSON Web Tokens). It provides functionality for creating, verifying, and handling tokens using modern technologies and standards.
localzet/jwt
54 Downloads
Localzet JWT is a library for working with JSON Web Tokens (JWT). Developed by Ivan Zorin, it uses modern technologies and standards for creating, verifying, and handling JWTs.
kylesean/hyperf-jwt
6 Downloads
A JWT (JSON Web Token) package for Hyperf framework.
hashyoo/jwt-auth
42 Downloads
Json web token,登录认证(接口登录和web session登录),支持单社保和多设备登录,需要redis支持。目前仅适用于laravel
andrewdyer/jwt-auth
322 Downloads
A simple framework agnostic JSON Web Token authentication solution