Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Releases: Persaeus/laravel-boxbilling

v0.2.1

16 Oct 03:06
377756f
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

What's Changed

  • Add support for paginated API results by @nihilsen in #3

Full Changelog: v0.2.0...v0.2.1

v0.2.0

11 Oct 05:42
fd805b8
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.1...v0.2.0

v0.1.1

10 Oct 07:45
6985764
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

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

10 Oct 03:05
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

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