kuusamo/api

Kuusamo API client

Installs: 138

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/kuusamo/api

2.3.0 2023-03-17 18:58 UTC

This package is auto-updated.

Last update: 2025-09-18 00:10:51 UTC


README

Latest Stable Version Total Downloads License Build Status

This library is designed to integrate into your existing application to allow you to talk to your Kuusamo instance.

Install it:

composer require kuusamo/api

Use it:

$client = Kuusamo\Api\ClientFactory::create(
    'example-key',
    'example-secret',
    'https://example.com/api'
);

$response = $client->get('/test');

Enjoy!