PHP Package: ergebnis/json-pointer

PHP library for handling JSON pointers efficiently and accurately, providing seamless navigation and manipulation of JSON structures.

Current Version: 3.7.1
Last Updated: 2025-09-06
PHP Requirement: ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0
Dependencies: None

Package Description

The JSON Pointer PHP library by ergebnis allows developers to work with JSON pointers effortlessly, enabling precise navigation and modification of JSON data. With a comprehensive set of functions and methods, this library streamlines the process of accessing and updating specific parts of JSON documents, enhancing the overall development experience.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.7.1

Download Download v3.7.1

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-pointer/3.7.1/loader.php';
use Ergebnis\Json\Pointer;

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