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 yesterday

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

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

2737d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a92d4f7722cb8bed6fb2fc5d75de440fbe2de2173a77131580a6d2ccb4ceb8ad?d=identicon)[kerlin](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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