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)
Add v11 in your composer.json:
{
"require": {
"ticketpark/v11": "^1.0"
}
}
Now tell composer to download the library by running the command:
$ php composer.phar update ticketpark/v11
See example.php
This bundle is under the MIT license. See the complete license in the bundle: