Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arikaim/api-client
- Owner: arikaim
- Created: 2021-06-03T15:22:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-21T11:05:07.000Z (about 2 months ago)
- Last Synced: 2024-12-21T14:08:49.393Z (21 days ago)
- Language: PHP
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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);
```