PHPackages                             tinfot/laravel-wechat-jssdk - 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. tinfot/laravel-wechat-jssdk

ActiveLibrary[API Development](/categories/api)

tinfot/laravel-wechat-jssdk
===========================

Laravel Wechat JS-SDK

1.0.0(8y ago)223[1 issues](https://github.com/tinfot/laravel-wechat-jssdk/issues)MITPHPPHP &gt;=5.6.4

Since Mar 8Pushed 8y ago1 watchersCompare

[ Source](https://github.com/tinfot/laravel-wechat-jssdk)[ Packagist](https://packagist.org/packages/tinfot/laravel-wechat-jssdk)[ Docs](https://github.com/tinfot/laravel-wechat-jssdk)[ RSS](/packages/tinfot-laravel-wechat-jssdk/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (4)Versions (4)Used By (0)

Laravel Wechat JSSDK for Laravel 5
==================================

[](#laravel-wechat-jssdk-for-laravel-5)

---

[![License](https://camo.githubusercontent.com/7c199f57a2e2c68bb14e188faf5c1b1a7a3f021cb9b724f5a2ad6cbd05b8408a/68747470733a2f2f706f7365722e707567782e6f72672f6d616174776562736974652f657863656c2f6c6963656e73652e706e67)](https://packagist.org/packages/tinfot/laravel-wechat-jssdk)

Installation
============

[](#installation)

Require this package in your composer.json and update composer.

```
composer require tinfot/laravel-wechat-jssdk:dev-master
```

In Laravel 5.5 or higher, this package will be automatically discovered and you can safely skip the following two steps.

If using Laravel 5.4 or lower, after updating composer, add the ServiceProvider to the providers array in config/app.php

```
Tinfot\Wechat\WechatServiceProvider::class,
```

You can use the facade for shorter code; if using Laravel 5.3 or lower, add this to your aliases:

```
'JSSDK' => Tinfot\Wechat\Facades\JSSDK::class,
```

Usage
=====

[](#usage)

```
$model = new \Tinfot\Wechat(config('wechat.app_id'), config('wechat.app_secret'), $request->input('url'));
$model->setSignPackage();
return $model->getSignPackage();
```

Support
=======

[](#support)

Support only through Github. Please don't mail us about issues, make a Github issue instead.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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

Unknown

Total

1

Last Release

3037d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2003257?v=4)[RichardTian](/maintainers/RichardTian)[@richardtian](https://github.com/richardtian)

---

Top Contributors

[![tinfot](https://avatars.githubusercontent.com/u/7608203?v=4)](https://github.com/tinfot "tinfot (13 commits)")

---

Tags

laravelwechatjssdklaravel-wechat-jssdk

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tinfot-laravel-wechat-jssdk/health.svg)

```
[![Health](https://phpackages.com/badges/tinfot-laravel-wechat-jssdk/health.svg)](https://phpackages.com/packages/tinfot-laravel-wechat-jssdk)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M932](/packages/statamic-cms)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.7M220](/packages/backpack-crud)[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k9.5M84](/packages/openai-php-laravel)[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[mozex/anthropic-laravel

Laravel integration for the Anthropic API: facade, config publishing, install command, testing fakes, messages, streaming, tool use, thinking, and batches.

73287.1k1](/packages/mozex-anthropic-laravel)

PHPackages © 2026

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