API CLIENT - QONTO
A simple Object Oriented wrapper for Qonto API, written with PHP5.
Use Qonto API V2.
- PHP >= 5.4
- Guzzle library
Via Composer :
$ composer require payetconsulting/qonto-api-client
<?php
// This file is generated by Composer
require_once __DIR__ . '/vendor/autoload.php';
$client = new \QontoClient\Controller\Client("LoginApi", "SecretKey");
$organization = $client->getOrganization();
$transactions = $client->getTransactions();
qonto-api-client
is licensed under the MIT License - see the LICENSE file for details
Qonto - la banque en ligne pour les TPE et PME