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)016MITPHPCI failing

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 today

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 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity57

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

2375d ago

### Community

Maintainers

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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k39](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[oat-sa/tao-core

TAO core extension

66143.7k124](/packages/oat-sa-tao-core)

PHPackages © 2026

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