This repository call your bank account API to return all information required by Import and Urssaf.
For now it works only with Qonto bank
Run composer install
Go to config/config.php
and set your information. You can found all information in this page
You can also create a config/config.local.php
file to update your information without commit it.
When your application is set run php public/index.php
Feel free to contrubute
Go to Infrastructure
repository and create an other class who implements BankHttpClientInterface
.
Switch your constructor parameters with config/config.php
file and switch the parameters in index.php