A simple UBL Library
With horstoeko/ubl you can read and write xml files containing electronic invoice data in the UBL format.
This package makes use of JMS Serializer and Xsd2Php.
There is one recommended way to install horstoeko/ubl via Composer:
- adding the dependency to your
composer.jsonfile:
"require": {
..
"horstoeko/ubl":"^0",
..
},For detailed eplanation you may have a look in the examples and the doc folder of this package.
The code in this project is provided under the MIT license.



