summaryrefslogtreecommitdiff
path: root/vendor/wikimedia/avro/README.md
blob: 5604baf2d9a9c678efe0541edb70f237b70dc14b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
What the Avro PHP library is
============================

A library for using [Avro](http://avro.apache.org/) with PHP.

Requirements
------------
 * PHP 5
 * On 32-bit platforms, the [GMP PHP extension](http://php.net/gmp)
 * For testing, [PHPUnit](http://www.phpunit.de/)

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`.