dealroom / avro
This package is abandoned and no longer maintained.
No replacement package was suggested.
A library for using Apache Avro with PHP.
v2.0.0
2020-01-16 16:05 UTC
Requires
- php: >=7.2
- ext-json: *
Requires (Dev)
- phpunit/phpunit: ^8.0.0
Suggests
- ext-gmp: Large integer support for 32-bit platforms.
This package is not auto-updated.
Last update: 2022-11-05 05:21:53 UTC
README
What the Avro PHP library is
A library for using Avro with PHP.
Requirements
- PHP 7.2+
- On 32-bit platforms, the GMP PHP extension
Getting started
$ composer require dealroom/avro
History
- Extracted from https://github.com/apache/avro using
git subtree
. - Forked from wikimedia/avro-php