iventuregroup / avro
Apache Avro 在 PHP 中的库。由 wikimedia/avro 分支而来
v2.0.1
2017-09-07 12:52 UTC
Requires
- php: ^5.6||^7
Requires (Dev)
Suggests
- ext-gmp: Large integer support for 32-bit platforms.
This package is not auto-updated.
Last update: 2024-09-28 01:41:10 UTC
README
Apache Avro 在 PHP 中的库。
要求
- PHP 5/7
- 在32位平台上,需要GMP PHP 扩展
- 测试需要PHPUnit
通常可以通过包管理系统获得 GMP 和 PHPUnit,分别对应 php5-gmp 和 phpunit
入门
$ composer require iventuregroup/avro-php