{ "name": "akamai-open/edgegrid-client", "description": "Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/introduction/Client_Auth.html", "keywords": ["akamai", "open", "edgegrid", "authentication", "client"], "type": "library", "license": "Apache-2.0", "homepage": "https://github.com/akamai-open/AkamaiOPEN-edgegrid-php", "authors": [ { "name": "Davey Shafik", "email": "dshafik@akamai.com" } ], "require": { "php": ">=5.5", "akamai-open/edgegrid-auth": "^0.6", "guzzlehttp/guzzle": "^6.0", "psr/log": "^1.0", "monolog/monolog": "^1.15", "league/climate": "~3.2" }, "require-dev": { "phpunit/phpunit": "~4.7", "squizlabs/php_codesniffer": "^2.3", "friendsofphp/php-cs-fixer": "^1.9", "kherge/box": "^2.5", "apigen/apigen": "dev-master" }, "autoload": { "psr-4": { "Akamai\\Open\\EdgeGrid\\": "src/" } }, "autoload-dev": { "psr-4": { "Akamai\\Open\\EdgeGrid\\Tests\\": ["tests", "vendor/akamai-open/edgegrid-auth/tests"] } }, "config": { "platform": { "php": "5.5" } }, "bin": [ "bin/http" ], "scripts": { "build": [ "@test", "@build-docs", "@build-phar", "@fix-cs" ], "test": "phpunit", "build-docs": [ "rm -Rf docs", "composer install", "apigen generate" ], "build-phar": "./tools/build-phar.sh", "fix-cs": "./tools/fix-cs.sh", "check-version": "./tools/check-version.sh" } }