jaumo/phavroc
最新稳定版本:2.8.3
Composer 安装命令:
composer require jaumo/phavroc
包简介
Generate PHP classes from your Avro schema
README 文档
README

Phavroc
Introduction
This library allows to generate modern PHP classes from Avro Schemas.
Installation
This library is registered on packagist.org, allowing you to install it using Composer.
Run the following command to do so:
$ composer require jaumo/phavroc
Usage
Basic
Once installed, you may run the generator against a specific Avro Schema using:
$ ./vendor/bin/phavroc my_schema.avsc
or against a whole directory using:
$ ./vendor/bin/phavroc schemas/
Common Interface
It is possible to specify a common interface for all the generated class:
$ ./vendor/bin/phavroc --common-interface Com\\Acme\\MessageInterface schemas/
This is especially useful to easily typehint all the messages at once.
Deprecations support
It is possible to provide a JSON map-file with info about deprecated schemas/fields:
$ ./vendor/bin/phavroc --deprecation-map deprecations.json schemas/
The structure of this mapping is as follows:
{
"fully.qualified.schema.Name": {
"deprecated": "Optional field. Contains the schema-level deprecation doc",
"deprecated-fields": [
{
"name": "Name of a deprecated field",
"doc": "Deprecation doc"
},
...
],
"deprecated-symbols": [
"ENUM_SYMBOL"
]
}
}
The corresponding deprecation docs will be included in doc-blocks of the generated classes.
Contributing
This library is released under the Apache-2.0 license (see LICENSE for more information).
Any contributions are very welcome, make sure to do the appropriate changes to the Behat scenarios as well.
You may execute the test suite by running:
$ ./vendor/bin/behat
jaumo/phavroc 适用场景与选型建议
jaumo/phavroc 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 5.64k 次下载、GitHub Stars 达 1, 最近一次更新时间为 2018 年 12 月 17 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 jaumo/phavroc 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 jaumo/phavroc 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 5.64k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 21
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2018-12-17