PHP Package: flix-tech/avro-php

Avro-PHP is a powerful PHP library for Avro serialization and deserialization, allowing seamless data exchange in Avro format.

Current Version: 5.1.1
Last Updated: 2025-01-24
PHP Requirement: ^8.1
Dependencies:
flix-tech/avro
php-avro/avro
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Avro-PHP is a feature-rich PHP library designed for efficient Avro schema processing and data serialization. It offers robust support for Avro data structures, enabling developers to streamline data exchange processes. With Avro-PHP, users can effortlessly handle complex data formats and enhance interoperability across systems, making it a valuable tool for modern PHP applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 5.1.1

Download Download v5.1.1

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-php/5.1.1/loader.php';
require_once 'libs/flix-tech/avro/{lib_version}/loader.php';
require_once 'libs/php-avro/avro/{lib_version}/loader.php';

use Avro\Schema;
use Avro\DataIO\AvroDataIO;

$obj = new Schema();
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.