PHP Package: mateusjunges/avro-serde-php

Avro serialization and deserialization library for PHP applications with seamless integration

Current Version: 3.0.1
Last Updated: 2024-12-19
PHP Requirement: ^8.0
Dependencies:
mateusjunges/avro
mateusjunges/avro-php
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Avro Serde for PHP provides an efficient way to serialize and deserialize data using the Avro format, ensuring compatibility and performance. This library simplifies data exchange and storage, supporting complex schemas and binary data. With Avro Serde, developers can seamlessly integrate Avro capabilities into their PHP projects, enhancing data processing and communication. The library is designed for optimal performance and ease of use, making it an essential tool for handling structured data efficiently.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.0.1

Download Download v3.0.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/mateusjunges/avro-serde-php/3.0.1/loader.php';
require_once 'libs/mateusjunges/avro/{lib_version}/loader.php';
require_once 'libs/mateusjunges/avro-php/{lib_version}/loader.php';

use MateusJunges\AvroSerde\AvroSerializer;
use MateusJunges\AvroSerde\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.