PHP Package: web-token/jwt-signature

JWT signature library for PHP providing secure token generation and verification.

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

Package Description

The JWT signature library for PHP offers a robust solution for creating and validating tokens in a secure manner. With features like cryptographic signature creation and verification, it ensures data integrity and confidentiality. Power your authentication systems with ease and confidence using this versatile library.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.0.7

Download Download v3.0.7

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-signature/3.0.7/loader.php';
require_once 'libs/web-token/jwt-framework/4.0.4/loader.php';

use WebToken\JWT\Signature\RS256Signature;
use WebToken\JWT\Signature\HS256Signature;

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