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

ActiveLibrary

yc-hwc/laravel-akulaku
======================

PHP Akulaku SDK

1.0.0(3y ago)05[1 issues](https://github.com/yc-hwc/laravel-akulaku/issues)proprietaryPHPPHP &gt;=8.0

Since Nov 23Pushed 3y ago1 watchersCompare

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

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

laravel-akulaku
===============

[](#laravel-akulaku)

akulaku v1 SDK

#### 安装教程

[](#安装教程)

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

```

### 用法

[](#用法)

---

#### 配置

[](#配置)

```
    $config = [
        'akulakuUrl'  => '',
        'appId'       => '',
        'accessToken' => '',
        'privateKey'  => '',
    ];

    $akulakuSDK = \PHPAkulaku\AkulakuSDK::config($config);

```

#### [店铺授权](https://developer.akulaku.com/documentation?filename=overview%2Fopen-api-authentication.md)

[](#店铺授权)

```
    $config = [
        'akulakuUrl' => '',
    ];
    $akulakuSDK = \PHPAkulaku\AkulakuSDK::config($config);

    return ['redirectUrl' => $akulakuSDK->shopAuth()
        ->api('login')
        ->withQueryString([
            'clientId'     => '',
            'responseType' => 'code',
            'scope'        => 'all',
            'redirectUri'  => '',
        ])
        ->fullUrl()];

```

#### [订单列表](https://developer.akulaku.com/documentation?filename=order%2Forder-list.md)

[](#订单列表)

```
    $config = [
        'akulakuUrl'  => '',
        'appId'       => '',
        'accessToken' => '',
        'privateKey'  => '',
    ];
    $akulakuSDK = \PHPAkulaku\AkulakuSDK::config($config);
    $response = $akulakuSDK->order()->api('list') // /v1/open/order/list
        ->withBody([
            'pageSize' => 100,
        ])->post();
    print_r($response);

    tips: /开头为绝对路径uri,不是/开头为相对路径uri,建议使用绝对路径uri

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

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

Unknown

Total

1

Last Release

1267d 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 (7 commits)")

### Embed Badge

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

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

###  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)
