承接 unb-libraries/gapi 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

unb-libraries/gapi

Composer 安装命令:

composer require unb-libraries/gapi

包简介

A minimal configuration manager and wrapper around the Google APIs Client Library

README 文档

README

This module provides a minimal wrapper around the Google APIs Client Library.

It does/and will only do two things:
  - Provide a simple to administer authentication settings page
  - Provide a single service which can be used to obtain an authenticated client to the various supported Google services, like Google Calendar, Google Drive, etc.

Requirements:
  - Key module (https://www.drupal.org/project/key)
  - Google API Client (https://github.com/google/google-api-php-client)

Installing via composer will automatically download all required libraries.

Notes:
  - This module is meant to be used as a base by other modules providing deeper integration to various Google services.
  - This module only provides an authenticated client via a service that can be injected into your controllers/blocks/plugins/etc.
  - For a list of the various Google services which could be supported, see the separate google-api-php-client-services repository.
  - Because the maintainer is unable to maintain this for every possible Google service, the available services are defined by a minimal plugin based system. You can add your own services by implementing this plugin in your own module. However, you are encouraged to submit it as a patch to this module. Any patch in the issue queue that adds a new service will be accepted provided that it meets Drupal coding standards and does not do anything "extra".

统计信息

  • 总下载量: 4.1k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 5
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-08-10