izopi4a/speedy-bundle

speedy courier bundle for symfony

Maintainers

Package info

github.com/Izopi4a/SpeedyBundle

Type:symfony-bundle

pkg:composer/izopi4a/speedy-bundle

Statistics

Installs: 25

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-27 19:29:39 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);