Ajouter les variables d'environnements :
### vos factures ###
VOSFACTURES_APIKEY=vosfactures_api_token
VOSFACTURES_ACCOUNTNAME=vosfactures_account_name
VOSFACTURES_TESTMODE=true
### vos factures ###
Puis importer le projet :
composer require whatson-web/vos-factures-bundle
$this->get('wh_vosfactures.bill_manager')->index();
$this->get('wh_vosfactures.bill_manager')->create($data);
$this->get('wh_vosfactures.bill_manager')->delete($id);
$this->get('wh_vosfactures.bill_manager')->get($id);
$this->get('wh_vosfactures.bill_manager')->getPdfLink($id);