This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
Releases: Persaeus/laravel-boxbilling
Releases · Persaeus/laravel-boxbilling
v0.2.1
v0.2.0
v0.1.1
Add support for logging in as a client of given client_id
, to query endpoints in the Client
API:
use Nihilsen\FOSSBilling\Facades\FOSSBilling;
# Get client profile (endpoint: client/profile/get)
$profile = FOSSBilling::client(id: 42)->profile_get();
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
Supports querying the API of a FOSSBilling instance. Support basic authentication via API token for privileged API endpoints.
New Contributors
Full Changelog: https://github.com/nihilsen/laravel-fossbilling/commits/v0.1.0