Using edge-php-sdk with apigee.local

PHP integration

✓ Official SDK
Install
composer require edge-php-sdk
ListApis returns matching APIs.
curl \
  http://apigee.local/v1/projects/{project}/locations/{location}/apis
ListArtifacts returns matching artifacts.
curl \
  http://apigee.local/v1/projects/{project}/locations/{location}/artifacts
GetApi returns a specified API.
curl \
  http://apigee.local/v1/projects/{project}/locations/{location}/apis/{api}
SDK on GitHub 📄 API Docs
SDK
edge-php-sdk
PHP
API
apigee.local
apigee.local:registry
At a glance
Language PHP
Endpoints35
Base URLhttp://apigee.local
✓ Official