https://github.com/arikaim/api-client
Arikam CMS Api client
https://github.com/arikaim/api-client
Last synced: 3 months 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-21T11:05:07.000Z (8 months ago)
- Last Synced: 2025-03-25T11:01:45.855Z (4 months ago)
- Language: PHP
- Size: 18.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
## Arikaim CMS Api Client

### 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);
```