fiasco/cloud-api-sdk-php

PHP SDK For Acquia Cloud API

Installs: 4 196

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 2

Open Issues: 1

pkg:composer/fiasco/cloud-api-sdk-php

2.0 2023-01-19 20:01 UTC

This package is auto-updated.

Last update: 2025-10-06 22:04:38 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);