PHP code example of jorijn / ynab-bunq-connector-bundle

1. Go to this page and download the library: Download jorijn/ynab-bunq-connector-bundle library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

jorijn / ynab-bunq-connector-bundle example snippets


   
   //Inside the method registerBundles() of the class AppKernel:
       $bundles[] = new \Jorijn\SymfonyBunqBundle\JorijnSymfonyBunqBundle;
       $bundles[] = new \Jorijn\YNAB\BunqConnectorBundle\JorijnYNABBunqConnectorBundle;
   
shell
   <project>$ php bin/console bunq:initialize
   
shell
   <project>$ php bin/console list