Download the PHP package answear/dpd-pl-pickup-services-bundle without Composer
On this page you can find all versions of the php package answear/dpd-pl-pickup-services-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download answear/dpd-pl-pickup-services-bundle
More information about answear/dpd-pl-pickup-services-bundle
Files in answear/dpd-pl-pickup-services-bundle
Package dpd-pl-pickup-services-bundle
Short Description DPD.pl Pickup Services integration for Symfony.
License MIT
Informations about the package dpd-pl-pickup-services-bundle
DPD.pl PICKUP Services
Integration for DPD.pl's PICKUP Services API avialble mypudo.dpd.com.pl.
Installation
- install with Composer
Answear\DpdPlPickupServicesBundle\AnswearDpdPlPickupServicesBundle::class => ['all' => true],
should be added automatically to your config/bundles.php
file by Symfony Flex.
Configuration
Below you will find bundle's full configuration:
When using library without Symfony you need to put your configuration into an
instance of \Answear\DpdPlPickupServicesBundle\Service\ConfigProvider
object.
Usage
DPD's API is available through the Answear\DpdPlPickupServicesBundle\Service\PUDOList
that is automatically registered in your Symfony application's DI container. PUDO items
are returned to you as Answear\DpdPlPickupServicesBundle\ValueObject\PUDO
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 dpd-pl-pickup-services-bundle with dependencies
ext-simplexml Version *
guzzlehttp/guzzle Version ^6.0|^7.0
symfony/http-kernel Version ^6.4|^7.0
webmozart/assert Version ^1.11