Search by

horstoeko / invoicesuite

horstoeko

Extensible PHP library for creating, reading and validating electronic invoices such as XRechnung, ZUGFeRD and Factur-X, with support for custom formats.

Package info

github.com/horstoeko/invoicesuite

Forum

Documentation

pkg:composer/horstoeko/invoicesuite

Fund package maintenance!

paypal.me/horstoeko

Statistics

Installs: 1 106

Dependents: 0

Suggesters: 0

Stars: 19

Open Issues: 0

v0.0.35 2026-09-21 04:00 UTC

README

horstoeko/invoicesuite

InvoiceSuite Logo

Latest Stable Version PHP version License

Build Status Release Status Nightly Build Status

Table of Contents

AI

InvoiceSuite deals with electronic invoicing and implements specifications, business rules, validation rules, and data structures that may have legal, regulatory, accounting, and tax-related implications.

A change that looks technically correct can still be wrong from a business, specification, legal, or tax perspective. Plausible-looking code is therefore not enough.

Contributors are expected to:

  • understand the code they submit and its business context;
  • verify requirements against the relevant standards and documentation;
  • consider compatibility, edge cases, and existing behavior;
  • write meaningful tests based on actual requirements;
  • review their implementation critically;
  • be able to explain why their implementation is correct.

AI-assisted development is welcome as a tool, but its output must be reviewed with particular care. If AI-generated or AI-assisted code is included in a pull request, the contributor must fully understand it, verify its assumptions, check it against the relevant specifications and requirements, and ensure that the tests actually cover the intended behavior.

Responsibility always remains with the person submitting the change. This is especially important for electronic invoices, validation, monetary values, taxes, document semantics, and regulatory requirements, where incorrect assumptions can have consequences beyond an ordinary software defect.

This policy is not about accepting or rejecting AI. It is about accountability, expertise, and informed engineering decisions.

Use the tools you find helpful. Understand the result. Review it critically. Take responsibility for the code you submit.

License

The code in this project is provided under the MIT license.

Overview

InvoiceSuite is a multi-format library for electronic invoices with the goal of supporting as many formats and real-world variants as possible — from international standards to country-specific profiles. This includes German formats such as ZUGFeRD (and Factur-X, which is closely aligned with it) as well as XRechnung, with XRechnung explicitly supported in UBL syntax. The library also aims to cover interoperability ecosystems such as Peppol.

InvoiceSuite is designed to be extensible: if you follow the defined conventions and interfaces, you can add your own formats, profiles, or converters independently, without having to bend or modify the core.

Dependencies

This package makes use of...

... and Optionally of...

Installation

There is one recommended way to install horstoeko/invoicesuite

composer require "horstoeko/invoicesuite"

Documentation

See our wiki...