I can't use the lib when i call new \Sdk\ApiClient\CDSApiClient(); i have the error CDSApiClient can't be found in namespace Sdk\ApiClient.
I'm using symfony3 version 3.1
the sdk is installed via composer composer require cdiscount/sdkphpapi dev-master
anf of course i've made a composer dump-autoload after the install
Can you please help me solve this issue ?
Or
Is there a bundle version version of the sdk compatible with symfony ?
Copied from original issue: Cdiscount/API-MarketPlace-SDK-PHP#15
From @BT2016-DRUPAL on March 24, 2017 11:40
I can't use the lib when i call
new \Sdk\ApiClient\CDSApiClient();
i have the error CDSApiClient can't be found in namespace Sdk\ApiClient.I'm using symfony3 version 3.1 the sdk is installed via composer
composer require cdiscount/sdkphpapi dev-master
anf of course i've made acomposer dump-autoload
after the installCan you please help me solve this issue ? Or Is there a bundle version version of the sdk compatible with symfony ?
Copied from original issue: Cdiscount/API-MarketPlace-SDK-PHP#15