Download the PHP package answear/fan-courier-bundle without Composer
On this page you can find all versions of the php package answear/fan-courier-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download answear/fan-courier-bundle
More information about answear/fan-courier-bundle
Files in answear/fan-courier-bundle
Package fan-courier-bundle
Short Description Symfony bundle for FanCourier API.
License MIT
Informations about the package fan-courier-bundle
FanCourier bundle
FanCourier integration for Symfony.
Documentation of the API can be found here: https://www.fancourier.ro/wp-content/uploads/2023/07/EN_FANCourier_API-2.0-160523.pdf
Installation
- install with Composer
Answear\FanCourierBundle\AnswearFanCourier::class => ['all' => true],
should be added automatically to your config/bundles.php
file by Symfony Flex.
Setup
Logger service must implement Psr\Log\LoggerInterface interface.
Usage
Get pickup points
Above getPickupPoints
method will return an array of Answear\FanCourierBundle\DTO\PickupPointDTO
objects.
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 fan-courier-bundle with dependencies
ext-json Version *
guzzlehttp/guzzle Version ^6.0|^7.0
psr/log Version ^1.1||^2.0||^3.0
symfony/http-kernel Version ^6.1|^7.0
symfony/property-info Version ^6.1|^7.0
symfony/serializer Version ^6.1|^7.0
webmozart/assert Version ^1.11