A library for creating and reading european electronic invoices

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

This package is auto-updated.

Last update: 2024-03-25 05:19:14 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.