PHPackages                             wisdom/call-voice - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. wisdom/call-voice

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

wisdom/call-voice
=================

A callVoice SDK

1.0(6y ago)016MITPHP

Since Jan 3Pushed 6y ago1 watchersCompare

[ Source](https://github.com/BigLight-H/voice)[ Packagist](https://packagist.org/packages/wisdom/call-voice)[ RSS](/packages/wisdom-call-voice/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

智能语音推送说明
--------

[](#智能语音推送说明)

### 添加配置文件

[](#添加配置文件)

> 在根目录的.env文件写入推送相关的配置文件

```
VOICE_KEY=语音key
VOICE_PHONE_URL=Api连接前缀,例如:http://127.0.0.42:8066/v1/post/
VOICE_ACCOUNT=帐号(机器人平台分配)
VOICE_COMPID=企业id
VOICE_STATE_URL=号码推送状态url
VOICE_TASK_STATE_URL=任务状态url
```

### 1.推送方法1

[](#1推送方法1)

```
$data['phone_url'] = 需要拨打电话语音的电话获取连接url,例如:'https://www.baidu.com/tests';
$data['route_num'] = 指定此批电话所执行的行为ID,例如:'52000700002';
(new Voice($data))->start();
```

#### 参数说明

[](#参数说明)

$data\['phone\_url'\] 返回格式为：

```
$data = [
            'code' => 200,
            'reason' => 'ok',
            'isend' => 'true',
            'nums' => [
                [
                    'id'=>1,
                    'phone'=>[
                        '18655555555',
                        '18666666666'
                    ],
                    'param'=>1,
                ]
            ],
        ];
return response()->json($data, 200);
```

#### 传输电话号码的url的响应格式

[](#传输电话号码的url的响应格式)

```
code	        int	是	200: 成功，其他失败
reason	        string	是	失败的具体原因
isend	        string	是	true表示没有号码再返回；false表示还有号码未呼，请继续获取号码
nums[].id	string	是	手机或者坐席的唯一标识
nums[].phone	array	是	号码数组
nums[].param	string	是	随路数据id
{
    "code": 200,
    "reason": "ok",
    "isend": "false",
    "nums":[
        {"id":"1", "phone":["13611111111"],"param":"1"},
        {"id":"2", "phone":["13600000000"],"param":"2"}
    ]
}

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity56

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

Unknown

Total

1

Last Release

2319d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/86b8e9a470f77af0d4f040ed68180b1b17a1eb2a801b7fc5084cd5b088f256e7?d=identicon)[BigLight-H](/maintainers/BigLight-H)

### Embed Badge

![Health badge](/badges/wisdom-call-voice/health.svg)

```
[![Health](https://phpackages.com/badges/wisdom-call-voice/health.svg)](https://phpackages.com/packages/wisdom-call-voice)
```

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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