include 'UBLParser.php';
$xml = file_get_contents('Path of Invoice UBL (XML) File');
$parser = new UBLParser;
$parser->set($xml);
$result = $parser->get();
print_r($result);-
Notifications
You must be signed in to change notification settings - Fork 3
ahmeti/ubl-parser-php
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
UBL Parser (PHP)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
