PHPackages                             tiime/cross-industry-invoice - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. tiime/cross-industry-invoice

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

tiime/cross-industry-invoice
============================

0.3.11.1(6mo ago)6238.2k↓30.8%[3 issues](https://github.com/Tiime-Software/CrossIndustryInvoice/issues)MITXSLTPHP &gt;=8.3CI passing

Since Aug 22Pushed 6mo agoCompare

[ Source](https://github.com/Tiime-Software/CrossIndustryInvoice)[ Packagist](https://packagist.org/packages/tiime/cross-industry-invoice)[ RSS](/packages/tiime-cross-industry-invoice/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (6)Versions (31)Used By (0)

Tiime/CrossIndustryInvoice library
==================================

[](#tiimecrossindustryinvoice-library)

How to add this library in Symfony ?
------------------------------------

[](#how-to-add-this-library-in-symfony-)

Download this library :

```
composer require tiime/cross-industry-invoice
```

If you want to use templates which are available in `src/Resources/views/` folder, you will need to add this configuration :

```
twig:
    # ...
    paths:
        '%kernel.project_dir%/vendor/tiime/cross-industry-invoice/src/Resources/views/': 'TiimeCII'
```

If you want to use templates from this library, you will also need to download `twig/extra-bundle` package :

```
composer require twig/extra-bundle
```

In `config/services.yaml`, add this configuration :

```
Tiime\CrossIndustryInvoice\Renderer\TwigRenderer:
    arguments:
        $environment: '@twig'

Tiime\CrossIndustryInvoice\Renderer\CrossIndustryInvoiceRendererInterface: '@Tiime\CrossIndustryInvoice\Renderer\TwigRenderer'
```

### How to use it ?

[](#how-to-use-it-)

```
use Tiime\CrossIndustryInvoice\EN16931\CrossIndustryInvoice;
use Tiime\CrossIndustryInvoice\Renderer\CrossIndustryInvoiceRendererInterface;

class MyService
{
    public function __construct(private readonly CrossIndustryInvoiceRendererInterface $renderer)
    {
    }

    public function doSomething()
    {
        // Create CrossIndustryInvoice object with needed parameters
        $crossIndustryInvoice = new CrossIndustryInvoice(...);

        $this->renderer->render($crossIndustryInvoice, '@TiimeCII/en16931_invoice.html.twig')
    }
}
```

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance56

Moderate activity, may be stable

Popularity37

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 64.4% 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.

###  Release Activity

Cadence

Every ~36 days

Recently: every ~1 days

Total

23

Last Release

203d ago

PHP version history (2 changes)0.1.0PHP ^8.1

0.3.0PHP &gt;=8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/714c4aeb1b4c0d011806746e5f3f2289b9fde4a35568b343337dd63bffd1367f?d=identicon)[lucas.g](/maintainers/lucas.g)

![](https://www.gravatar.com/avatar/365205cd636a7cb5c66d24e2e17f744af0168fddce56b602859c8ee7a75d93aa?d=identicon)[rflavien](/maintainers/rflavien)

---

Top Contributors

[![AurelienPillevesse](https://avatars.githubusercontent.com/u/16165438?v=4)](https://github.com/AurelienPillevesse "AurelienPillevesse (290 commits)")[![Lucas-Gerard](https://avatars.githubusercontent.com/u/22389317?v=4)](https://github.com/Lucas-Gerard "Lucas-Gerard (142 commits)")[![samueld-pdp](https://avatars.githubusercontent.com/u/133663914?v=4)](https://github.com/samueld-pdp "samueld-pdp (14 commits)")[![qdequippe](https://avatars.githubusercontent.com/u/3193300?v=4)](https://github.com/qdequippe "qdequippe (4 commits)")

---

Tags

ciie-invoicinglibphp

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/tiime-cross-industry-invoice/health.svg)

```
[![Health](https://phpackages.com/badges/tiime-cross-industry-invoice/health.svg)](https://phpackages.com/packages/tiime-cross-industry-invoice)
```

###  Alternatives

[stfalcon/tinymce-bundle

This Bundle integrates TinyMCE WYSIWYG editor into a Symfony2 project.

2692.9M24](/packages/stfalcon-tinymce-bundle)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3689.4k10](/packages/netgen-layouts-core)[spomky-labs/pwa-bundle

Progressive Web App Manifest Generator Bundle for Symfony.

6144.4k1](/packages/spomky-labs-pwa-bundle)[leapt/core-bundle

Symfony LeaptCoreBundle

2529.1k4](/packages/leapt-core-bundle)

PHPackages © 2026

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