Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 469 Bytes

File metadata and controls

26 lines (16 loc) · 469 Bytes

Adserver.Online PHP SDK

API reference https://adserver.online/api

Requirements

Installation & Usage

Composer

To install the SDK via Composer, execute the following command:

 composer require adserver-online/php-sdk

Manual Installation

Download the files and include autoload.php:

require_once('vendor/autoload.php');