mawdoo3mediawiki / avro
A library for using [Avro](http://avro.apache.org/) with PHP
v1.0.0
2022-12-07 10:14 UTC
Requires
- php: >=7.0
This package is auto-updated.
Last update: 2026-03-07 19:08:46 UTC
README
A library for using Avro with PHP.
Requirements
- PHP 5
- 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 mawdoo3mediawiki/avro
History
Extracted from https://github.com/apache/avro using git subtree.