Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Ticketpark/v11

A php library to read ESR v11 files, Swiss banking payments (BESR/VESR/ESR - Einzahlungsscheine mit Referenznummer einlesen)
https://github.com/Ticketpark/v11

Last synced: 13 days ago
JSON representation

A php library to read ESR v11 files, Swiss banking payments (BESR/VESR/ESR - Einzahlungsscheine mit Referenznummer einlesen)

Awesome Lists containing this project

README

        

# v11

**THIS LIBRARY IS ABANDONED AND WILL NO LONGER RECEIVE UPDATES.**
The v11 format is replaced by the camt format. https://github.com/genkgo/camt is a library to use for that.

---

This is a php library to read ESR v11 files, Swiss banking payments.

(BESR/VESR/ESR - Einzahlungsscheine mit Referenznummer einlesen)

## Installation

Add v11 in your composer.json:

```js
{
"require": {
"ticketpark/v11": "^1.0"
}
}
```

Now tell composer to download the library by running the command:

``` bash
$ php composer.phar update ticketpark/v11
```

## Example
See [example.php](example/example.php)

## License
This bundle is under the MIT license. See the complete license in the bundle:

[Resources/meta/LICENSE](Resources/meta/LICENSE)