fiasco/cloud-api-sdk-php

PHP SDK For Acquia Cloud API

2.0 2023-01-19 20:01 UTC

This package is auto-updated.

Last update: 2024-04-06 18:52:51 UTC


README

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.

Installation

Use composer to install the library

composer require fiasco/cloud-api-sdk-php

Usage

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);