https://github.com/nexamerchant/taboola-php-sdk
https://github.com/nexamerchant/taboola-php-sdk
sdk sdk-php taboola
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nexamerchant/taboola-php-sdk
- Owner: NexaMerchant
- Created: 2024-09-24T05:35:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-24T05:55:43.000Z (about 1 year ago)
- Last Synced: 2025-02-01T19:12:40.560Z (9 months ago)
- Topics: sdk, sdk-php, taboola
- Language: PHP
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# taboola-php-sdk
This is a PHP SDK for Taboola API. It is a simple wrapper around the Taboola API.
## Installation
```bash
composer require taboola/taboola-php-sdk
```
## Usage
```php
use Taboola\Taboola;
$taboola = new Taboola([
'client_id' => 'YOUR_CLIENT_ID',
'client_secret' =>'YOUR_CLIENT'
]);
$taboola->get('campaigns');
```
## License
MIT
```