Description
I've developed a PHP library for Avro against the Avro 1.3.3 spec as part
of using Avro at myYearbook.com. It's based on the Python and Ruby
libraries. Current functionality includes schema parsing, Avro data file and
string IO.
Known issues:
- Support for field defaults is incomplete.
- Lacks RPC and protocol support, JSON encoding, and deflate codec.