rg/avro-php
最新稳定版本:3.0.0
Composer 安装命令:
composer require rg/avro-php
包简介
Composer packaging for vanilla Apache Avro, with fixes
README 文档
README
This library is abandoned. Please use flix-tech/avro-php instead.
What the Avro PHP library is
A library for using Avro with PHP.
Requirements
- PHP >= 7.3
- On 32-bit platforms, the GMP PHP extension
- For testing, PHPUnit
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:
<?php
require_once('avro-php/avro.php');
If you're pulling from source, put lib/ in your include path and require lib/avro.php:
<?php
require_once('lib/avro.php');
Take a look in examples/ for usage.
统计信息
- 总下载量: 1.1M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 40
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2016-04-07