PHP Package: web-token/jwt-easy

JWT-Easy PHP library simplifies JSON Web Token creation and verification processes.

Current Version: 2.2.11
Last Updated: Date not available
PHP Requirement: >=7.4
Dependencies:
web-token/jwt-key-mgmt
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The JWT-Easy PHP library offers a straightforward approach to managing JSON Web Tokens. With a focus on simplicity and efficiency, this library provides essential functionalities for encoding and decoding JWTs securely. Developers can seamlessly integrate JWT-Easy into their PHP projects, ensuring a reliable and secure authentication mechanism. Enhance your application's security and streamline user authentication with the JWT-Easy PHP library.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.2.11

Download Download v2.2.11

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-easy/2.2.11/loader.php';
require_once 'libs/web-token/jwt-key-mgmt/3.0.7/loader.php';

use WebToken\JwtEasy\JwtEasy;
use WebToken\JwtEasy\JwtEncoder;

$obj = new JwtEasy();
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.