Looking to hire Laravel developers? Try LaraJobs
This package is not available.

billingo-laravel maintained by zoparga

Description
Simple wrapper package for Billingo invoice app API
Author
Last update
2023/02/03 10:09 (dev-main)
License
Links
Downloads
391

Comments
comments powered by Disqus

About the package

This is an API wrapper for Billingo

Installation

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=""

Need to fill before live

Docs are low, but examples are full!

Please check the following docs folder under __docs.

Examples

Please check the examples under _examples folder.

Variables, to use

Please check the examples under __docs/variables_to_use folder.

TODO

Invoice (document)

  • cancel document
  • save sent data to local database
  • interval check, to keep sync Billingo & local db data
  • proper logging

Credits

License

The MIT License (MIT). Please see License File for more information.