Is it possible to include https://github.com/googleads/googleads-php-lib with Symfony2. I tried to install it with composer but I always get some error regarding namespaces. Please notice that Google Library doesn't use namespaces. I tried to set included path but didn't manage to get this working.
Does anyone knows how to pull this out/
This is error I got:
Compile Error: AdWordsSoapClientFactory::DoRequireOnce(): Failed opening required '/vagrant/vendor/googleads/googleads-php-lib/src/Google/Api/Ads/AdWords/Lib/../v201309/CampaignService.php' (include_path='/vagrant/vendor/googleads/googleads-php-lib/src:.:/usr/share/php:/usr/share/pear')
Also I added this to composer.json "classmap": ["vendor/googleads/googleads-php-lib/src/Google/Api/Ads/AdWords/Lib"]
v201309/CampaignService.phpexist? - xurshid29