Skip to content

NexaMerchant/taboola-php-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

taboola-php-sdk

This is a PHP SDK for Taboola API. It is a simple wrapper around the Taboola API.

Installation

composer require taboola/taboola-php-sdk

Usage

use Taboola\Taboola;

$taboola = new Taboola([
    'client_id' => 'YOUR_CLIENT_ID',
    'client_secret' =>'YOUR_CLIENT'
]);

$taboola->get('campaigns');

License

MIT

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages