Download the PHP package atgp/factur-x without Composer
On this page you can find all versions of the php package atgp/factur-x. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download atgp/factur-x
More information about atgp/factur-x
Files in atgp/factur-x
Informations about the package factur-x
PHP Factur-X library
Factur-X is a Franco-German e-invoicing standard which complies with the European e-invoicing standard EN 16931. The Factur-X specifications are available on the FNFE-MPE website in English and French. The Factur-X standard is also called ZUGFeRD 2.2 in Germany.
This library enable you to manage your Factur-X PDF invoices files :
- Generate Factur-X PDF invoice from regular PDF invoice and Factur-X XML file
- Using setasign\Fpdi
- Extract Factur-X XML from Factur-X PDF invoice
- Using Smalot\PdfParser
- Validate Factur-X XML against the official Factur-X XML Schema Definition
- Using PHP native libxml functions
Table of contents:
- Requirements
- Installation
- Usage
- License
- Changelog
- Contributing
Requirements
Installation
Install with Composer
Usage
You can see the code from test page from "tests" directory, also here some simple examples of implementation :
More options are available, look at source code for more information.
License
This project is licensed under MIT License
Changelog
- v2.0.0 [BC] : 2023-11-06
- Requires php 7.4+
- Refactor classes to clarify uses
- Simplify requirements for "smalot/pdfparser"
- Import external links on generated factur-x pdf
- v1.1.0 : 2019-01-09
- Upgrade Factur-x xsd to v1.0.06
- Fix PDF-A compliance regarding endobj and ICC profile
- v1.0.0 : 2019-01-09
- Requires php 5.6+
- First version of the library to read, check and write factur-x documents
All versions of factur-x with dependencies
setasign/fpdf Version ^1.8
setasign/fpdi Version ^2.0
smalot/pdfparser Version ^0.19.0|~1.0|~2.0
ext-dom Version *
ext-simplexml Version *
ext-libxml Version *
ext-zlib Version *
ext-fileinfo Version *