A PHP Wrapper for creating UBL invoices. This code is a hard fork of the cleverit/UBL_invoice
package. Feel free to contribute if you are missing features.
This package requires PHP 7.0 or higher. Installation can be done with composer.
composer require num-num/ubl-invoice
The usage examples are to be updated in a later stage. For now, you can find a fairly simple Sample.php
file in the src
folder.