PHPackages                             rg/avro-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. rg/avro-php

Abandoned → [flix-tech/avro-php](/?search=flix-tech%2Favro-php)ArchivedLibrary[Utility &amp; Helpers](/categories/utility)

rg/avro-php
===========

Composer packaging for vanilla Apache Avro, with fixes

3.0.0(3y ago)401.1M—6.4%372Apache-2.0PHPPHP &gt;=7.3

Since Jan 8Pushed 2y ago12 watchersCompare

[ Source](https://github.com/researchgate/avro-php)[ Packagist](https://packagist.org/packages/rg/avro-php)[ RSS](/packages/rg-avro-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (7)Used By (2)

[![Test status](https://github.com/researchgate/avro-php/actions/workflows/tests.yml/badge.svg)](https://github.com/researchgate/avro-php/actions/workflows/tests.yml)

This library is abandoned. Please use [flix-tech/avro-php](https://github.com/flix-tech/avro-php) instead.

What the Avro PHP library is
============================

[](#what-the-avro-php-library-is)

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

Requirements
============

[](#requirements)

- PHP &gt;= 7.3
- On 32-bit platforms, the [GMP PHP extension](http://php.net/gmp)
- For testing, [PHPUnit](http://www.phpunit.de/)

Getting started
===============

[](#getting-started)

Untar the avro-php distribution and put it in your include path:

```
tar xjf avro-php.tar.bz2 # avro-php.tar.bz2 is likely avro-php-1.4.0.tar.bz2
cp avro-php /path/to/where/you/want/it

```

Require the avro.php file in your source, and you should be good to go:

```
