Skip to content
mahdiabderraouf edited this page Dec 22, 2024 · 7 revisions

About

A PHP library for managing Factur-x/ZUGFeRD compliant PDF invoices.

Features

  • XML generation: Generate Factur-X XML file from an Invoice object, supports minimum, basicwl, basic, en16931 (comfort) and extended profiles.
  • PDF generation: Generate PDF-A3b Factur-X invoice from a given PDF file and a generated/provided XML file.
  • XML validation: Validates Factur-X XML against the offical Extension Schema Definition (XSD).
  • Parsing: Extract XML file from a Factur-X.

Please note that the profile XRECHNUNG is not supported by this library.


Factur-X documentation

This library support the version 1.0 of Factur-X, please refer to the official Factur-X documentation https://fnfe-mpe.org/factur-x/.

Clone this wiki locally