arikaim/api-client

Arikam CMS Api client

1.0.3 2021-12-12 11:29 UTC

This package is auto-updated.

Last update: 2024-04-06 00:10:12 UTC


README

version: 1.0.0 license: MIT

Installation

composer require arikaim/api-client

Usage

require 'vendor/autoload.php';

use Arikaim\Client\ArikaimClient;

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

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