PHP Package: halaxa/json-machine

PHP library for efficient JSON processing, provides easy iteration and manipulation of JSON data structures.

Current Version: 1.2.5
Last Updated: 2025-07-07
PHP Requirement: 7.2 - 8.4
Dependencies: None

Package Description

JSON-Machine is a high-performance PHP library designed to streamline JSON data handling tasks, offering seamless iteration through complex structures and efficient manipulation capabilities. With its intuitive interface, developers can effortlessly navigate, filter, and transform JSON data, optimizing productivity and enhancing application performance.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.2.5

Download Download v1.2.5

Previous Versions

Code Integration Example

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

<?php
// Example from PHPlibraries.com

require_once 'libs/halaxa/json-machine/1.2.5/loader.php';
use Halaxa\JsonMachine\Stream\Stream;
use Halaxa\JsonMachine\Stream\StringStream;

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