PHPackages                             rongqiangqin/getui - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. rongqiangqin/getui

ActivePhp-packages[Mail &amp; Notifications](/categories/mail)

rongqiangqin/getui
==================

个推,app push推送,andorid,ios

1.0.2(7y ago)08MITPHP

Since Dec 10Pushed 7y ago1 watchersCompare

[ Source](https://github.com/xiaopenggithub/getui)[ Packagist](https://packagist.org/packages/rongqiangqin/getui)[ RSS](/packages/rongqiangqin-getui/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (5)Used By (0)

getui
=====

[](#getui)

个推,app push推送,andorid,ios

\#使用方法

```
  use rongqiangqin\baiduspeech\AipSpeech;

  $APP_ID = 'your-id';
  $API_KEY = 'your-key';
  $SECRET_KEY = 'your-key';

  $client = new AipSpeech($APP_ID, $API_KEY, $SECRET_KEY);

  $text="你好,百度";

  $result = $client->synthesis($text, 'zh', 1, array(
      'vol' => 5,//音量，取值0-15，默认为5中音量
      'per' => 1,//发音人选择, 0为普通女声，1为普通男生，3为情感合成-度逍遥，4为情感合成-度丫丫，默认为普通女声
      'spd' => 7,//语速，取值0-15，默认为5中语速
  ));

  // 识别正确返回语音二进制 错误则返回json 参照下面错误码
  if(!is_array($result)){
      file_put_contents('audio.mp3', $result);
  }

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

2710d ago

Major Versions

0.0.1 → 1.0.02018-12-10

### Community

Maintainers

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

---

Top Contributors

[![xiaopenggithub](https://avatars.githubusercontent.com/u/20268389?v=4)](https://github.com/xiaopenggithub "xiaopenggithub (5 commits)")

---

Tags

isoGeTuiandroid

### Embed Badge

![Health badge](/badges/rongqiangqin-getui/health.svg)

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

###  Alternatives

[sly/notification-pusher

Standalone PHP library for easy devices notifications push.

1.2k2.8M15](/packages/sly-notification-pusher)[paragraph1/php-fcm

PHP application server for google firebase cloud messaging (FCM)

1991.2M10](/packages/paragraph1-php-fcm)[ivkos/pushbullet

Push notifications to devices and browsers via Pushbullet

21862.6k2](/packages/ivkos-pushbullet)[redjanym/php-firebase-cloud-messaging

PHP SDK for Firebase Cloud Messaging from Google

39847.9k1](/packages/redjanym-php-firebase-cloud-messaging)[redjanym/fcm-bundle

A Symfony Bundle for projects to send notifications in mobile devices through Firebase Cloud Messaging HTTP V1 API

43453.0k](/packages/redjanym-fcm-bundle)[sly/pushover

A PHP library for easy PushOver service use: send real-time notifications to your Android and iOS devices.

3431.6k2](/packages/sly-pushover)

PHPackages © 2026

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