PHPackages                             barrycoleman/akamai-edgeauth-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. barrycoleman/akamai-edgeauth-php

ActiveProject[Authentication &amp; Authorization](/categories/authentication)

barrycoleman/akamai-edgeauth-php
================================

Akamai Edge Auth Token Creation for PHP.

v0.1.0(3mo ago)219.2k↓30%2MITPHPPHP &gt;=8.1

Since Mar 24Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/barrycoleman/akamai-edgeauth-php)[ Packagist](https://packagist.org/packages/barrycoleman/akamai-edgeauth-php)[ RSS](/packages/barrycoleman-akamai-edgeauth-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (7)Used By (0)

akamai-edgeauth-php : Akamai Edge Authorization Token for PHP
=============================================================

[](#akamai-edgeauth-php--akamai-edge-authorization-token-for-php)

[![Latest Stable Version](https://camo.githubusercontent.com/d30187c8e1ee7d623cebe43146d0bea3190c30fecf1ef94f61efdf7e128b77ba/68747470733a2f2f706f7365722e707567782e6f72672f6261727279636f6c656d616e2f616b616d61692d65646765617574682d7068702f76)](//packagist.org/packages/barrycoleman/akamai-edgeauth-php) [![Total Downloads](https://camo.githubusercontent.com/0be7a4af375fa39b77ec6f8a572009286a7613560ffdb65c71c18716987bb6d5/68747470733a2f2f706f7365722e707567782e6f72672f6261727279636f6c656d616e2f616b616d61692d65646765617574682d7068702f646f776e6c6f616473)](//packagist.org/packages/barrycoleman/akamai-edgeauth-php) [![Latest Unstable Version](https://camo.githubusercontent.com/29b698040d88ef28dd8a3491176e854057ab244633e209400f90463b61af5e0a/68747470733a2f2f706f7365722e707567782e6f72672f6261727279636f6c656d616e2f616b616d61692d65646765617574682d7068702f762f756e737461626c65)](//packagist.org/packages/barrycoleman/akamai-edgeauth-php) [![License](https://camo.githubusercontent.com/735031c2673538390d6ba7bfb4ceec0f5be109cb5c66c1444da0a292249a4de7/68747470733a2f2f706f7365722e707567782e6f72672f6261727279636f6c656d616e2f616b616d61692d65646765617574682d7068702f6c6963656e7365)](//packagist.org/packages/barrycoleman/akamai-edgeauth-php)

akamai-edgeauth-php is a token generator for use with Akamai Edge AuthorizationToken in an HTTP cookie, query string or HTTP header. You can configure it in the Property Manager at . It is used by the behaviors `Auth Token 2.0 Verification` and `Segmented Media Protection`.

akamai-edgeauth-php supports PHP 8.1+ and depends on hash\_hmac() in PHP only.

[![Akamai Property Manager image](https://github.com/AstinCHOI/akamai-asset/raw/master/edgeauth/edgeauth.png?raw=true)](https://github.com/AstinCHOI/akamai-asset/blob/master/edgeauth/edgeauth.png?raw=true)

Installation
------------

[](#installation)

To install akamai-edgeauth-php with composer:

```
$ composer require barrycoleman/akamai-edgeauth-php
```

Example
-------

[](#example)

```
