Skip to content

papoms/VoluumApiWrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VoluumApiWrapper

A PHP Api Wrapper for the Voluum Reporting API. Install using composer

Usage

require_once(__DIR__.'/vendor/autoload.php');
use PapoMS\VoluumApiWrapper\ReportingClient;

$vrc = new ReportingClient();
$vrc->login('email', 'password');

$campaigns = $vrc->getActiveCampaigns();
$stats = $vrc->campaignReport($campaignId, 'last-30-days', 'day');

About

A PHP Wrapper for the Voluum Reporting API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages