iventuregroup / avro
A library for using Apache Avro with PHP. Fork from wikimedia/avro
Installs: 20 092
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 22
pkg:composer/iventuregroup/avro
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-10-25 06:57:23 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.