ydg/hw365-sdk

海威365特权SDK

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

This package is auto-updated.

Last update: 2024-09-27 06:17:19 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,
]);