funmula/biggo-api-php-pms-client 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

funmula/biggo-api-php-pms-client

最新稳定版本:v1.0.0

Composer 安装命令:

composer require funmula/biggo-api-php-pms-client

包简介

BigGo API PMS PHP Client is a API written in PHP

README 文档

README

BigGo PMS API PHP Client is a API written in PHP.

short future:

Getting Started

Installation

Using composer

$ composer require funmula/biggo-api-php-pms-client

Initializing

To get started, first obtain a client id and secret from BigGo API. Then, use the following code to obtain an API object:

$api = new BiggoPMSAPI(
  '<Your client ID>',
  '<Your client secret>'
  );

You can refer to this guide to get the client id and secret

Funmula-Corp/guide

Accessing BigGo PMS API

You can access all BigGo PMS API resources using the api object. Simply use the object obtained from new BiggoPMSAPI(). For example:

// Get list of platforms the user has access.
$platformList = $api->getPlatformList();
// Get list of groups in the platform.
$groupList = $api->getGroupList('<Platform ID>')
// Get list of reports in the platform.
$reportList = $api->getReportList('<Platform ID>')
// Get file content or save report as file.
$reportJson = $api->getReport('<Platform ID>', '<Report ID>', 'json')

if you need more information, you can refer to this document.

Typescript

This library supports typescript.

License

MIT

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-07-19