PHP Package: web-token/jwt-signature-algorithm-ecdsa

Efficient ECDSA signature algorithm for secure JWT generation and validation.

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

Package Description

JWT Signature Algorithm ECDSA provides a reliable method for creating and verifying JSON Web Tokens using Elliptic Curve Digital Signature Algorithm. This library ensures high security standards and efficient processing for web-based applications requiring token authentication.

📦 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-algorithm-ecdsa/3.0.7/loader.php';
require_once 'libs/web-token/jwt-framework/4.0.4/loader.php';
require_once 'libs/phpseclib/phpseclib/3.0.43/loader.php';

use WebToken\JWT\SignatureAlgorithm\ECDSA;

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