PHP code example of aramboyajyan / drip-php-enhanced

1. Go to this page and download the library: Download aramboyajyan/drip-php-enhanced 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/ */

    

aramboyajyan / drip-php-enhanced example snippets


$client = new \Drip\Client("YOUR_API_KEY", "YOUR_ACCOUNT_ID");

$client = new \Drip\Client("YOUR_ACCESS_TOKEN", "YOUR_ACCOUNT_ID");