Download the PHP package answear/acs-bundle without Composer
On this page you can find all versions of the php package answear/acs-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package acs-bundle
ACS stations bundle
ACS pickup point integration for Symfony.
Installation
- install with Composer
Answear\AcsBundle\AnswearAcsBundle::class => ['all' => true],
should be added automatically to your config/bundles.php
file by Symfony Flex.
Setup
- provide required config data:
apiKey
,companyId
,companyId
,userId
,userPassword
Usage
Get ParcelShops
will return \Answear\AcsBundle\Response\DTO\ParcelShop[]
array.
Where countryId
is Greece or Cyprus, and kind
is shop kind according to ACS documentation, null
means all kinds
Error handling
Answear\AcsBundle\Exception\ServiceUnavailable
for allGuzzleException
Answear\AcsBundle\Exception\MalformedResponse
for incorrect responses
Final notes
Feel free to open pull requests with new features, improvements or bug fixes. The Answear team will be grateful for any comments.
All versions of acs-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
ext-json Version *
guzzlehttp/guzzle Version ^6.0|^7.0
psr/log Version ^1.1
symfony/http-kernel Version ^6.4|^7.0
symfony/property-info Version ^6.4|^7.0
symfony/serializer Version ^6.4|^7.0
webmozart/assert Version ^1.11
ext-json Version *
guzzlehttp/guzzle Version ^6.0|^7.0
psr/log Version ^1.1
symfony/http-kernel Version ^6.4|^7.0
symfony/property-info Version ^6.4|^7.0
symfony/serializer Version ^6.4|^7.0
webmozart/assert Version ^1.11
The package answear/acs-bundle contains the following files
Loading the files please wait ....