PHP Package: web-token/jwt-util-ecc

Efficient PHP library for handling ECC-based JWT utilities securely.

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

Package Description

Manage and verify JSON Web Tokens using Elliptic Curve Cryptography efficiently. This library provides a robust set of tools for encoding, decoding, and validating JWTs with ECC. Enhance your application's security and performance with this comprehensive PHP package.

📦 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-util-ecc/3.0.7/loader.php';
require_once 'libs/web-token/jwt-util/{lib_version}/loader.php';
require_once 'libs/web-token/jwt-ecc/{lib_version}/loader.php';

use WebToken\JWTUtilECC\Encoder;
use WebToken\JWTUtilECC\Decoder;

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