Download the PHP package tavux/qonto-laravel without Composer
On this page you can find all versions of the php package tavux/qonto-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tavux/qonto-laravel
More information about tavux/qonto-laravel
Files in tavux/qonto-laravel
Download tavux/qonto-laravel
More information about tavux/qonto-laravel
Files in tavux/qonto-laravel
Vendor tavux
Package qonto-laravel
Short Description Qonto client for Laravel 5 and 6
License MIT
Homepage https://github.com/tavux/qonto-laravel
Package qonto-laravel
Short Description Qonto client for Laravel 5 and 6
License MIT
Homepage https://github.com/tavux/qonto-laravel
Please rate this library. Is it a good library?
Informations about the package qonto-laravel
qonto-laravel
What is Qonto ?
Qonto is a new bank company for freelancers & companies (more infos : qonto.eu)
What is qonto-laravel ?
Qonto provides an API for companies to get data from their bank account.
qonto-laravel is a client, for Laravel 5+ (and 6), to request this API. It uses qonto-php.
qonto-laravel only supports the second version of Qonto API.
How to install it ?
composer require tavux/qonto-laravel
- If Laravel version < 5.8 :
- Add
\Tavux\Qonto\Laravel\QontoServiceProvider::class
to your providers inconfig/app.php
- Add
'Qonto' => \Tavux\Qonto\Laravel\Facades\Qonto::class
to your aliases inconfig/app.php
- Add
php artisan vendor:publish --tag=qonto
- edit
.env
and addQONTO_LOGIN
andQONTO_SECRET_KEY
with your API credentials (see https://api-doc.qonto.eu/2.0/welcome/authentication)
How to use it ?
Qonto API Documentation
qonto-laravel Documentation
Example
Author
qonto-laravel has been initiated by Tavux.
License
MIT Licence. Refer to the LICENSE file to get more info.
All versions of qonto-laravel with dependencies
PHP Build Version
Package Version
Requires
tavux/qonto-php Version
1.0.0
The package tavux/qonto-laravel contains the following files
Loading the files please wait ....