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
Requires
- php: >=8.3
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