PHPackages                             yc-hwc/laravel-thisshop - 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. yc-hwc/laravel-thisshop

ActiveLibrary

yc-hwc/laravel-thisshop
=======================

PHP Thisshop SDK

v1.0.2(3y ago)011proprietaryPHPPHP &gt;=8.0

Since Apr 4Pushed 3y ago1 watchersCompare

[ Source](https://github.com/yc-hwc/laravel-thisshop)[ Packagist](https://packagist.org/packages/yc-hwc/laravel-thisshop)[ RSS](/packages/yc-hwc-laravel-thisshop/feed)WikiDiscussions main Synced 1mo ago

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

laravel-thisshop
================

[](#laravel-thisshop)

thisshop SDK

#### 安装教程

[](#安装教程)

```
composer require yc-hwc/laravel-thisshop

```

### 用法

[](#用法)

---

#### 配置

[](#配置)

```
    $config = [
       'thisshopkUrl' => '',
       'appId'        => '',
       'appSecret'    => '',
       'signSecret'   => '',
       'token'        => '',
    ];

    $thisshopSDK = \PHPThisshop\ThisshopSDK::config($config);

```

#### [token获取](https://help.thisshop.com/article/detail/tiakiseg)

[](#token获取)

```
    $config = [
        'thisshopkUrl' => '',
        'appId'        => '',
        'appSecret'    => '',
    ];

    $thisshopSDK = \PHPThisshop\ThisshopSDK::config($config);
    $response = $thisshopSDK->accessToken()->post();
    print_r($response);

```

#### [token校验](https://help.thisshop.com/article/detail/tiakiseg)

[](#token校验)

```
    $config = [
        'thisshopkUrl' => '',
        'appId'        => '',
        'appSecret'    => '',
        'token'        => ''
    ];

    $thisshopSDK = \PHPThisshop\ThisshopSDK::config($config);
    $response = $thisshopSDK->tokenCheck()->post();
    print_r($response);

```

#### [订单列表Order list ](https://help.thisshop.com/article/detail/fvkctjne)

[](#订单列表order-list-)

```
    $config = [
        'thisshopkUrl' => '',
        'appId'        => '',
        'signSecret'   => '',
        'token'        => '',
    ];

    $thisshopSDK = \PHPThisshop\ThisshopSDK::config($config);
    $response = $thisshopSDK->business()
        ->withMethod('thisshop.order.list.get')
        ->withData([
            'orderStatus' => 0,
        ])
        ->post();
    print_r($response);

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

1135d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4d3709823f90975a654e458dfe71f91bd70e628f2f225d33e1588810abd67bb2?d=identicon)[huangweijie](/maintainers/huangweijie)

---

Top Contributors

[![huangweijie0308](https://avatars.githubusercontent.com/u/33050752?v=4)](https://github.com/huangweijie0308 "huangweijie0308 (5 commits)")

### Embed Badge

![Health badge](/badges/yc-hwc-laravel-thisshop/health.svg)

```
[![Health](https://phpackages.com/badges/yc-hwc-laravel-thisshop/health.svg)](https://phpackages.com/packages/yc-hwc-laravel-thisshop)
```

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)

PHPackages © 2026

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