This is an unofficial PHP SDK for the Acquia Cloud API. It is built from the Open API spec found at https://cloudapi-docs.acquia.com/acquia-spec.yaml.
Use composer to install the library
composer require fiasco/cloud-api-sdk-php
Create a client to connect to the API. You'll need an API key and secret. Follow the documentation found here: https://docs.acquia.com/acquia-cloud/develop/api/auth/
use AcquiaCloudApi\AcquiaCloudApi;
$api = new AcquiaCloudApi($key, $secret);