PHPackages                             skybao1024/alipush - 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. [API Development](/categories/api)
4. /
5. skybao1024/alipush

ActiveLibrary[API Development](/categories/api)

skybao1024/alipush
==================

The Push SDK for Aliyun OpenAPI

1.0(7y ago)06671MITPHPPHP &gt;=5.3.0

Since Dec 25Pushed 7y agoCompare

[ Source](https://github.com/skybao1024/alipush)[ Packagist](https://packagist.org/packages/skybao1024/alipush)[ Docs](https://github.com/skybao1024/alipush)[ RSS](/packages/skybao1024-alipush/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

此版本 是官方SDK openApi 2.0 版本 composer 封装
=====================================

[](#此版本-是官方sdk-openapi-20-版本-composer-封装)

composer 安装后 使用如下
=================

[](#composer-安装后-使用如下)

```
//初始化 核心sdk
new Aliyun\Core\Config();

$accessKeyId     = '你的accessKeyId ';
$accessKeySecret = '你的 accessKeySecret';

$iClientProfile = Aliyun\Core\Profile\DefaultProfile::getProfile("cn-hangzhou", $accessKeyId, $accessKeySecret);
$client         = new \Aliyun\Core\DefaultAcsClient($iClientProfile);
$request        = new \Push\Request\V20160801\PushRequest();

//中间各种初始化 赋值操作
//详情看 vendor\wuheng\aliyun-open-api-push\Push\Request\V20160801\PushRequest.php
//里面的代码

$request->setAppKey('你的用用 appkey');
$request->setTitle('推送标题');
$request->setBody('推送内容');

//各种参数 赋值
//.......................................

//发送推送
$client->getAcsResponse($this->request);
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

2692d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6551c0ad6bc35caaa88b4d17e397ce3f3a65ccd9b9be18710095a547d6987f1f?d=identicon)[skybao](/maintainers/skybao)

---

Top Contributors

[![skybao1024](https://avatars.githubusercontent.com/u/46104994?v=4)](https://github.com/skybao1024 "skybao1024 (3 commits)")

---

Tags

phppushaliyunemas

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/skybao1024-alipush/health.svg)

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

PHPackages © 2026

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