PHP code example of hasokeyk / ticimax-php
1. Go to this page and download the library: Download hasokeyk/ticimax-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/ */
hasokeyk / ticimax-php example snippets
use Hasokeyk\Ticimax\Ticimax;
//TİCİMAX WEBSİTE ADI
$key = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"; //OLUŞTURDUĞUNUZ KEY
$ticimax = new Ticimax($domain, $key);
$ticimax_categories = $ticimax->categories();
$get_categories = $ticimax_categories->get_categories();
print_r($get_categories);