Symfony2 and Google API integration

后端 未结 4 1981
野的像风
野的像风 2020-12-10 08:27

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 <

4条回答
  •  攒了一身酷
    2020-12-10 08:43

    There is a Symfony2 bundle wrapping the official Google API library published by Google on Github in 2014. That way, the API client is available as a service and you can store your configuration in the Symfony2 config file.

    Symfony2 Bundle: https://github.com/Happyr/GoogleApiBundle

    $ composer require happyr/google-api-bundle
    

提交回复
热议问题