arikaim/api-client

Arikam CMS Api client

Fund package maintenance!
Open Collective
Ko Fi

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/arikaim/api-client

1.1.0 2024-11-21 11:04 UTC

This package is auto-updated.

Last update: 2025-09-21 13:12:03 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);