PHP Package: flix-tech/avro-serde-php

Avro SerDe PHP library for efficient serialization and deserialization of data in Apache Avro format.

Current Version: 3.0.0
Last Updated: 2024-12-25
PHP Requirement: ^8.1
Dependencies:
php/php
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Avro SerDe PHP library provides a set of tools for seamless encoding and decoding of data structures in Avro format, optimizing data transfer and storage. With this library, users can easily serialize complex data structures to Avro binary format and deserialize them efficiently. The library supports schema evolution and compatibility, making it ideal for data interchange and storage in distributed systems.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.0.0

Download Download v3.0.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/flix-tech/avro-serde-php/3.0.0/loader.php';
require_once 'libs/php/php/{lib_version}/loader.php';

use FlixTech\AvroSerializer;
use FlixTech\AvroDeserializer;

$obj = new AvroSerializer();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.