vv3d0x/avro-schema

vv3d0x/avro-schema is a library for handling serialization and deserialization of Avro values and schemas, including RPC.

Installs: 139

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

pkg:composer/vv3d0x/avro-schema

3.0.1 2024-04-26 13:56 UTC

README

Introduction

This is a non official Avro php implementation.

If you want to know more about the reason why this library has emerged, please have a look at this discussion on the official mailing list.

Installation

This project is distributed as a composer package, available on packagist.org.

Run the following command to add it to your project:

$ composer require jaumo/avro

Examples

Check the examples/ directory to understand how to use this library.

License

Read the LICENSE file to know more about terms and conditions for use, reproduction, and distribution.