2017 © Pedro PelĂĄez
 

symfony-bundle vos-factures-bundle

Symfony - Whatson Web - VosFacturesBundle

image

whatson-web/vos-factures-bundle

Symfony - Whatson Web - VosFacturesBundle

  • Wednesday, May 16, 2018
  • by whatson-dev
  • Repository
  • 3 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Installation

Ajouter les variables d'environnements :, (*1)

### vos factures ###
VOSFACTURES_APIKEY=vosfactures_api_token
VOSFACTURES_ACCOUNTNAME=vosfactures_account_name
VOSFACTURES_TESTMODE=true
### vos factures ###

Puis importer le projet :, (*2)

composer require whatson-web/vos-factures-bundle

Utilisation

Lister les factures

$this->get('wh_vosfactures.bill_manager')->index();

Créer une facture

$this->get('wh_vosfactures.bill_manager')->create($data);

Supprimer une facture

$this->get('wh_vosfactures.bill_manager')->delete($id);

Récupérer les informations d'une facture

$this->get('wh_vosfactures.bill_manager')->get($id);

Récupérer le lien PDF d'une facture

$this->get('wh_vosfactures.bill_manager')->getPdfLink($id);

The Versions

16/05 2018

dev-master

9999999-dev https://github.com/whatson-web/VosFacturesBundle

Symfony - Whatson Web - VosFacturesBundle

  Sources   Download

MIT

The Requires

  • php ^7.1.3

 

by Whatson Web - Developers