Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Funmula-Corp/biggo-api-php-pms-client

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BigGo PMS API PHP Client

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.