PHP code example of wheesnoza / laravel-ship24

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

    

wheesnoza / laravel-ship24 example snippets


use Wheesnoza\Ship24\Facades\Ship24;

$tracker = Ship24::tracker('TRACKER_ID');

use Wheesnoza\Ship24\Facades\Ship24;

$trackers = Ship24::trackers();

use Wheesnoza\Ship24\Facades\Ship24;

$tracker = Ship24::createTracker('TRACKING_NUMBER');
bash
php artisan vendor:publish --provider="Wheesnoza\Ship24\Providers\Ship24ServiceProvider" --tag=config