PHP Package: 2tvenom/cborencode

CBOR encoding library for PHP providing efficient serialization and deserialization functionality with small code footprint and high performance.

Current Version: 1.0.2
Last Updated: 2020-11-03
PHP Requirement: >=5.4.0
Dependencies: None

Package Description

CBOR encoding library for PHP, offering a lightweight solution for encoding and decoding data structures in Concise Binary Object Representation format. It ensures fast and efficient serialization with minimal overhead and a simple API, making it ideal for IoT devices, APIs, and data interchange.

🔗 View on GitHub

Download Latest Version: 1.0.2

Download Download v1.0.2

Code Integration Example

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

<?php
// Example from PHPlibraries.com

require_once 'libs/2tvenom/cborencode/1.0.2/loader.php';
use 2tvenom\cborencode\CBOR;

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