PHP code example of darkgoldblade01 / velocify
1. Go to this page and download the library: Download darkgoldblade01/velocify 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/ */
darkgoldblade01 / velocify example snippets
$velocify = new darkgoldblade01\Velocify\Velocify([
'username' => '_YOUR_USERNAME_',
'password' => '_YOUR_PASSWORD_',
]);
$velocify = new darkgoldblade01\Velocify\Velocify([
'username' => '_YOUR_USERNAME_',
'password' => '_YOUR_PASSWORD_',
]);
$campaigns = $velocify->leads()->listLeads($startDate, $endDate);