PHP code example of gpupo / shipping-services

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

    

gpupo / shipping-services example snippets



use Gpupo\ShippingServices\Factory;

$service = Factory::getInstance()->getClient();
$collection = $service->fetchHistoryCollection([
	"DU264805409BR",
	"DU264805390BR",
]);