Symfony2 and Google API integration

后端 未结 4 1984
野的像风
野的像风 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 09:01

    Google have now started using github and have added a composer.json file.

    Github: https://github.com/google/google-api-php-client

    Packagist: https://packagist.org/packages/google/apiclient

    "require": {
        ...
        "google/apiclient": "dev-master"
    }
    

    It's a shame there is no namespaces, but they are closer than before by having a composer file.

提交回复
热议问题