]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blob - vendor/wikimedia/avro/README.md
MediaWiki 1.30.2
[autoinstalls/mediawiki.git] / vendor / wikimedia / avro / README.md
1 What the Avro PHP library is
2 ============================
3
4 A library for using [Avro](http://avro.apache.org/) with PHP.
5
6 Requirements
7 ------------
8  * PHP 5
9  * On 32-bit platforms, the [GMP PHP extension](http://php.net/gmp)
10  * For testing, [PHPUnit](http://www.phpunit.de/)
11
12 Both GMP and PHPUnit are often available via package management
13 systems as `php5-gmp` and `phpunit`, respectively.
14
15 Getting started
16 ---------------
17 ```
18 $ composer require wikimedia/avro
19 ```
20
21 History
22 -------
23 Extracted from https://github.com/apache/avro using `git subtree`.