Skip to content
/ cmcc Public

中国移动物联网云的客户端实现:签名、解密等。

Notifications You must be signed in to change notification settings

ac1982/cmcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Package for CMCC IOT

The simplest implement of CMCC IOT

Installing

$ composer require ac1982/cmcc -vvv

Usage

use AC1982\CMCC;

$config=['companyId'=>'13800138000','appKey'=>'2321323232','secret'=>'aefdfsagweg'];

(new AC1982\CMCCClient($config))->query('triopi.member.iccid.all.query', ['iccid'=>'200010000221']);

Note

这是移动物联云的客户端,最简单的实现。 你很容易根据这个基础包扩展出自己的应用。

  • 签名
  • 解密

License

MIT

About

中国移动物联网云的客户端实现:签名、解密等。

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages