PHPackages                             vdbelt/laravel-revolut - 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. [Payment Processing](/categories/payments)
4. /
5. vdbelt/laravel-revolut

ActiveLibrary[Payment Processing](/categories/payments)

vdbelt/laravel-revolut
======================

A Laravel wrapper for the Revolut Business API

v1.1(6y ago)64.9k↓50%4[1 PRs](https://github.com/vdbelt/laravel-revolut/pulls)MITPHPPHP ^5.5.9 || ^7.0CI failing

Since Jun 23Pushed 3y ago2 watchersCompare

[ Source](https://github.com/vdbelt/laravel-revolut)[ Packagist](https://packagist.org/packages/vdbelt/laravel-revolut)[ RSS](/packages/vdbelt-laravel-revolut/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (8)Versions (3)Used By (0)

Laravel Revolut [![Build Status](https://camo.githubusercontent.com/b2f360b90ff3053961292aad75d401ce8aa4f72f449571fe3605a27f973b4b83/68747470733a2f2f7472617669732d63692e6f72672f766462656c742f6c61726176656c2d7265766f6c75742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/vdbelt/laravel-revolut)
=================================================================================================================================================================================================================================================================================================================

[](#laravel-revolut-)

Laravel wrapper for the [revolut-php](https://github.com/sverraest/revolut-php) package developed by Simon Verraest

Installation
------------

[](#installation)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this package:

```
$ composer require vdbelt/laravel-revolut
```

Laravel 5.5+ will use the auto-discovery function.

In Laravel 5.4 (or if you are not using auto-discovery) register the service provider by adding it to the `providers` key in `config/app.php`. Also register the facade by adding it to the `aliases` key in `config/app.php`.

```
'providers' => [
    ...
    Vdbelt\LaravelRevolut\LaravelRevolutServiceProvider::class,
],

'aliases' => [
    ...
    'Revolut' => Vdbelt\LaravelRevolut\Facades\Revolut::class,
]
```

Configuration
-------------

[](#configuration)

Add the following section to your config/services.php configuration file:

```
...
'revolut' => [
    'key' => 'XXXXXXXXX',
    'sandbox' => true
]
...
```

Usage
-----

[](#usage)

Here you can see a few examples of just how simple this package is to use.

### Accounts API

[](#accounts-api)

```
$accounts = Revolut::accounts()->all();
$account = Revolut::accounts()->get('foo');
$accountDetails = Revolut::accounts()->getDetails('foo');
```

### Payments API

[](#payments-api)

```
$payment = [
  'request_id' => 'e0cbf84637264ee082a848b',
  'account_id' => 'bdab1c20-8d8c-430d-b967-87ac01af060c',
  'receiver' => [
    'counterparty_id' => '5138z40d1-05bb-49c0-b130-75e8cf2f7693',
    'account_id' => 'db7c73d3-b0df-4e0e-8a9a-f42aa99f52ab'
  ],
  'amount' => 123.11,
  'currency' => 'EUR',
  'reference' => 'Invoice payment #123'
];

$payment = Revolut::payments()->create($payment);
```

For more examples, check out the usage intructions for [revolut-php](https://github.com/sverraest/revolut-php#usage-details)

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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 ~450 days

Total

2

Last Release

2430d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f7a49a1e2df69990aee0d7853da01b8c2b6399e82226a02f6582fb8ddc24c804?d=identicon)[vdbelt](/maintainers/vdbelt)

---

Top Contributors

[![vdbelt](https://avatars.githubusercontent.com/u/11087503?v=4)](https://github.com/vdbelt "vdbelt (6 commits)")

---

Tags

laravelrevolutlaravelpaymentpaymentssepaBankingrevolutwiretransfer

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/vdbelt-laravel-revolut/health.svg)

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

###  Alternatives

[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

852.2k1](/packages/musahmusah-laravel-multipayment-gateways)[dena-a/iran-payment

a Laravel package to handle Internet Payment Gateways for Iran Banking System

312.4k1](/packages/dena-a-iran-payment)[parsisolution/gateway

A Laravel package for connecting to all Iraninan payment gateways

231.7k](/packages/parsisolution-gateway)

PHPackages © 2026

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