Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arikaim/api-client

Arikam CMS Api client
https://github.com/arikaim/api-client

Last synced: 6 days ago
JSON representation

Arikam CMS Api client

Awesome Lists containing this project

README

        

## Arikaim CMS Api Client
![version: 1.0.0](https://img.shields.io/github/release/arikaim/api-client.svg)
![license: MIT](https://img.shields.io/badge/License-MIT-blue.svg)

### Installation

```sh
composer require arikaim/api-client
```

### Usage

```php

require 'vendor/autoload.php';

use Arikaim\Client\ArikaimClient;

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

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

```