Skip to content

Releases: akamai/AkamaiOPEN-edgegrid-php

Release 2.0.2

10 Mar 09:41
33cf1ef

Choose a tag to compare

2.0.2 (10 Mar, 2026)

  • Dropped support for PHP 8.1, the minimum supported version is now PHP 8.2.
  • Upgraded phpunit/phpunit to 9.6.33 and symfony/process to 7.4.5 to resolve vulnerabilities.
  • Updated various dependencies.

Release 2.0.1

24 Mar 12:13
7ff2f56

Choose a tag to compare

2.0.1

[24 Mar, 2025]

  • Upgraded symfony/process to 6.4.15 to resolve vulnerabilities
  • Updated various dependencies
  • Added support for test coverage

Release 2.0.0

17 Oct 08:33
65fc3e0

Choose a tag to compare

2.0.0

[17 Oct, 2022]

  • Upgrade to php 8.1

Fixed an issue with handling trailing whitespace in credentials

01 Sep 07:03

Choose a tag to compare

akamai-open/edgegrid-auth 1.0.0

19 May 20:18

Choose a tag to compare

This release is the final 1.0.0 (stable) release for akamai-open/edgegrid-auth.

Minor bugfix to testfiles

28 Apr 19:29

Choose a tag to compare

Pre-release
1.0.0beta2

Update Changelog for 1.0.0beta2

Improved continuous integration, including Windows testing

13 Jan 20:26

Choose a tag to compare

  • Improved tests
  • Improved continuous integration, including Windows testing

This is the first beta release for the akamai-open/edgegrid-php package.

Add support for using environment variables for credentials

24 Dec 21:28

Choose a tag to compare

Added a new Authentication::createInstance() method that will try to use the environment and fallback to .edgerc.

This method will check in order:

  • AKAMAI_{SECTION}_* environment variables
  • if using the default section, AKAMAI_* environment variables
  • the specified (or default if none) section in .edgerc
  • if not using the default section, AKAMAI_* environment variables

This new method is the recommended way for instantiating an instance.

The environment variables are:

  • AKAMAI_HOST or AKAMAI_{SECTION}_HOST
  • AKAMAI_CLIENT_TOKEN or AKAMAI_{SECTION}_CLIENT_TOKEN
  • AKAMAI_CLIENT_SECRET or AKAMAI_{SECTION}_CLIENT_SECRET
  • AKAMAI_ACCESS_TOKEN or AKAMAI_{SECTION}_ACCESS_TOKEN

Fix PHP 7.1 compatiblity

17 Dec 08:41

Choose a tag to compare

Pre-release

This release contains a single fix (#1) to fix unit tests on PHP 7.1

Initial release of akamai-open/edgegrid-auth

08 Oct 08:02

Choose a tag to compare

  • Initial release as a separate package
  • PHP 5.3 compatibility fixes

Note: If you are using akamai-open/edgegrid-client as a composer dependency, it will continue to function without any changes. If you are using git, svn, or have been downloading releases, you will now find them at akamai-open/AkamaiOPEN-edgegrid-php-client