PHPackages                             eiotclub/eiotclub-sdk - 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. eiotclub/eiotclub-sdk

ActiveLibrary[API Development](/categories/api)

eiotclub/eiotclub-sdk
=====================

EIOTClub OpenAPI PHP SDK

1.0.1(2w ago)03MITPHPPHP ^8.0

Since May 20Pushed 2w agoCompare

[ Source](https://github.com/XthingsJacobs/eiotclub-eiotclub-sdk)[ Packagist](https://packagist.org/packages/eiotclub/eiotclub-sdk)[ RSS](/packages/eiotclub-eiotclub-sdk/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

EIOTClub OpenAPI PHP SDK
========================

[](#eiotclub-openapi-php-sdk)

Install
-------

[](#install)

```
composer require eiotclub/eiotclub-sdk
```

Initialize (Unified Entry)
--------------------------

[](#initialize-unified-entry)

```
use EIOTClub\Sdk\EIOTClub;

$client = EIOTClub::create($appKey, $secret, [
    'base_uri' => 'https://oapi.eiotclub.com',
    'timeout' => 10,
]);
```

Chained Calls by Module
-----------------------

[](#chained-calls-by-module)

### Cards

[](#cards)

```
$resp = $client->cards()->getAllCardInfo(pageNum: 1, pageSize: 500);
```

If an endpoint is not explicitly wrapped yet, you can call it by path directly (the SDK will automatically add `appkey/timestamp/nonce/sign`):

```
$resp = $client->cards()->request('/api/v3/card/getCardsInfo', [
    'iccid' => '89860xxxxxx'
]);
```

### Other Modules

[](#other-modules)

```
$client->packages()->request('/api/v3/package/order', [...]);
$client->pools()->request('/api/v3/pool/list', [...]);
$client->cloudEsim()->request('/api/v3/cloudEsim/list', [...]);
$client->cdr()->request('/api/v3/cdr/query', [...]);
```

Notification Signature Verification (Verify Only)
-------------------------------------------------

[](#notification-signature-verification-verify-only)

```
$payload = json_decode(file_get_contents('php://input'), true) ?: [];

if (!$client->verifyNotificationSignature($payload)) {
    http_response_code(401);
    exit('invalid sign');
}
```

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance96

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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 ~0 days

Total

2

Last Release

20d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4d65d3cf7c5bdd843b8a91abdfe24461e588a30876ea11e527f7b66ef92cae28?d=identicon)[Xthings](/maintainers/Xthings)

---

Top Contributors

[![XthingsJacobs](https://avatars.githubusercontent.com/u/32409943?v=4)](https://github.com/XthingsJacobs "XthingsJacobs (5 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/eiotclub-eiotclub-sdk/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3751.2M45](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

1.9k496.1k32](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.3M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

232.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1772.4k4](/packages/aimeos-prisma)

PHPackages © 2026

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