PHP code example of jobsity / php-tick
1. Go to this page and download the library: Download jobsity/php-tick 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/ */
jobsity / php-tick example snippets
// Make sure you /vendor/autoload.php";
use Jobsity\PhpTick\Tick;
// Get instance of Tick client
$tick = Tick::getInstance($subscriptionId, $accessToken, 'CompanyName', '[email protected]');
// Start using the api
// Get entries created after 2015-11-14
$tick->entry->getList('2015-11-14');
// Get entry by its id
$tick->entry->get($entryId);
// Create entry with