sivi / afd
A library to interpret the ADN standard
Installs: 12 805
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 4
Requires
- php: >=7.4
- myclabs/php-enum: ^1.6
- nesbot/carbon: ^2.0
- psr/container: ^1.0 || ^2.0
- dev-master
- v3.1.0
- v3.0.7
- v3.0.6
- v3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v2.3.0
- v2.2.4
- v2.2.3
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.0
- v2.0.8
- v2.0.7
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.0.12
- v1.0.11
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0
- dev-renovate/nesbot-carbon-3.x
- dev-renovate/nesbot-carbon-2.x-lockfile
- dev-renovate/myclabs-php-enum-1.x-lockfile
- dev-bugfix/repository-nullable-return-types
This package is auto-updated.
Last update: 2024-10-31 00:33:03 UTC
README
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
- EDIFACT
Example usage
For an implementation of this package we suggest you take a look at the rapideinternet/afd.laravel package.