PHPackages                             tavux/qonto-laravel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. tavux/qonto-laravel

ActiveLibrary[API Development](/categories/api)

tavux/qonto-laravel
===================

Qonto client for Laravel 5 and 6

1.0.0(6y ago)215MITPHP

Since Dec 5Pushed 6y ago1 watchersCompare

[ Source](https://github.com/tavux/qonto-laravel)[ Packagist](https://packagist.org/packages/tavux/qonto-laravel)[ Docs](https://github.com/tavux/qonto-laravel)[ RSS](/packages/tavux-qonto-laravel/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

*qonto-laravel*
===============

[](#qonto-laravel)

What is *Qonto* ?
-----------------

[](#what-is-qonto--)

Qonto is a new bank company for freelancers &amp; companies (more infos : [qonto.eu](qonto.eu))

What is **qonto-laravel** ?
---------------------------

[](#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](https://github.com/tavux/qonto-php).

*qonto-laravel* only supports the second version of Qonto API.

How to install it ?
-------------------

[](#how-to-install-it-)

- `composer require tavux/qonto-laravel`
- If Laravel version &lt; 5.8 :
    - Add `\Tavux\Qonto\Laravel\QontoServiceProvider::class` to your providers in `config/app.php`
    - Add `'Qonto' => \Tavux\Qonto\Laravel\Facades\Qonto::class` to your aliases in `config/app.php`
- `php artisan vendor:publish --tag=qonto`
- edit `.env` and add `QONTO_LOGIN` and `QONTO_SECRET_KEY` with your API credentials (see )

How to use it ?
---------------

[](#how-to-use-it-)

#### *Qonto* API Documentation

[](#qonto-api-documentation)

[Qonto API v2 Documentation](https://api-doc.qonto.eu/2.0/welcome/authentication)

#### *qonto-laravel* Documentation

[](#qonto-laravel-documentation)

```
   /**
    * @method static \Tavux\Qonto\Models\Attachment getAttachment(string $id)
    * @method static \Tavux\Qonto\Models\Organization getOrganization(string $id)
    * @method static \Tavux\Qonto\Models\Labels listLabels(int $current_page=null, int $per_page=null)
    * @method static \Tavux\Qonto\Models\Memberships listMemberships(int $current_page=null, int $per_page=null)
    * @method static \Tavux\Qonto\Models\Transactions listTransactions($slug, string $iban=null, string $status=null, string $updated_at_from=null, string $updated_at_to=null, string $settled_at_from=null, string $settled_at_to=null, string $sort_by=null, int $current_page=null, int $per_page=null)
    * @method static void setCredentials($login, $secret_key)
    */
```

#### Example

[](#example)

```
try {
    $organization = Qonto::getOrganization('company_id');
    $transactions = Qonto::listTransactions($organization->bank_accounts[0]->slug);
    $labels = Qonto::listLabels();
    $memberships = Qonto::listMemberships();

    var_dump($organization, $transactions, $labels, $memberships);
} catch (\GuzzleHttp\Exception\GuzzleException $e) {
    echo $e->getMessage();
}
```

Author
------

[](#author)

*qonto-laravel* has been initiated by [Tavux](https://tavux.tech).

License
-------

[](#license)

MIT Licence. Refer to the [LICENSE](https://github.com/tavux/qonto-laravel/blob/master/LICENSE) file to get more info.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

4

Last Release

2397d ago

Major Versions

0.9.2 → 1.0.02019-12-09

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/118226?v=4)[Tavux](/maintainers/tavux)[@tavux](https://github.com/tavux)

---

Top Contributors

[![SelimTavukcuoglu](https://avatars.githubusercontent.com/u/4791044?v=4)](https://github.com/SelimTavukcuoglu "SelimTavukcuoglu (11 commits)")

---

Tags

qonto-apiqonto-laravelqonto-php

### Embed Badge

![Health badge](/badges/tavux-qonto-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/tavux-qonto-laravel/health.svg)](https://phpackages.com/packages/tavux-qonto-laravel)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k13](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
