PHP code example of izopi4a / speedy-bundle

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

    

izopi4a / speedy-bundle example snippets


$res = $speedyService->quickDeliveryCalc(151, true, 1, 1, 200);
dd($res);

$res = $speedyService->findOffice(151);
dd($res);


$res = $speedyService->findCity("A");
dd($res);