arikaim/api-client

Arikam CMS API客户端

1.0.3 2021-12-12 11:29 UTC

This package is auto-updated.

Last update: 2024-09-06 01:06:30 UTC


README

version: 1.0.0 license: MIT

安装

composer require arikaim/api-client

用法

require 'vendor/autoload.php';

use Arikaim\Client\ArikaimClient;

$apiKey = 'API KEY';
$endpoint = 'SITE URL';

$client = new ArikaimClient($apiKey,$endpoint);