PHPackages                             infobird/openapi - 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. infobird/openapi

ActiveLibrary[API Development](/categories/api)

infobird/openapi
================

v0.1.5.2(5y ago)19MITPHPPHP &gt;=5.3

Since Aug 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/kalaGN/infobird-openapi)[ Packagist](https://packagist.org/packages/infobird/openapi)[ RSS](/packages/infobird-openapi/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (1)Versions (21)Used By (0)

infobird openapi SDK for PHP
============================

[](#infobird-openapi-sdk-for-php)

Run environment
---------------

[](#run-environment)

- PHP 5.3+.
- cURL extension.

how to use
----------

[](#how-to-use)

### first install the libraay

[](#first-install-the-libraay)

```
composer require infobird/openapi
```

config.ini should in you rootpath and openapi.url config is need index.php file you need to add

```
require './vendor/autoload.php';
```

### then

[](#then)

```
use \Infobird\Openapi\Client;

$token = $this->_request->token;
$systemId = $this->_request->version_id;
$corpType =  $this->_request->isfz?:0;
if(empty($token)){
    echo 'token not found!';exit;
}
$c = new Client($token,$systemId,$corpType);
$res = $c->auth();

$res = json_decode($res,true);
if($res['code']!=='0'){
	echo $res['msg'];exit;
}

```

enjoy it
--------

[](#enjoy-it)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Every ~5 days

Recently: every ~23 days

Total

19

Last Release

2002d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16739107?v=4)[Afei ](/maintainers/kalaGN)[@kalaGN](https://github.com/kalaGN)

---

Top Contributors

[![kalaGN](https://avatars.githubusercontent.com/u/16739107?v=4)](https://github.com/kalaGN "kalaGN (25 commits)")

---

Tags

openapiphp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/infobird-openapi/health.svg)

```
[![Health](https://phpackages.com/badges/infobird-openapi/health.svg)](https://phpackages.com/packages/infobird-openapi)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

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

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

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

PHP wrapper for the Meilisearch API

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

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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