mawdoo3mediawiki / avro
A library for using [Avro](http://avro.apache.org/) with PHP
Installs: 7 240
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:package
Requires
- php: >=7.0
This package is auto-updated.
Last update: 2025-03-07 16:47:49 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
.