tomsjac/client-api-connect

基于 JWT 的 API 连接类

1.1.1 2020-06-12 07:19 UTC

This package is not auto-updated.

Last update: 2022-10-15 08:52:15 UTC


README

使用 JSONP 的客户端 API

api-client 类简化了使用 Guzzle 库连接到远程服务器(API)的过程。目前支持的认证方法是 JWT(JSON Web Token)

要求

特性

安装

  1. 克隆项目或添加 composer 包
  2. 运行 composer install