PHP Package: roave/signature

Powerful PHP library for secure and efficient signature generation and verification.

Current Version: 1.9.0
Last Updated: 2025-02-05
PHP Requirement: ~8.2.0 || ~8.3.0 || ~8.4.0
Dependencies:
roave/signature-processor
roave/security-helper
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Roave Signature is a comprehensive PHP library designed for creating and validating secure signatures. It offers robust algorithms and methods for handling cryptographic signature operations in a scalable and optimized manner. With Roave Signature, developers can ensure data integrity, authenticity, and non-repudiation through a straightforward and reliable interface. This library is ideal for applications requiring stringent security measures and precise signature handling.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.9.0

Download Download v1.9.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/roave/signature/1.9.0/loader.php';
require_once 'libs/roave/signature-processor/{lib_version}/loader.php';
require_once 'libs/roave/security-helper/{lib_version}/loader.php';

use Roave\Signature\SignatureGenerator;
use Roave\Signature\SignatureVerifier;

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