Skip to content

pf070811/kongClent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

#使用

<?php

require_once __DIR__ . '/vendor/autoload.php';

use kongClient\Client;
$config = [
    'gate_way_url' => '',
    'api_key' => '',
    'api_secret' => '',
    'client_name' => '',
    'link_tag' => '&',
];

$client = new Client($config);

$path = '';
$res = $client->request($path);
var_export($res);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages