PHP code example of jakedewitt87 / php-isdk-php7
1. Go to this page and download the library: Download jakedewitt87/php-isdk-php7 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/ */
jakedewitt87 / php-isdk-php7 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'