dealroom / avro
A library for using Apache Avro with PHP.
Installs: 42 056
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 24
pkg:composer/dealroom/avro
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