aikom/api-client

This is a php library for working with API Aikom.

Maintainers

Package info

github.com/kfeniks/aikom-api-php-client

Homepage

pkg:composer/aikom/api-client

Statistics

Installs: 9

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.2 2024-02-05 00:05 UTC

This package is auto-updated.

Last update: 2026-04-05 04:48:59 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());