ydg/hw365-sdk

海威365特权SDK

Installs: 2 119

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/ydg/hw365-sdk

v1.0.0 2023-07-27 03:22 UTC

This package is auto-updated.

Last update: 2025-10-27 08:31:54 UTC


README

海威特权开放平台

Install the latest version with

$ composer require ydg/hw365-sdk
<?php

use Ydg\Hw365Sdk\Hw365;

$app = new Hw365([
    'share_code' => 'your share_code',
    'secret_key' => 'your secret_key',
]);
$app->kfc->entrance([
    'user_id' => 1,
]);