PHPackages                             whatson-web/vos-factures-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. whatson-web/vos-factures-bundle

ActiveSymfony-bundle

whatson-web/vos-factures-bundle
===============================

Symfony - Whatson Web - VosFacturesBundle

074PHP

Since Sep 18Pushed 7y ago3 watchersCompare

[ Source](https://github.com/whatson-web/VosFacturesBundle)[ Packagist](https://packagist.org/packages/whatson-web/vos-factures-bundle)[ RSS](/packages/whatson-web-vos-factures-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Installation
============

[](#installation)

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

```

Utilisation
===========

[](#utilisation)

Lister les factures
-------------------

[](#lister-les-factures)

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

```

Créer une facture
-----------------

[](#créer-une-facture)

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

```

Supprimer une facture
---------------------

[](#supprimer-une-facture)

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

```

Récupérer les informations d'une facture
----------------------------------------

[](#récupérer-les-informations-dune-facture)

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

```

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

[](#récupérer-le-lien-pdf-dune-facture)

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

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/9a6b54b3ff54c187a0514539c9e2ff22c4a7f477f291a0f3fbb9d26864e20ab4?d=identicon)[whatson-dev](/maintainers/whatson-dev)

---

Top Contributors

[![jfwhatsonweb](https://avatars.githubusercontent.com/u/17270169?v=4)](https://github.com/jfwhatsonweb "jfwhatsonweb (2 commits)")[![samuelwhatson](https://avatars.githubusercontent.com/u/37289725?v=4)](https://github.com/samuelwhatson "samuelwhatson (1 commits)")[![whatson-dev](https://avatars.githubusercontent.com/u/23632442?v=4)](https://github.com/whatson-dev "whatson-dev (1 commits)")

### Embed Badge

![Health badge](/badges/whatson-web-vos-factures-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/whatson-web-vos-factures-bundle/health.svg)](https://phpackages.com/packages/whatson-web-vos-factures-bundle)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
