Skip to content

Latest commit

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Perfect Audience PHP SDK

Build Status

Installation

Manual Installation

  1. Download and extract the project into an appropriate place in your application.
  2. Require the SDK's autoloader. (note: the path to include the autoload may be different depending on the structure of your application)
require '/src/Prad/autoload.php'

Usage

Once built in autoloader has been required, you can begin using the SDK.

usePrad\PerfectAudience;
$pa = newPerfectAudience('user_id', 'user_pwd');
$status = $pa->getReportstatus('campaign_report');

Minimum Requirements

Use of this library requires PHP 5.3+, and PHP cURL extension (http://php.net/manual/en/book.curl.php)

About

Php sdk for perfect audience API

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages