Download the PHP package horstoeko/zugferdublbridge without Composer
On this page you can find all versions of the php package horstoeko/zugferdublbridge. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download horstoeko/zugferdublbridge
More information about horstoeko/zugferdublbridge
Files in horstoeko/zugferdublbridge
Package zugferdublbridge
Short Description Convert Factur-X/ZUGFeRD (CII-Syntax) to PEPPOL (UBL-Syntax) and visa versa
License MIT
Homepage https://github.com/horstoeko/zugferdublbridge
Informations about the package zugferdublbridge
ZUGFeRD/Factur-X (CII-Syntax) to PEPPOL (UBL-Syntax)
Table of Contents
- ZUGFeRD/Factur-X (CII-Syntax) to PEPPOL (UBL-Syntax)
- Table of Contents
- License
- Overview
- Further information
- Related projects
- Dependencies
- Installation
- Usage
- Convert CII to UBL
- From XML file to XML file
- From XML string to XML file
- From XML file to XML string
- Convert UBL to CII
- From XML file to XML file
- From XML string to XML file
- From XML file to XML string
- Usage with
horstoeko/zugferd
- CII to UBL
- UBL to CII
License
The code in this project is provided under the MIT license.
Overview
[!CAUTION] This library is currently still considered experimental and should therefore be used with caution. I would be happy for an issue to be posted if bugs are found.
With horstoeko/zugferdublbridge
you can convert the Factur-X/ZUGFeRD-CII-Syntax to PEPPOL UBL-Syntax and visa versa.
Further information
Related projects
Dependencies
This package has no dependencies.
Installation
There is one recommended way to install horstoeko/zugferdublbridge
via Composer:
- adding the dependency to your
composer.json
file:
Usage
For detailed eplanation you may have a look in the examples of this package and the documentation attached to every release.
Convert CII to UBL
From XML file to XML file
From XML string to XML file
From XML file to XML string
Convert UBL to CII
From XML file to XML file
From XML string to XML file
From XML file to XML string
Usage with horstoeko/zugferd
CII to UBL
You can convert the output of horstoko/zugferd
to UBL using this library:
UBL to CII
You can convert a UBL document and handle it with horstoko/zugferd