A library for creating and reading european electronic invoices

Maintainers

👁 horstoeko

Package info

github.com/horstoeko/ubl

Type:package

pkg:composer/horstoeko/ubl

Statistics

Installs: 258

Dependents: 0

Suggesters: 0

Stars: 4

v1.0.2 2021-02-15 05:54 UTC

MIT 07ecb4b8cf7a2270a87f68c7c9b07774e326240b

  • Daniel Erling <daniel.woop@erling.com.de>

invoiceelectronicublxrechnung

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.json file:
 "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.