@@@@@@@@& @@@@@@@@ @@@@@@@@ @@@ @@@ @@@ &@@@@@@@@ @@@@@@@@@ @@@@@@
@@@/ @@@ @@@ @@@ (@@ #@@ @@@ @@@ @@@ @@@ @@@ @@@ @@@* @@@
@@@/ @@@ @@@ @@@ @@@@ @@@ @@@ @@@ @@@ @@@@ @@@ @@@* @@@
@@@/ @@@ @@@ @@@ @@@@ @@@ @@@ @@@ @@@@@@ @@@ @@@* @@@
@@@/ @@@ @@@ @@@ @@@ @@@@ @@@ @@@ @@@ @@@ @@@ @@@ @@@* @@@
,@@@ @@@ @@@ @@@ @@@% #@@@ @@@ @@@ @@@ @@@ @@@. @@@ @@@* @@@
%@@@@@@@@ @@@ @@@ /@@@@@@. @@@@@@/@@@@@@ @@@@@@@ @@@@@@@@* @@@ @@@
Econt integration for Symfony.
Documentation of the API can be found here: https://ee.econt.com/services/Nomenclatures/
- install with Composer
composer require answear/econt-pickup-point-bundle
Answear\EcontBundle\AnswearEcontBundle::class => ['all' => true],
should be added automatically to your config/bundles.php
file by Symfony Flex.
# config/packages/answear_econt.yaml
answear_econt:
user: 'username'
password: 'password'
config will be passed to \Answear\EcontBundle\ConfigProvider
class.
use Answear\EcontBundle\Command\GetOffices;
use Answear\EcontBundle\Request\GetOfficesRequest;
/** @var GetOffices $getOfficesCommand */
$getOfficeResponse = $getOfficesCommand->getOffices(new GetOfficesRequest());
use Answear\EcontBundle\Command\GetCities;
use Answear\EcontBundle\Request\GetCitiesRequest;
/** @var GetCities $getCitiesCommand */
$getCitiesResponse = $getCitiesCommand->getCities(new GetCitiesRequest());
Feel free to open pull requests with new features, improvements or bug fixes. The Answear team will be grateful for any comments.