Skip to content

adserver-online/php-sdk

Repository files navigation

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