PHPackages                             oheyou/ltzop - 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. oheyou/ltzop

ActiveLibrary

oheyou/ltzop
============

liantong zop service

07PHP

Since May 14Pushed 4y ago1 watchersCompare

[ Source](https://github.com/oheyou/ltzop)[ Packagist](https://packagist.org/packages/oheyou/ltzop)[ RSS](/packages/oheyou-ltzop/feed)WikiDiscussions main Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

ltzop
=====

[](#ltzop)

liantong zop service

环境需求
----

[](#环境需求)

```
PHP >= 7.1
PHP cURL 扩展
PHP OpenSSL 扩展
```

Installing
----------

[](#installing)

```
$ composer require oheyou/ltzop dev-main
$ composer require guzzlehttp/guzzle  #guzzle依赖，如类库已存在请忽略
```

Usage
-----

[](#usage)

```

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

use Liantong\Zop\ZopApi;

date_default_timezone_set('PRC');

$test = true;

$config = [
	'appCode' => '你的appCode',
	'HMACMD5' => '你的HMACMD5',
	'AES' => '你的AES',
	'baseUri' => !$test?'http://cd.10010.com/zop/':'http://demo.mall.10010.com:8104/zop/',
	'channel' => '你的channel',
];

$app = new ZopApi($config);

#1.开始调用接口
$result = $app->Region->qry(['provinceCode'=>34]); //获取城市列表

$result = $app->Captcha->send([
            'certId' => '身份证号码',
            'contactNum' => '手机号',
            'channel' => $config['channel'],
        ]); //发送验证码

- 获取号码 $app->Number->select(array $param)
- 意向订单同步 $app->Order->preSync(array $param)
- 号码状态变更服务 $app->Number->stateChange(array $param)
- 正式单同步 $app->Order->sync(array $param)
- 验证码校验 $app->Captcha->check(array $param)
- 身份验证 $app->Identity->cust(array $param)
- 风控校验 $app->Risk->check(array $param)

```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

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.

### Community

Maintainers

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

---

Top Contributors

[![oheyou](https://avatars.githubusercontent.com/u/72959834?v=4)](https://github.com/oheyou "oheyou (11 commits)")

### Embed Badge

![Health badge](/badges/oheyou-ltzop/health.svg)

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

PHPackages © 2026

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