Download the PHP package propellocloud/propello-php-sdk without Composer
On this page you can find all versions of the php package propellocloud/propello-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download propellocloud/propello-php-sdk
More information about propellocloud/propello-php-sdk
Files in propellocloud/propello-php-sdk
Package propello-php-sdk
Short Description PHP SDK for easy integration with Propello Clouds API V3
License MIT
Homepage https://github.com/propellocloud/propello-php-sdk
Informations about the package propello-php-sdk
Propello Cloud PHP SDK - API V3
This package is intended to allow clients to integrate with the Propello Cloud API with minimal intervention.
Requirements
- PHP: 8.3+
Installation
You can install the package via composer:
Currently, all of Propello Clouds V3 User endpoints have been implemented in this SDK. This functionality will be expanded as the API is further developed, as such you should aim to make use of the latest version at all times.
Authentication
In order to connect to the API you will first need to authenticate your instance with either a Bearer Token
or a Client Secret and Client ID.
NOTE: It is highly recommended that you implement the bearer token method as this requires fewer calls to the API and is far less data intensive.
Bearer tokens are valid for 1 year and can be obtained as follows:
Security
Propello cloud does not bear any liability or responsibility for the security of your API credentials; as such it is vital that you take all possible steps to prevent unauthorised access.
Usage
The below are all currently available methods:
Groups
Orders
Offers
Interactions
Credits
License
The MIT License (MIT). Please see License File for more information.