horstoeko/ubl
A library for creating and reading european electronic invoices
Maintainers
v1.0.2
2021-02-15 05:54 UTC
Requires
- php: ^7
- ext-simplexml: *
- adrienrn/php-mimetyper: ^0.2
- goetas-webservices/xsd2php-runtime: ^0.2.13
- horstoeko/stringmanagement: ^1
- jms/serializer: ^3
- symfony/intl: ^5.2
- symfony/validator: ^5
- symfony/yaml: ^5
Requires (Dev)
- clean/phpdoc-md: ^0
- goetas-webservices/xsd2php: ^0
- pdepend/pdepend: ^2
- phploc/phploc: ^7
- phpmd/phpmd: ^2
- phpstan/phpstan: ^0.12.59
- phpunit/phpunit: ^9
- sebastian/phpcpd: ^6
- squizlabs/php_codesniffer: ^3
- theseer/phpdox: ^0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 07ecb4b8cf7a2270a87f68c7c9b07774e326240b
- Daniel Erling <daniel.woop@erling.com.de>
This package is auto-updated.
Last update: 2026-06-12 21:28:20 UTC
README
👁 Latest Stable Version
👁 Total Downloads
👁 Latest Unstable Version
👁 License
👁 Gitter
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.
Installation
There is one recommended way to install horstoeko/ubl via Composer:
- adding the dependency to your
composer.jsonfile:
"require": { .. "horstoeko/ubl":"^0", .. },
Usage
For detailed eplanation you may have a look in the examples and the doc folder of this package.
Note
The code in this project is provided under the MIT license.
