Download the PHP package flytachi/jwt without Composer
On this page you can find all versions of the php package flytachi/jwt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor flytachi
Package jwt
Short Description A modern, secure, and strictly-typed PHP library for encoding and decoding JSON Web Tokens (JWT) with JWK support.
License MIT
Homepage https://github.com/flytachi/php-jwt
Package jwt
Short Description A modern, secure, and strictly-typed PHP library for encoding and decoding JSON Web Tokens (JWT) with JWK support.
License MIT
Homepage https://github.com/flytachi/php-jwt
Please rate this library. Is it a good library?
Informations about the package jwt
Flytachi JWT
Flytachi JWT — A modern, secure, and strongly typed PHP library for encoding and decoding JSON Web Tokens (JWT). It is built with a focus on security, ease of use, and maximum standards compliance, including full support for JSON Web Key Sets (JWKS).
Key Features
- Security-first: Uses strict typing and value objects to prevent errors. Signature verification is protected against (
timing attacks). - Modern design: Written in modern PHP (requires PHP 8.1+) and follows best practices, including PSR standards.
- Full JWKS support: Built-in
JWKparser makes it easy to work with public key sets from any provider (Google, Apple, Auth0, Privy, etc.). - Support for all popular algorithms:
- HMAC:
HS256,HS384,HS512 - RSA:
RS256,RS384,RS512 - ECDSA:
ES256,ES384,ES512
- HMAC:
- Simple and clean API: Convenient static methods for encoding and decoding tokens.
- Robust error handling: Uses specific exceptions (
JWTException) so you can easily catch and handle any token-related issues.
Installation
You can install the library via Composer:
Usage Examples
License
This project is licensed under the MIT License - see the LICENSE file for details.
All versions of jwt with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
ext-openssl Version *
ext-json Version *
ext-openssl Version *
ext-json Version *
The package flytachi/jwt contains the following files
Loading the files please wait ...