wikimedia / avro
A library for using Apache Avro with PHP.
v1.9.0
2019-09-16 15:18 UTC
Requires
- php: >=5.5.9
Requires (Dev)
- jakub-onderka/php-console-highlighter: 0.3.2
- jakub-onderka/php-parallel-lint: 1.0.0
- mediawiki/minus-x: 0.3.1
- phpunit/phpunit: 4.8.36
Suggests
- ext-gmp: Large integer support for 32-bit platforms.
This package is auto-updated.
Last update: 2021-02-20 13:39:33 UTC
README
A library for using Avro with PHP.
Requirements
- PHP 5.5.9+
- 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 wikimedia/avro
History
Extracted from https://github.com/apache/avro using git subtree.