1. Go to this page and download the library: Download glorand/drip-php 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/ */
glorand / drip-php example snippets
use Glorand\Drip\Drip;
$drip = new Drip('your-account-id', 'your-api-token', 'user-agent-optional');
//http status code
public function getStatusCode(): int {}
public function isSuccess(): bool {}
public function getHttpMessage(): string {}
//drip response
public function getContents(): array {}