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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

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

  1. 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

  2. Enable HTTPS support:

    Create a new certificate and follow the instructions from: https://www.sslforfree.com/

  3. Create the symfony project that will hold the bundle:

  4. Require the bundle:

    Maybe you will need to use --ignore-platform-reqs

  5. 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.

    1. /app/config/services.yml

    2. /app/config/routing.yml

    3. /app/config/config.yml
  6. Enable the symfony bundles:

    /app/AppKernel.php :

  7. 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:

  8. Done!

All versions of ynab-bunq-connector-bundle with dependencies

PHP Build Version
Package Version
Requires symfony/framework-bundle Version 3.4.*
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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package jorijn/ynab-bunq-connector-bundle contains the following files

Loading the files please wait ....