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
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);