Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sverraest/revolut-php-bundle
🎶 Symfony Bundle for RevolutPHP
https://github.com/sverraest/revolut-php-bundle
revolut revolut-php symfony symfony-bundle symfony-flex symfony3 symfony4
Last synced: about 1 month ago
JSON representation
🎶 Symfony Bundle for RevolutPHP
- Host: GitHub
- URL: https://github.com/sverraest/revolut-php-bundle
- Owner: sverraest
- License: other
- Created: 2018-04-08T13:37:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-08T20:48:13.000Z (over 6 years ago)
- Last Synced: 2024-09-30T16:22:36.535Z (about 2 months ago)
- Topics: revolut, revolut-php, symfony, symfony-bundle, symfony-flex, symfony3, symfony4
- Language: PHP
- Homepage: https://github.com/sverraest/revolut-php
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# RevolutPHPBundle
Symfony Bundle for RevolutPHP - https://github.com/sverraest/revolut-php
[![Build Status](https://travis-ci.org/sverraest/revolut-php-bundle.svg?branch=master)](https://travis-ci.org/sverraest/revolut-php-bundle)
[![codecov](https://codecov.io/gh/sverraest/revolut-php-bundle/branch/master/graph/badge.svg)](https://codecov.io/gh/sverraest/revolut-php-bundle)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/sverraest/revolut-php-bundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/sverraest/revolut-php-bundle/?branch=master)
[![Maintainability](https://api.codeclimate.com/v1/badges/be29d03a42b4cfcc449e/maintainability)](https://codeclimate.com/github/sverraest/revolut-php-bundle/maintainability)## Installation
This bundle is for Symfony3 and higher.
### 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:```console
$ 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
Then, enable the bundle by adding it to the list of registered bundles
in the `app/AppKernel.php` file of your project:```php
get('revolut_php.client');
print_r($revolut->accounts->all())...
```
Or via autowiring:
```php
// src/AppBundle/Service/AcmeService.php
...public function __construct(RevolutPHP\Client $client)
{
$this->client = $client;
}...
```## Documentation
> Read the [documentation](Resources/doc/index.md) for this bundle
---
www.appfleet.uk