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 2w 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 26% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity59

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

2835d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/693880?v=4)[Simone Giannecchini](/maintainers/simboss)[@simboss](https://github.com/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

[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[resend/resend-php

Resend PHP library.

596.2M35](/packages/resend-resend-php)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.5M11](/packages/checkout-checkout-sdk-php)[mozex/anthropic-laravel

Laravel integration for the Anthropic API: facade, config publishing, install command, testing fakes, messages, streaming, tool use, thinking, and batches.

72287.1k1](/packages/mozex-anthropic-laravel)[clicksend/clicksend-php

301.6M11](/packages/clicksend-clicksend-php)

PHPackages © 2026

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