PHP Package: web-token/jwt-framework

PHP library for JSON Web Tokens with robust validation and encryption capabilities.

Current Version: 4.0.4
Last Updated: 2025-03-12
PHP Requirement: >=8.2
Dependencies: None

Package Description

JWT Framework is a versatile PHP library that offers secure encoding and decoding of JSON Web Tokens. It provides extensive validation features and supports encryption for enhanced security. With a user-friendly interface, this framework simplifies token management and authentication processes, ensuring data integrity and confidentiality.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 4.0.4

Download Download v4.0.4

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com

require_once 'libs/web-token/jwt-framework/4.0.4/loader.php';
use WebToken\JwtFramework\Token;
use WebToken\JwtFramework\TokenValidator;

$obj = new Token();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.