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: 2025-05-05 02:56:50 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());