PHP Package: web-token/jwt-key-mgmt

PHP library for managing JSON Web Tokens (JWT) keys securely.

Current Version: 3.0.7
Last Updated: Date not available
PHP Requirement: >=8.1
Dependencies: None

Package Description

Manage JSON Web Tokens (JWT) keys securely with this PHP library designed to handle key generation, rotation, and storage efficiently. Implement best practices for securing JWT keys and simplify key management tasks within your applications.

📦 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-key-mgmt/3.0.7/loader.php';
use WebToken\JwtKeyMgmt\KeyManager;
use WebToken\JwtKeyMgmt\KeyGenerator;

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