izopi4a / speedy-bundle
speedy courier bundle for symfony
v0.0.1
2025-01-03 12:23 UTC
Requires
- php: ^8.4
- symfony/config: ^6.4 || ^7.0
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);