jaumo / avro
jaumo/avro 是一个处理 Avro 值和模式序列化和反序列化的库,包括 RPC。
3.0.0
2024-01-19 20:32 UTC
Requires
- php: >=7.4
- ext-json: *
- thecodingmachine/safe: ^0.1.11 || ^1
Requires (Dev)
- amphp/http-client: ^5.0
- doctrine/cache: ^1.8
- friendsofphp/php-cs-fixer: ^3.47
- phpstan/phpstan: ^1.10
- phpstan/phpstan-phpunit: ^1.3
- phpunit/phpunit: ^9.6
Suggests
- amphp/http-client: Require artax (^5.0) for an async schema-registry client
- doctrine/cache: Require for caching schema id resolution with the schema-registry client
This package is auto-updated.
Last update: 2024-09-26 10:02:11 UTC
README
介绍
这是一个非官方的 Avro PHP 实现。
如果您想了解更多关于这个库为什么出现的原因,请参阅官方邮件列表上的这个讨论。
安装
本项目作为 composer 包分发,可在 packagist.org 上获取。
运行以下命令将其添加到您的项目中
$ composer require jaumo/avro
示例
查看 examples/
目录,了解如何使用此库。
许可协议
阅读LICENSE 文件以了解使用、复制和分发条款和条件。