wikimedia/avro
A library for using Apache Avro with PHP.
v1.7.7
2015-09-05 18:49 UTC
Requires
- php: >=5.3.3
Requires (Dev)
- jakub-onderka/php-parallel-lint: ^0.9
- phpunit/phpunit: ^4.0.0
Suggests
- ext-gmp: Large integer support for 32-bit platforms.
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 wikimedia/avro
History
Extracted from https://github.com/apache/avro using git subtree.