PHP code example of mralston / haloapi

1. Go to this page and download the library: Download mralston/haloapi 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/ */

    

mralston / haloapi example snippets


use DerrickSmith\HaloApi\Facades\HaloApi;

$tickets = HaloApi::getTickets([
    'pageinate' => true,
    'page_size' => 50,
    'page_no' => 1,
    'columns_id' => 1,
    'en": false,
}
bash
php artisan vendor:publish --tag="halo-config"