PackageTrack
Sign in Get early access

akamai-open/edgegrid-client

Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/introduction/Client_Auth.html

2.1.2 2.7M downloads/mo #3471 most downloaded on Packagist akamai/AkamaiOPEN-edgegrid-php-client

What this package is like to depend on

Last release 5 months ago

16 Mar 2026

Ships unpredictably

gaps range from 9 days to 5.1 years

Nearly every release is documented

notes for 23 of 23 stable releases

Nothing withdrawn

no release was ever pulled

11 years old

23 releases · first in 2015

1 release in the last 12 months

see the full history below

Release timeline

23 releases · Jul 2015 to Mar 2026
2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 23
  1. 2.1.2 16 Mar 2026
    Release notes

    2.1.2 (16 Mar, 2026)

    • Dropped support for end of life PHP version. Minimal PHP version is now 8.2.
    • Updated various dependencies.
    Open source →
    Release notes
    • Dropped support for end of life PHP version. Minimal PHP version is now 8.2.
    • Updated various dependencies.
    Open source →
  2. 2.1.1 25 Mar 2025
    Release notes

    2.1.1

    [25 Mar, 2025]

    • Upgraded symfony/process to 6.4.15.
    • Fixed deprecations for PHP 8.4 (PR#54).
    Open source →
    Release notes
    • Upgraded symfony/process to 6.4.15.
    • Fixed deprecations for PHP 8.4 (PR#54).
    Open source →
  3. 2.1.0 25 Sep 2023
    Release notes

    2.1.0

    [25 Sep, 2023]

    • Change from extending Guzzle Client to using trait
    • Resolve deprecation warnings
    • Upgrade to psr/log 3.0 and monolog/monolog 3.3
    • Upgrade to humbug/box 4.3.8
    • Remove return value from \Akamai\Open\EdgeGrid\Client setLogger function
    Open source →
    Release notes
    • Changed from the extending Guzzle Client to using a trait.
    • Resolved deprecation warnings.
    • Upgraded to psr/log 3.0 and monolog/monolog 3.3.
    • Upgraded to humbug/box 4.3.8.
    • Removed a return value from the \Akamai\Open\EdgeGrid\Client setLogger function.
    Open source →
  4. 2.0.0 18 Oct 2022
    Release notes

    2.0.0

    [18 Oct, 2022]

    • Upgrade to php 8.1
    • Upgrade to Guzzle 7.5, Monolog 2.0
    • Upgrade to akamai-open/edgegrid-auth 2.0.0
    Open source →
    Release notes
    • Upgraded to PHP 8.1.
    • Upgraded to Guzzle 7.5 and Monolog 2.0.
    • Upgraded to akamai-open/edgegrid-auth 2.0.0.
    Open source →
    Release notes

    Release 2.0.0

    Compare

    Choose a tag to compare

    Open source →
  5. 1.0.0 01 Sep 2017
    Release notes

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

    Changes since 1.0.0beta1:

    • Update to latest dependencies
    Open source →
    Release notes
    • Updated to the latest dependencies.
    Open source →
    Release notes

    akamai-open/edgegrid-auth 1.0.0

    Compare

    Choose a tag to compare

    Open source →
  6. 0.6.4 27 Dec 2016
    Release notes
    • Bumped akamai-open-edgegrid-auth requirement to 0.6.2 (@siwinski).
    Open source →
  7. 0.6.3 25 Dec 2016
    Release notes
    • Updated to akamai-open/edgegrid-auth 0.6.2.
    • Added support for using environment variables for credentials.
    • General cleanup.
    Open source →
  8. 0.6.2 17 Dec 2016
    Release notes

    Thanks to @siwinski

    Open source →
    Release notes
    • Updated to akamai-open/edgegrid-auth 0.6.1 (PHP 7.1 compatibility).
    Open source →
  9. 0.6.1 05 Nov 2016
    Release notes
    • Installed bin/http using composer.
    • Cleaned up tools and composer setup.
    • Shrank PHAR from 5.6MB to 370KB.
    • Added support for the -A short flag for --auth-type on CLI to match HTTPie.
    • Updated dependencies.
    Open source →
  10. 0.6.0 08 Oct 2016
    Release notes
    • Split \Akamai\Open\EdgeGrid\Authentication into its own (5.3+ compatible) package.
    • Moved documentation to apigen/apigen.
    • Updated dependencies.
    Open source →
  11. 0.5.0 12 Sep 2016
    Release notes
    • Added additional getters to \Akamai\Open\EdgeGrid\Authentication.
    Open source →
  12. 0.4.6 30 Aug 2016
    Release notes
    • Updated dependencies.
    Open source →
  13. 0.4.5 06 May 2016
    Release notes
    • Added changes to allow running the signer on PHP 5.3+.
    Open source →
  14. 0.4.4 29 Mar 2016
    Release notes
    • Used the STDERR stream instead of the cli-only constant (Fixes #24).
    Open source →
  15. 0.4.3 03 Dec 2015
    Release notes
    • Changed the default timeout to 300 seconds to match the SLA (Fixes #20).
    Open source →
  16. 0.4.2 30 Oct 2015
    Release notes
    • Removed the shebang from the PHAR build, as it is an output when including it.
    Open source →
  17. 0.4.1 30 Oct 2015
    Release notes
    • Added more httpie-compatible features:
      • Support for --follow (redirects are no longer followed by default).
      • Support for --json|-j (default: on).
      • Support for sending data as the form data using --form|-f.
      • Support for STDIN input.
      • Support for using file contents as values for JSON and Form inputs (but not sending files themselves) using =@ and :=@.
      • URL and METHOD can now be anywhere in the argument string.
      • Support for example.org[/path] type URLs.
      • Added --version.
      • Better handling of no-argument invocation.
    Open source →
  18. 0.4.0 25 Oct 2015
    Release notes
    • Added support for PSR-7 requests (e.g. ->send() and ->sendAsync()).
    • Added the CLI interface to the PHAR release file (docs).
    • Moved away from using \Exception to a more appropriate and package-specific exceptions.
    • Added a custom User-Agent.
    • Fixed an issue with string query arguments.
    • Enabled showing a request body when using the verbose handler.
    Open source →
  19. 0.3.0 21 Jul 2015
    Release notes
    • Moved to using GuzzleHttp\Middleware.
    • Added Authentication, Verbose, and Debug middleware handlers.
    Open source →
  20. 0.2.1 17 Jul 2015
    Release notes
    • Added PSR-3 Logging (defaults to monolog/monolog).
    • Added the \Akamai\Open\EdgeGrid\Authentication::createFromEdgeRcFile() method.
    • Fixed bugs.
    Open source →
  21. 0.2.0 17 Jul 2015
    Release notes
    • Refactored the Authentication Signer out of the client for easier re-use.
    Open source →
  22. 0.1.0 14 Jul 2015
    Release notes
    • Initial release.
    Open source →
  23. 1.0.0beta1 13 Jan 2017
    Release notes
    • Updated to akamai-open/edgegrid-auth 1.0.0beta1.
    • Bumped minimum guzzlehttp/guzzle to 6.1.1.
    • Improved continuous integration, including Windows testing.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive