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

ActiveLibrary[API Development](/categories/api)

simboss/sdk
===========

simboss php sdk

1.0.0(7y ago)12122[1 issues](https://github.com/simboss-sdk/simboss-php-sdk/issues)[1 PRs](https://github.com/simboss-sdk/simboss-php-sdk/pulls)MITPHPPHP &gt;=5.6

Since Aug 13Pushed 7y agoCompare

[ Source](https://github.com/simboss-sdk/simboss-php-sdk)[ Packagist](https://packagist.org/packages/simboss/sdk)[ Docs](http://www.simboss.com)[ RSS](/packages/simboss-sdk/feed)WikiDiscussions master Synced 2d ago

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

simboss-php-sdk
---------------

[](#simboss-php-sdk)

[SIMBOSS API](https://www.simboss.com/www/api-doc/index.html) SDK

快速开始
----

[](#快速开始)

- 添加依赖 composer

```
"require": {
        "simboss/sdk" : "1.0.0"
    }
```

- 使用SimbossClient

```
//初始化client
$simbossClient = SimbossClient::newInstance("appId", "appSecret");

//查询卡详情
$request = new DeviceDetailRequest();
$request->iccid = "89860401101730528432";
$response = $simbossClient->excute($request);

//返回结果说明
//1、接口请求的是否成功 bol
$success = $response->success;
//2、返回码, 见https://www.simboss.com/www/api-doc/index.html, 返回码规范章节。
$code = $response->code;
//3、返回的成功或者错误消息
$message = $response->message;
//4、返回的成功或者错误详细消息
$detail = $response->detail;
//5、返回的数据，不同请求返回值不同，具体请查看API文档。
$data = $response->data;
```

配置说明
----

[](#配置说明)

- 默认配置见 \\Simboss\\Sdk\\Config\\SimbossConfig.php
- 自定义配置方式

```
$conf = [
    'connectionTimeout' => 10000,
    'socketTimeout' => 30000,
    'apiUrl' => 'https://api.simboss.com',
    'apiAppId' => '10242017520',
    'apiAppSecret' => '2aa9382a45d3092f24fe2a0325f28200'
];
//初始化client
$simbossClient = SimbossClient::newInstance(null, null, null, $conf);
```

API 清单
------

[](#api-清单)

API 名称请求参1.1 账户总览接口UserDashboardGetRequest2.1 批量卡详情DeviceDetailBatchRequest2.2 单卡详情DeviceDetailRequest2.3 单卡已订购套餐列表DeviceOrderedPlansRequest2.4 单卡可续费套餐信息DeviceRateplansRequest2.5 单卡续费DeviceRechargeRequest2.6 单卡续费记录DeviceRechargeRecordsRequest2.7 实时连接状态查询DeviceGprsStatusRequest2.8 实时用户状态查询DeviceUserStatusRequest2.9 设备实时开关机状态查询DeviceRunningStatusRequest2.10 查询设备套餐概要DeviceRatePlanSummaryRequest2.11 流量池卡开关网络DeviceModifyDeviceStatusRequest2.12 日用量查询DeviceDailyUsageRequest2.13 取消测试期DeviceCancelTestingRequest2.14 更新备注DeviceMemoUpdateRequest2.15 批量更新备注DeviceMemoBatchUpdateRequest3.1 流量池详情CardPoolDetailRequest3.2 用户下所有流量池信息CardPoolListRequest4.1 提交实名认证信息RealnameSubmitRealnameRequest5.1 短信下发接口SmsSendRequest5.2 短信查询SmsListRequest源码说明
----

[](#源码说明)

- 仅支持php &gt;= 5.6
- 单元测试：test/sdk/

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

Total

2

Last Release

2788d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a765f88235675ca979c757704d9d960b70abf4b9458f154bd57556a2d8033eba?d=identicon)[simboss](/maintainers/simboss)

---

Tags

apisdksimboss

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[saloonphp/saloon

Build beautiful API integrations and SDKs with Saloon

2.4k9.6M468](/packages/saloonphp-saloon)[hubspot/api-client

Hubspot API client

23414.2M16](/packages/hubspot-api-client)[php-opencloud/openstack

PHP SDK for OpenStack APIs. Supports BlockStorage, Compute, Identity, Images, Networking and Metric Gnocchi

2292.2M24](/packages/php-opencloud-openstack)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[resend/resend-php

Resend PHP library.

564.7M21](/packages/resend-resend-php)

PHPackages © 2026

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