PHPackages                             sverraest/revolut-php-bundle - 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. sverraest/revolut-php-bundle

ActiveLibrary[API Development](/categories/api)

sverraest/revolut-php-bundle
============================

Symfony PHP Bundle for the Revolut Business API

v1.0.1(8y ago)0256MITPHPCI failing

Since Apr 8Pushed 8y ago1 watchersCompare

[ Source](https://github.com/sverraest/revolut-php-bundle)[ Packagist](https://packagist.org/packages/sverraest/revolut-php-bundle)[ RSS](/packages/sverraest-revolut-php-bundle/feed)WikiDiscussions master Synced yesterday

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

RevolutPHPBundle
================

[](#revolutphpbundle)

Symfony Bundle for RevolutPHP -

[![Build Status](https://camo.githubusercontent.com/cc18d8cb7802ac19fb38f6745cc044edddb732b72e3e5e692fdd6333b76afbee/68747470733a2f2f7472617669732d63692e6f72672f7376657272616573742f7265766f6c75742d7068702d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/sverraest/revolut-php-bundle)[![codecov](https://camo.githubusercontent.com/124854bd48ed3f04125574a203642ab748a10e66e3950d6541355c2326f6c85d/68747470733a2f2f636f6465636f762e696f2f67682f7376657272616573742f7265766f6c75742d7068702d62756e646c652f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/sverraest/revolut-php-bundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/98a413d9234899f08e5b57b965f67d30cded9040e3e6028bbdc53c96e34cb768/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7376657272616573742f7265766f6c75742d7068702d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/sverraest/revolut-php-bundle/?branch=master)[![Maintainability](https://camo.githubusercontent.com/e23f9aa26aa8c10649a7d7afdf4385e2e0030086c21f310e026e2d016ec33681/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f62653239643033613432623463666363343439652f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/sverraest/revolut-php-bundle/maintainability)

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

[](#installation)

This bundle is for Symfony3 and higher.

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

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

```
$ composer require sverraest/revolut-php-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
