ferromariano/alby-hub-api

Client AlbyHub Api

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

This package is auto-updated.

Last update: 2025-06-21 05:44:54 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