Skip to content

jongotlin/Peppol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Peppol

Create PEPPOL BIS 3.0 documents

Installation

composer require jongotlin/peppol

Example

$peppolGenerator = new PeppolGenerator();
$invoice = new Invoice();
$invoice->setCurrency('SEK');

$peppolDocument = $peppolGenerator->createInvoiceDocument($invoice);
echo $peppolDocument->saveXML();

About

Create PEPPOL BIS 3.0 documents

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages