composer.json add to the following lines
"repositories": [
{
"url": "[email protected]:Teknasyon/esim-core-client-sdk-php.git",
"type": "git"
}
],
composer require esim/[email protected]
/config/bundles.php
return [
...
eSIM\eSIMCoreClient\eSIMCoreBundle::class => ['all' => true],
...
];
config/packages/framework.yaml
http_client:
scoped_clients:
eSIM_core_client:
base_uri: '%env(resolve:ESIM_CORE_BASE_URL)%'
timeout: 2.5