Symfony2 and Google API integration
问题 I am going to use Google API located on http://google-api-php-client.googlecode.com/svn/trunk/ with my Symfony2 application. Is it possible to import this API with composer ? What is the best practice to use this API with my application ? 回答1: It's probably too late, but there is no need to use forked git repos, you can refer to Google's "native" svn directly. Add the following section to your composer.json : "repositories": [ { "type": "package", "package": { "name": "project/google-api-php