PHP Package: ergebnis/json-normalizer

JSON Normalizer PHP library provides tools to standardize JSON data structures efficiently.

Current Version: 4.8.0
Last Updated: 2024-12-04
PHP Requirement: ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
Dependencies: None

Package Description

The JSON Normalizer PHP library offers a comprehensive set of functions to cleanse and reformat JSON data, ensuring consistency and coherence. With a focus on modularity and performance, this library simplifies the process of handling complex JSON structures, making it an essential tool for any PHP developer working with JSON data.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 4.9.0

Clock Coming soon

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/ergebnis/json-normalizer/4.9.0/loader.php';
use Ergebnis\Json\Normalizer\Tests\Unit\JsonNormalizerTest;

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