PHP Package: acquia/http-hmac-php
PHP library for implementing HTTP HMAC authentication, ensuring secure communication between client and server.
Package Description
The Acquia HTTP HMAC PHP library provides a robust authentication mechanism for securing API communications. By implementing the HTTP HMAC protocol, it ensures that requests are tamper-proof and secure. This library simplifies the integration of HMAC authentication into PHP applications, offering a reliable solution to protect sensitive data and prevent unauthorized access. With comprehensive documentation and examples, developers can easily integrate this library into their projects to enhance security.
Download Latest Version: 6.1.2

Previous Versions
Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/acquia/http-hmac-php/6.1.2/loader.php';
require_once 'libs/acquia/http-hmac/{lib_version}/loader.php';
use Acquia\HttpHmac\KeyLoader;
use Acquia\HttpHmac\Digest\DigestService;
$obj = new KeyLoader();
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.