Download the PHP package nihilsen/laravel-boxbilling without Composer
On this page you can find all versions of the php package nihilsen/laravel-boxbilling. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nihilsen/laravel-boxbilling
More information about nihilsen/laravel-boxbilling
Files in nihilsen/laravel-boxbilling
Package laravel-boxbilling
Short Description A BoxBilling API bridge for Laravel.
License MIT
Homepage https://github.com/nihilsen/laravel-boxbilling
Informations about the package laravel-boxbilling
A minimalist BoxBilling API bridge for Laravel.
This package adds a simple interface for interacting with the API of a BoxBilling instance.
Basic authentication via a token is supported for Client
and Admin
endpoints.
Installation
You can install the package via composer:
If you wish, you may publish the config file with:
In the published config file, you may configure the url
for the BoxBilling instance as well as the token
for authenticated requests:
Alternatively, you may configure these options via your .env
enviroment file:
Usage
API calls follow a format similar to that used internally in BoxBilling.
The starting point should always be the BoxBilling
facade.
Request parameters MUST be passed as named parameters.
Paginated results
Paginated results are collected into a Nihilsen\BoxBilling\Collection
instance, which is subclass of Illuminate\Support\LazyCollection
.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
- nihilsen
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-boxbilling with dependencies
spatie/laravel-package-tools Version ^1.13.0
illuminate/contracts Version ^9.0