Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/Ticketpark/v11
- Owner: Ticketpark
- Created: 2014-10-31T18:13:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-10-28T07:34:37.000Z (about 4 years ago)
- Last Synced: 2024-10-25T20:01:30.315Z (22 days ago)
- Language: PHP
- Size: 933 KB
- Stars: 9
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)