Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UBL Parser Php

Installation

You can install the package via composer:

composer require ahmeti/ubl-parser

Usage

require __DIR__.'/vendor/autoload.php';

$xmlString = file_get_contents('Path of Invoice UBL (XML) File');

$result = (new UblParser)->set($xmlString)->get();

print_r($result);

Sample

ubl parser php

About

UBL Parser (PHP)

Resources

Stars

6 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages