PHPackages                             eproduct/money-s3 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. eproduct/money-s3

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

eproduct/money-s3
=================

0.0.3(2mo ago)0385↑20%[2 issues](https://github.com/ePREHLED-cz/MoneyS3/issues)MITPHPPHP &gt;=8.3

Since Oct 14Pushed 2mo agoCompare

[ Source](https://github.com/ePREHLED-cz/MoneyS3)[ Packagist](https://packagist.org/packages/eproduct/money-s3)[ RSS](/packages/eproduct-money-s3/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (6)Versions (4)Used By (0)

MoneyS3 PHP Library
===================

[](#moneys3-php-library)

A PHP library for generating XML data compatible with MoneyS3 accounting software. This library provides a simple and intuitive API for creating invoices and receipts in the MoneyS3 XML format.

![Version](https://camo.githubusercontent.com/137d8bb15a727a9c46b36312a8c79fb88c1467436f671eb2124e9b3f1e5b6dbf/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d302e302e312d626c75652e737667)[![PHP Version](https://camo.githubusercontent.com/5c8ce4571ddf4b6b8ca847e0c4c079de98fc6460eb7eae9c81ca63319c21f546/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344382e332d626c75652e737667)](https://php.net/)[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)

Supported Documents
-------------------

[](#supported-documents)

Document TypeStatusXML ElementDescriptionIssued Invoice✅ Done`FaktVyd`Outgoing invoices sent to customersReceived Invoice✅ Done`FaktPrij`Incoming invoices from suppliersReceipt✅ Done`Prijemka`Receipt documents for goods/servicesObligation✅ Done`Zavazek`Financial obligationsTable of Contents
-----------------

[](#table-of-contents)

- [Requirements](#requirements)
- [Installation](#installation)
- [Basic Usage](#basic-usage)
- [API Reference](#api-reference)
    - [MoneyS3 Class](#moneys3-class)
    - [Invoice Management](#invoice-management)
    - [Receipt Management](#receipt-management)
    - [Supporting Classes](#supporting-classes)
- [Examples](#examples)
- [Development](#development)
- [Testing](#testing)
- [License](#license)

Requirements
------------

[](#requirements)

- PHP 8.3 or higher
- ext-xmlwriter extension

Installation
------------

[](#installation)

Install the package via Composer:

```
composer require eproduct/money-s3
```

Basic Usage
-----------

[](#basic-usage)

```
