Download the PHP package jorijn/ynab-bunq-connector-bundle without Composer
On this page you can find all versions of the php package jorijn/ynab-bunq-connector-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jorijn/ynab-bunq-connector-bundle
More information about jorijn/ynab-bunq-connector-bundle
Files in jorijn/ynab-bunq-connector-bundle
Package ynab-bunq-connector-bundle
Short Description A Symfony 3.4 LTS compatible Bundle for uploading payments from the bunq Bundle to YNAB
License MIT
Informations about the package ynab-bunq-connector-bundle
YNAB bunq Connector Bundle
A Symfony 3.4 LTS compatible Bundle for uploading payments from the bunq Bundle to YNAB
Realtime connection between bunq and YNAB
Uses symfony-bunq-bundle to subscribe to bank account mutation events and creates transactions in YNAB.
More documentation coming soon, work in progress
Instructions
Environment
I used to make this instructions an ubuntu machine from Amazon EC2.
Maybe you you need to change something to get it working.
Make sure you have SSH access to the machine you are trying to access. It will need a HTTPS web server with PHP installed (PHP-cli also). And you will need a DNS to allow Bunq to send you the notifications.
Steps
-
Install apache + php;
You can follow the instructions from: https://www.vultr.com/docs/how-to-install-apache-mysql-and-php-on-ubuntu-16-04
-
Enable HTTPS support:
Create a new certificate and follow the instructions from: https://www.sslforfree.com/
-
Create the symfony project that will hold the bundle:
-
Require the bundle:
Maybe you will need to use --ignore-platform-reqs
-
Configure the symfony installation
Take care, maybe you will need to override some configuration and choose the best place to put it. Below the list of files that need to be updated and the key=>values.
-
/app/config/services.yml -
/app/config/routing.yml /app/config/config.yml
-
-
Enable the symfony bundles:
/app/AppKernel.php : -
Run the bin/console commands to configure the bunq connector:
This first command you will have to inform the API key (get it into the Bunq app);
Set the callback url for bunq
You can see other availables commands by running:
- Done!
All versions of ynab-bunq-connector-bundle with dependencies
php Version ^7.1
jorijn/ynab-sdk-php Version >=1.0 <2.0.0
jorijn/symfony-bunq-bundle Version 1.0.x
guzzlehttp/guzzle Version ~6