https://github.com/rapideinternet/afd
An AFD package for parsing and sending AFD messages
https://github.com/rapideinternet/afd
Last synced: 11 months ago
JSON representation
An AFD package for parsing and sending AFD messages
- Host: GitHub
- URL: https://github.com/rapideinternet/afd
- Owner: rapideinternet
- Created: 2018-09-27T10:58:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-16T07:05:57.000Z (over 1 year ago)
- Last Synced: 2025-05-17T04:48:27.694Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 2.15 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AFD package
This package contains the basis for reading and handling AFD messages based on the SIVI standard.
## Parsers
Parsing raw data to an AFD message is currently supported for two data structures:
- SKP
- [PDF Documentation](https://github.com/rapideinternet/afd/blob/master/docs/SKP%20toelichting%2020180710.pdf)
- [https://www.sivi.org/standaarden/sivi-koppelingsprotocol-skp/](https://www.sivi.org/standaarden/sivi-koppelingsprotocol-skp/)
- [https://www.manula.com/manuals/sivi/sivi-koppelingsprotocol/1.1/nl/topic/handboek-sivi-koppelingsprotocol](https://www.manula.com/manuals/sivi/sivi-koppelingsprotocol/1.1/nl/topic/handboek-sivi-koppelingsprotocol)
- EDIFACT
- [PDF Documentation](https://github.com/rapideinternet/afd/blob/master/docs/EDIFACT-Handboek-20190801.pdf)
- [https://www.sivi.org/standaarden/gegevensstandaard/afd-downloads/](https://www.sivi.org/standaarden/gegevensstandaard/afd-downloads/)
## Example usage
For an implementation of this package we suggest you take a look at the [rapideinternet/afd.laravel](https://github.com/rapideinternet/afd.laravel) package.