Compile Avro .avsc files into usable PHP classes.
Supports PHP >=8.1, for PHP 7.4 support use version 3.1.0
composer require ozean12/avro-to-php
vendor/bin/avro-to-php compile dir/with/avsc/
- Update VER in Makefile
- Run
make release
- Basic Records
- Arrays
- Unions
- CLI
- Defaults
- Enums
- Logical types (only tested with timestamp-millis)
- Maps
- Serialization Tests
- Fixed
- Sort Order
- Aliases