Skip to content

sp4ce/perfectaudience-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

use Prad\PerfectAudience;
$pa = new PerfectAudience('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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published