{"id":95457,"library":"acquia-http-hmac-php","title":"Acquia HTTP HMAC","description":"An implementation of the HTTP HMAC Spec in PHP that integrates with popular libraries such as Symfony and Guzzle.","status":"active","version":"6.1.2","language":"php","source_language":null,"source_url":"https://github.com/acquia/http-hmac-php","tags":["hmac","authentication","guzzle","symfony","http"],"install":[{"cmd":"composer require acquia/http-hmac-php","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"HmacAuthMiddleware","correct":"use Acquia\\Hmac\\Guzzle\\HmacAuthMiddleware;"}],"quickstart":{"code":"use Acquia\\Hmac\\Guzzle\\HmacAuthMiddleware;\nuse GuzzleHttp\\Client;\nuse GuzzleHttp\\HandlerStack;\n\n$stack = HandlerStack::create();\n$stack->push(new HmacAuthMiddleware('key', 'secret'));\n$client = new Client(['handler' => $stack]);\n$response = $client->get('https://api.example.com/resource');","lang":"php","description":"Create a Guzzle client with HMAC authentication"},"warnings":[{"fix":"Upgrade PHP to 8.0 or later","message":"Requires PHP 8.0+","severity":"breaking","affected_versions":"<6.0.0"}],"env_vars":null,"search_vec":"'acquia':1 'authent':24 'guzzl':22,25 'hmac':3,9,23 'http':2,8,27 'implement':5 'integr':14 'librari':17 'php':12 'popular':16 'spec':10 'symfoni':20,26","created_at":"2026-06-19T10:32:07.226045+00:00","updated_at":"2026-06-19T10:32:07.226045+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/acquia/http-hmac-php","github":"https://github.com/acquia/http-hmac-php","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["auth","http-client"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}