izopi4a/speedy-bundle

speedy courier bundle for symfony

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

v0.0.1 2025-01-03 12:23 UTC

This package is auto-updated.

Last update: 2025-08-27 18:30:47 UTC


README

in development

install

composer require izopi4a/speedy-bundle

Speedy.bg

Documentation of the API can be found here: https://api.speedy.bg/web-api.html

post install

#add this to your env
IZOPI4A_SPEEDY_USER=123456789
IZOPI4A_SPEEDY_PASS=
IZOPI4A_SPEEDY_LOCALE=BG
$res = $speedyService->quickDeliveryCalc(151, true, 1, 1, 200);
dd($res);

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


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