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

ActiveLibrary[API Development](/categories/api)

ikerlin/laravel-wechat-jssdk
============================

laravel wechat js-sdk

1.0.1(7y ago)034PHPPHP &gt;=5.5.9

Since Nov 14Pushed 7y ago1 watchersCompare

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

READMEChangelog (2)DependenciesVersions (3)Used By (0)

```
use WechatDev\WechatJSSDK;

Route::get('/', function () {
	//default
	$signPackage = WechatJSSDK::set("your_appid","your_appsecrect")->getSignPackage();

	//or specify share link
	$signPackage = WechatJSSDK::set("your_appid","your_appsecrect")
		->setShareLink('https://google.com')
		->getSignPackage();

	//or add protocol and hostname automatically
	$signPackage = WechatJSSDK::set("your_appid","your_appsecrect")
		->setShareLink('/test',true) //https://hostname/test
		->getSignPackage();

	return view('welcome',["signPackage"=>$signPackage]);
});
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Every ~0 days

Total

2

Last Release

2785d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/871958?v=4)[Chris Kerlin](/maintainers/kerlin)[@kerlin](https://github.com/kerlin)

---

Top Contributors

[![freyo](https://avatars.githubusercontent.com/u/13034231?v=4)](https://github.com/freyo "freyo (15 commits)")

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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