PHPackages                             funmula/biggo-api-php-pms-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. funmula/biggo-api-php-pms-client

ActiveLibrary[API Development](/categories/api)

funmula/biggo-api-php-pms-client
================================

BigGo API PMS PHP Client is a API written in PHP

v1.0.0(2y ago)05MITPHPPHP &gt;=7.4

Since Jul 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Funmula-Corp/biggo-api-php-pms-client)[ Packagist](https://packagist.org/packages/funmula/biggo-api-php-pms-client)[ RSS](/packages/funmula-biggo-api-php-pms-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

BigGo PMS API PHP Client
========================

[](#biggo-pms-api-php-client)

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

short future:

- [Getting Started](#getting-started)
    - [Installation](#installation)
    - [Usage](#usage)
    - [Initializing](#initializing)
    - [Accessing BigGo PMS API](#accessing-biggo-pms-api)
- [Typescript](#typescript)
- [License](#license)

Getting Started
---------------

[](#getting-started)

### Installation

[](#installation)

Using composer

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

### Initializing

[](#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(
  '',
  ''
  );
```

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

[Funmula-Corp/guide](https://github.com/Funmula-Corp/guide)

### Accessing BigGo PMS API

[](#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('')
// Get list of reports in the platform.
$reportList = $api->getReportList('')
// Get file content or save report as file.
$reportJson = $api->getReport('', '', 'json')
```

if you need more information, you can refer to this [document](./doc/README.md).

Typescript
----------

[](#typescript)

This library supports typescript.

License
-------

[](#license)

[MIT](./LICENSE)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1026d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3928f7b4da9a5415e20d5f5acd52efd1a43ba2df69cf807f89187ff643add3c0?d=identicon)[Benson-funmula](/maintainers/Benson-funmula)

---

Top Contributors

[![Benson-funmula](https://avatars.githubusercontent.com/u/139940245?v=4)](https://github.com/Benson-funmula "Benson-funmula (8 commits)")[![chifunmula](https://avatars.githubusercontent.com/u/125954518?v=4)](https://github.com/chifunmula "chifunmula (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/funmula-biggo-api-php-pms-client/health.svg)

```
[![Health](https://phpackages.com/badges/funmula-biggo-api-php-pms-client/health.svg)](https://phpackages.com/packages/funmula-biggo-api-php-pms-client)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M453](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
