Download the PHP package typhonius/acquia-php-sdk-v2 without Composer
On this page you can find all versions of the php package typhonius/acquia-php-sdk-v2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download typhonius/acquia-php-sdk-v2
More information about typhonius/acquia-php-sdk-v2
Files in typhonius/acquia-php-sdk-v2
Package acquia-php-sdk-v2
Short Description A PHP SDK for Acquia CloudAPI v2
License MIT
Informations about the package acquia-php-sdk-v2
Acquia PHP SDK for CloudAPI v2
This library provides the capability to develop tooling which integrates with the new version (2.0) of Cloud API.
The original Acquia Cloud SDK has been deprecated so build tools requiring modern PHP versions and packages should use this library.
Installation
The SDK can be installed with Composer by adding this library as a dependency to your composer.json file.
Generating an API access token
To generate an API access token, login to [https://cloud.acquia.com](), then visit [https://cloud.acquia.com/#/profile/tokens](), and click Create Token.
- Provide a label for the access token, so it can be easily identified. Click Create Token.
- The token has been generated, copy the api key and api secret to a secure place. Make sure you record it now: you will not be able to retrieve this access token's secret again.
Usage
Basic usage examples for the SDK.
Documentation
Documentation of each of the classes and methods has been automatically generated by phpDocumentor and exists in the gh-pages
branch. This is available for browsing on GitHub.
I just want to talk to the API without having to write code
The Acquia Cli Robo application creates a command line tool for communicating with the API using this SDK. Its purpose is to provide a simple mechanism for interacting with the API without having to write a line of code.
All versions of acquia-php-sdk-v2 with dependencies
guzzlehttp/guzzle Version ^7.2
league/oauth2-client Version ^2.4
symfony/cache Version ^5 | ^6 | ^7
symfony/filesystem Version ^5.4 | ^6 | ^7