All Projects → num-num → ubl-invoice

num-num / ubl-invoice

Licence: MIT license
A modern object-oriented PHP library to create valid UBL files

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to ubl-invoice

xsender
Java library for sending XML files through SOAP - SUNAT
Stars: ✭ 15 (-58.33%)
Mutual labels:  ubl, ubl20, ubl21
phive
Generic business document validation engine
Stars: ✭ 17 (-52.78%)
Mutual labels:  peppol, ubl
invoice-generator-api
A free API for generating invoice PDFs and e-Invoices.
Stars: ✭ 350 (+872.22%)
Mutual labels:  ubl
UblSharp
C# / .NET / XML library for working with OASIS UBL 2.0/2.1 documents
Stars: ✭ 72 (+100%)
Mutual labels:  ubl
xrechnung-visualization
XSL transformators for web and pdf rendering of German CIUS XRechnung or EN16931-1:2017 [MIRROR OF GitLab]
Stars: ✭ 26 (-27.78%)
Mutual labels:  ubl

UBL-Invoice

A modern object-oriented PHP library to create valid UBL files. Please feel free to contribute if you are missing features or tags.

Installation and usage

This package requires PHP 7.0 or higher. Installation can be done through composer.

$ composer require num-num/ubl-invoice

Contributing

This library is not 100% UBL feature-complete, in the sense that it doesn't (yet) support all UBL XML tags & functionality. "Yet" being the keyword, since this definitely is the long-term goal. All common UBL tags that are required for most invoices are present in the library. This includes tags for discounts, cash discounts, special vat rates, etc...

If you are missing functionality, please feel free to add it :-) Adding additional tags & attributes is fairly straight-forward. Check out CONTRIBUTING.md for more information.

Examples & documentation

This repository does not have a documentation website at this moment. For now, please check out some code examples by checking the unit tests in the tests folder.

Changelog

A changelog is available since version v1.9.0. If you are upgrading a minor version (1.x) or major version, please check the changelog to see if you need to implement any breaking changes...

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].