gigadesign/module-google-client
Composer 安装命令:
composer require gigadesign/module-google-client
包简介
Wrapper to easily connect to Google Client and use Google API services
README 文档
README
This module is a wrapper module to be able to easily connect to all Google API services.
To add a new scope to the connection, add the following to the di.xml of your module:
<type name="Gigadesign\GoogleClient\Model\GoogleClientManager">
<arguments>
<argument name="scopes" xsi:type="array">
<item name="calendar_read_only" xsi:type="string">\Google_Service_Calendar::CALENDAR_READONLY</item>
<item name="calendar_events" xsi:type="string">\Google_Service_Calendar::CALENDAR_EVENTS</item>
</argument>
</arguments>
</type>
And make sure to add this module in the sequence of your own module.
统计信息
- 总下载量: 206
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2019-12-11