ferromariano/alby-hub-api

Client AlbyHub Api

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:api-client

pkg:composer/ferromariano/alby-hub-api

dev-main 2025-06-21 05:42 UTC

This package is auto-updated.

Last update: 2025-12-21 06:45:44 UTC


README

Client AlbyHub

Example

<?php

use AlbyHubApiClient\albyHubClient;

$client = new albyHubClient(
    'http://url/',
    'XXXXXXXXXXXXXXXX_TOKEN_XXXXXXXXXXXXXXXXXXXXXX'
);


var_dump($client->getSpendables());

Resources

  • Alby/hub
  • Documentation: Unfortunately Alby Hub does not present any documentation about its API, this client was made by reading the code