PHP code example of wickedreports / old-php-isdk

1. Go to this page and download the library: Download wickedreports/old-php-isdk 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/ */

    

wickedreports / old-php-isdk example snippets

require_once('src/isdk.php');
$contacts = $app->findByEmail('[email protected]',array('Id', 'FirstName', 'LastName', 'Email'));
print_r($contacts);
infuDate('10/26/2013') will return '20131026T06:00:00'
infuDate('10/26/2013','UK') will return '2013-26-10T06:00:00'