ferromariano / alby-hub-api
Client AlbyHub Api
Package info
github.com/ferromariano/alby-hub-api
Type:api-client
pkg:composer/ferromariano/alby-hub-api
dev-main
2025-06-21 05:42 UTC
Requires
- php: >=8.3
This package is auto-updated.
Last update: 2026-03-21 07:23:11 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