Simple wrapper package for Billingo invoice app API
zoparga/billingo-laravel is a Laravel package for simple wrapper package for billingo invoice app api.
It currently has 0 GitHub stars and 391 downloads on Packagist (latest version 0.9).
Install it with composer require zoparga/billingo-laravel.
Discover more Laravel packages by zoparga
or browse all Laravel packages to compare alternatives.
Last updated
This is an API wrapper for Billingo
You can install the package via composer:
composer require zoparga/billingo-laravel
Publish config file
php artisan vendor:publish --provider="zoparga\BillingoLaravel\BillingoLaravelServiceProvider" --tag="config"
You get a new config file with the name of billingo-laravel.
Add your API key here, or you can extend you .env file:
BILLINGO_API_KEY=""
BILLINGO_INVOICE_BLOCK_ID=""
BILLINGO_RECEIPT_BLOCK_ID=""
Please check the following docs folder under __docs.
Please check the examples under _examples folder.
Please check the examples under __docs/variables_to_use folder.
Invoice (document)
The MIT License (MIT). Please see License File for more information.