PHP code example of hborras / twitter-php-ads-sdk

1. Go to this page and download the library: Download hborras/twitter-php-ads-sdk library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

hborras / twitter-php-ads-sdk example snippets



    const CONSUMER_KEY = 'your consumer key';
    const CONSUMER_SECRET = 'your consumer secret';
    const ACCESS_TOKEN = 'access token';
    const ACCESS_TOKEN_SECRET = 'access token secret';
    const ACCOUNT_ID = 'account id'