PHPackages                             a307012821/yii2-tencent-ai - 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. a307012821/yii2-tencent-ai

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

a307012821/yii2-tencent-ai
==========================

腾讯ai接sdk

232PHP

Since Jan 3Pushed 7y ago1 watchersCompare

[ Source](https://github.com/a307012821/yii2-tencent-ai)[ Packagist](https://packagist.org/packages/a307012821/yii2-tencent-ai)[ RSS](/packages/a307012821-yii2-tencent-ai/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-tencent-ai
===============

[](#yii2-tencent-ai)

Voice Translation of Tencent Voice AI Interface

```
composer require a307012821/yii2-tencent-ai dev-master

```

### example

[](#example)

```
$base = file_get_contents("./source/3.mp3");
$base = base64_encode($base);
$app = App::SpeechRecognition([
            "app_id"  => "",
            "app_key" => ""
        ]);
$result = $app->translate([
            'format'       => '8',
            'seq'          => '0',
            'end'          => '1',
            'session_id'   => 'test1',
            'speech_chunk' => $base,
            'source'       => 'zh',
            'target'       => 'zh',
]);

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

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/efff2523d33b9884c1d3deac2ae164120f10e7eb911681a057b92dcc64aa75fa?d=identicon)[a307012821](/maintainers/a307012821)

---

Top Contributors

[![a307012821](https://avatars.githubusercontent.com/u/17972807?v=4)](https://github.com/a307012821 "a307012821 (12 commits)")

### Embed Badge

![Health badge](/badges/a307012821-yii2-tencent-ai/health.svg)

```
[![Health](https://phpackages.com/badges/a307012821-yii2-tencent-ai/health.svg)](https://phpackages.com/packages/a307012821-yii2-tencent-ai)
```

###  Alternatives

[magefan/module-auto-related-product

Extend native Magento Up-Sells, Cross-Sells, and Related products

1834.7k2](/packages/magefan-module-auto-related-product)[klisl/laravel-widgets

Package for using widgets in Laravel-5

103.7k](/packages/klisl-laravel-widgets)

PHPackages © 2026

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