Maintainers

Package info

github.com/limingxinleo/whalet

pkg:composer/limingxinleo/whalet

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2025-12-03 10:22 UTC

This package is auto-updated.

Last update: 2026-03-03 10:47:09 UTC


README

如何使用

Hyperf框架

增加配置 config/autoload/whalet.php

return [
    'partner_id' => 0,
    'client_id' => '',
    'secret_key' => '',
    'hmac_key' => '',
    'aes_key' => '',
    'webhook_url' => '',
    'environment' => 'prod',
];