iventuregroup / avro
A library for using Apache Avro with PHP. Fork from wikimedia/avro
v2.0.1
2017-09-07 12:52 UTC
Requires
- php: ^5.6||^7
Requires (Dev)
Suggests
- ext-gmp: Large integer support for 32-bit platforms.
This package is not auto-updated.
Last update: 2025-04-12 04:17:08 UTC
README
A library for using Avro with PHP.
Requirements
- PHP 5/7
- On 32-bit platforms, the GMP PHP extension
- For testing, PHPUnit
Both GMP and PHPUnit are often available via package management
systems as php5-gmp
and phpunit
, respectively.
Getting started
$ composer require iventuregroup/avro-php
History
Extracted from https://github.com/wikimedia/avro-php.