PHP Package: ergebnis/json

The PHP library 'ergebnis/json' provides efficient JSON handling for PHP applications, ensuring optimal performance and ease of use.

Current Version: 1.4.0
Last Updated: 2024-11-17
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 'ergebnis/json' PHP library enables developers to seamlessly encode and decode JSON data, offering a robust solution for managing JSON content. With a focus on performance and reliability, this library simplifies JSON manipulation tasks while maintaining high standards of quality and flexibility.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.4.0

Download Download v1.4.0

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/1.4.0/loader.php';
require_once 'libs/vendor/dependency1/{lib_version}/loader.php';
require_once 'libs/vendor/dependency2/{lib_version}/loader.php';

use Ergebnis\Json\ClassName1;
use Vendor\Dependency1\ClassName;
use Vendor\Dependency2\ClassName;

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