Download the PHP package itsoft/revolut without Composer
On this page you can find all versions of the php package itsoft/revolut. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package revolut
revolut-php
simple PHP library for the Revolut Business API
:rocket: Features
- One file
- No external dependencies
- Support for older versions of PHP
:bulb: Motivation
Revolut API has the following bugs:
- Scope is not supported. E.g. you cannot give read-only access to your Revolut application. It's a shame.
- No possibility to revoke the token. Again it's a shame. You can ask for a new token (refresh token) and not save it, but it's a kludge.
- No possibility to add a second account (IBAN) to a counterparty. Delete and create is a bad solution due to old payments are linked to the counterparty uuid. We can add several counterparties with different IBANs, and get into a mess while distinguishing between 2 different companies with the same name.
- It's very bad there's no MFA when sending payments via the API. We need a second independent channel to confirm (sign) payments. It can be SMS or TOTP.
Revolut API is very unsafe.
Revolut Business API Documentation.
:lollipop: Demo
You can find a demo app using this library here: https://github.com/maslick/revolutor
:white_check_mark: Installation
:8ball: Usage
Add the contents of publickey.cer to Revolut Business API settings page and point your OAuth redirect URI. Save ClientId and Enable API access to your account.
Create insecure revolut.cfg.php
This config saves tokens in files. You can save them to a database or other places, but for security reasons better not to save them, see the next section Secured revolut.cfg.php.
Secured revolut.cfg.php
Code for OAuth redirect URI (https://your_site.com/redirect_uri/)
Create payment and other methods
For $params see tutorials-make-a-payment-create-payment and api-reference createPayment.
For other methods see https://github.com/itsoft7/revolut-php/blob/master/src/Revolut.php
All versions of revolut with dependencies
ext-json Version *
ext-curl Version *
ext-openssl Version *