aikom/api-client

This is a php library for working with API Aikom.

1.0.2 2024-02-05 00:05 UTC

This package is auto-updated.

Last update: 2024-04-05 00:39:03 UTC


README

This is a php library for working with API from Aikom

Install client

Usage

$_ENV[] or getenv() $client = new Aikom\ApiClient(getenv("TEST_API_CLIENT"), getenv("TEST_API_PASSWORD"));

$manager = new Aikom\managers\SubjectManager($client);

echo json_encode($manager->index());