PHPackages                             php-jsonpointer/php-jsonpointer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. php-jsonpointer/php-jsonpointer

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

php-jsonpointer/php-jsonpointer
===============================

Implementation of JSON Pointer (http://tools.ietf.org/html/rfc6901)

v4.0.0(4y ago)8915.1M—6%10[1 issues](https://github.com/raphaelstolt/php-jsonpointer/issues)11MITPHPPHP &gt;=7.4CI failing

Since Nov 20Pushed 1y ago8 watchersCompare

[ Source](https://github.com/raphaelstolt/php-jsonpointer)[ Packagist](https://packagist.org/packages/php-jsonpointer/php-jsonpointer)[ Docs](https://github.com/raphaelstolt/php-jsonpointer)[ RSS](/packages/php-jsonpointer-php-jsonpointer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (14)Used By (11)

JSON Pointer for PHP
====================

[](#json-pointer-for-php)

[![Test](https://github.com/raphaelstolt/php-jsonpointer/workflows/Test/badge.svg)](https://github.com/raphaelstolt/php-jsonpointer/workflows/Test/badge.svg) [![Version](https://camo.githubusercontent.com/591ae039f52faa18b9ccf4770a13c97363d65f3aae98cc53c36b4a4ec027be77/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7068702d6a736f6e706f696e7465722f7068702d6a736f6e706f696e7465722e7376673f7374796c653d666c6174)](https://packagist.org/packages/php-jsonpointer/php-jsonpointer) [![PHP Version](https://camo.githubusercontent.com/e75ee3e54e01af4614fff6cca4b538e3da263832d751ee88abcf332c3174d3e5/687474703a2f2f696d672e736869656c64732e696f2f62616467652f7068702d382e312b2d6666363962342e737667)](https://packagist.org/packages/php-jsonpointer/php-jsonpointer)

This is an implementation of [JSON Pointer](http://tools.ietf.org/html/rfc6901) written in PHP. Triggered by @janl's node.js [implementation](https://github.com/janl/node-jsonpointer) and being a bit bored.

### Installation via Composer

[](#installation-via-composer)

```
composer require php-jsonpointer/php-jsonpointer
```

### Usage

[](#usage)

Now you can use JSON Pointer for PHP via the available Composer **autoload file**.

```
