Download the PHP package otisz/laravel-billingo without Composer
On this page you can find all versions of the php package otisz/laravel-billingo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package laravel-billingo
Laravel Billingo
Billingo API integration for Laravel.
Laravel Billingo V3 is under development.
Roadmap
- [x] Implement invoices service (2019. 03. 25.)
- [x] Refactor documents of services (2019. 03. 25.)
- [x] Use custom connector package (2019. 04. 17.)
- [x] Implement products service (2019. 06. 09.)
- [x] Implement expenses service (2019. 06. 09.)
- [x] Implement recurring service (2019. 06. 09.)
- [x] Implement bank accounts service (2019. 06. 09.)
- [x] Implement payment methods service (2019. 06. 09.)
- [x] Implement vat service (2019. 06. 09.)
- [x] Implement currency service (2019. 06. 09.)
- [ ] Add further docs
Dependencies
- PHP: ^7.1
- illuminate/support: ^5.0
Install
You can install the package via Composer
In Laravel 5.5 or above the service provider will automatically get registered. In older versions of the framework just add the service provider in config/app.php
file:
You can publish the config file with:
When published, the config/billingo.php
config file contains:
Config
Before you can use the Billingo service provider you have configure it with your API keys. You can access your API keys here: https://www.billingo.hu/api.
Usage
- Clients Check out Clients.md
- Invoices Check out Invoices.md
- Products (doc is coming soon)
- Bank accounts (doc is coming soon)
- Currency (doc is coming soon)
- Expenses (doc is coming soon)
- Payment methods (doc is coming soon)
- Recurring (doc is coming soon)
- Vat (doc is coming soon)
Testing
Contributing
Security Vulnerabilities
If you discover any security-related issues, please email [email protected] instead of using the issue tracker. All security vulnerabilities will be promptly addressed.
Licence
The Laravel Billingo package is open-source software licensed under the MIT license.
All versions of laravel-billingo with dependencies
ext-json Version *
illuminate/support Version 5.8.*|~6.0|~7.0|~8.0|~9.0|~10.0
guzzlehttp/guzzle Version ~6.0|~7.0
firebase/php-jwt Version ^5.0|^6.0