PHPackages                             bright-tech/laravel-aliyunoss-service - 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. bright-tech/laravel-aliyunoss-service

ActiveSdk

bright-tech/laravel-aliyunoss-service
=====================================

阿里云OSS 的 Laravel 封装

v0.1.1(8y ago)02.0k1GNU GENERAL PUBLIC LICENSEPHPPHP &gt;=5.4.0

Since Oct 23Pushed 8y ago2 watchersCompare

[ Source](https://github.com/Bright-Tech/laravel-aliyunoss-service)[ Packagist](https://packagist.org/packages/bright-tech/laravel-aliyunoss-service)[ RSS](/packages/bright-tech-laravel-aliyunoss-service/feed)WikiDiscussions master Synced 2mo ago

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

Laravel Wechat Service
======================

[](#laravel-wechat-service)

Laravel 专用微信SDK服务

\##安装

推荐使用 [composer](http://getcomposer.org/download/) 进行安装.

你可以运行以下命令

```
php composer.phar require bright-tech/laravel-wechat-service

```

或向你的 `composer.json` 文件的 `require` 项中增加

```
"bright-tech/laravel-wechat-service": "*"

```

接下来,执行

```
php artisan vendor:publish

```

将 `wechat.php` 文件部署到config文件夹下。

之后需要将 `WechatServiceProvider` 加入 `config\app.php` 的 `providers` 中

```
'providers' => [
    ...
    bright_tech\laravel\wechat\WechatServiceProvider::class,
]
```

最后增加 alias

```
'aliases' => [
    ...
    'Wechat' => bright_tech\laravel\wechat\WechatServiceFacade::class,
]
```

\##使用 ###初始化

```
    public function getWechat( WechatService $wechatService ){
    ...
    }
```

\###获取Access Token 本Service会自动使用系统中设置的Cache组件缓存AccessToken

```
    $wechatService->getAccessToken()
```

\###发送微信请求 具体可执行的方法请参考 [Wechat PHP SDK](https://github.com/Bright-Tech/wechat-php-sdk/)

```
    $wechatService->getWechatClient()->sendTemplateMessage(...);
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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

2

Last Release

3124d ago

### Community

Maintainers

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

---

Top Contributors

[![SamXiao](https://avatars.githubusercontent.com/u/1905409?v=4)](https://github.com/SamXiao "SamXiao (8 commits)")[![dudashuang](https://avatars.githubusercontent.com/u/18453914?v=4)](https://github.com/dudashuang "dudashuang (2 commits)")

---

Tags

phplaravelsdkaliyunoss

### Embed Badge

![Health badge](/badges/bright-tech-laravel-aliyunoss-service/health.svg)

```
[![Health](https://phpackages.com/badges/bright-tech-laravel-aliyunoss-service/health.svg)](https://phpackages.com/packages/bright-tech-laravel-aliyunoss-service)
```

###  Alternatives

[resend/resend-laravel

Resend for Laravel

1191.4M6](/packages/resend-resend-laravel)[aliyuncs/aliyun-oss-php-sdk-laravel

A simple Laravel 5 and lumen service provider for including the Oss PHP SDK for PHP.

7935.4k2](/packages/aliyuncs-aliyun-oss-php-sdk-laravel)[novu/novu-laravel

Novu for Laravel

12204.3k](/packages/novu-novu-laravel)

PHPackages © 2026

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