PHP Package: acquia/http-hmac-php

PHP library for implementing HTTP HMAC authentication, ensuring secure communication between client and server.

Current Version: 6.1.2
Last Updated: 2025-05-22
PHP Requirement: >=7.3.0
Dependencies:
acquia/http-hmac
⚠️ To ensure full functionality, the above dependencies might be required.

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.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 6.1.2

Download Download v6.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.