2017 © Pedro Peláez
 

library avro-php

Composer packaging for vanilla Apache Avro, with fixes

image

rg/avro-php

Composer packaging for vanilla Apache Avro, with fixes

  • Thursday, April 7, 2016
  • by danez
  • Repository
  • 14 Watchers
  • 22 Stars
  • 23,596 Installations
  • PHP
  • 1 Dependents
  • 1 Suggesters
  • 6 Forks
  • 0 Open issues
  • 4 Versions
  • 10 % Grown

The README.md

Test status, (*1)

This library is abandoned. Please use flix-tech/avro-php instead., (*2)

What the Avro PHP library is

A library for using Avro with PHP., (*3)

Requirements

Getting started

Untar the avro-php distribution and put it in your include path:, (*4)

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:, (*5)

<?php
require_once('avro-php/avro.php');

If you're pulling from source, put lib/ in your include path and require lib/avro.php:, (*6)

<?php
require_once('lib/avro.php');

Take a look in examples/ for usage., (*7)

The Versions

07/04 2016

dev-master

9999999-dev

Composer packaging for vanilla Apache Avro, with fixes

  Sources   Download

Apache-2.0

The Requires

  • php >=5.5.0

 

07/04 2016

1.8.0

1.8.0.0

Composer packaging for vanilla Apache Avro, with fixes

  Sources   Download

Apache-2.0

The Requires

  • php >=5.5.0

 

22/04 2015

1.7.7

1.7.7.0

Composer packaging for vanilla Apache Avro

  Sources   Download

Apache-2.0

The Requires

  • php >=5.5.0

 

by Trey Hyde

09/01 2014

1.7.5

1.7.5.0

Composer packaging for vanilla Apache Avro

  Sources   Download

Apache-2.0

by Trey Hyde