Skip to content
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.
/ json-pointer Public archive

Simple library for accessing PHP data structures with JSON Pointers (RFC 6901)

License

Notifications You must be signed in to change notification settings

chili-labs/json-pointer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSONPointer

Simple library for accessing PHP data structures with JSON Pointers (RFC 6901)

Latest Stable Version Total Downloads License Build Status Coverage Status SensioLabsInsight

Description

This library implements the RFC 6901 for PHP. It is possible to parse a path (e.g./some/path) or create the JsonPointer object from array (e.g. ['some','path']). There are several other good libraries ( 1, 2, 3 ) for parsing json-pointers, but none of them was able to access other php structures besides default arrays. With different accessors, which are part of this library, you can apply json-pointers to either arrays or also plain objects. Custom accessors can simply be created on your own.

Installation

To install this library, run the command below and you will get the latest version:

composer require chili-labs/json-pointer

Usage

The documentation is work in progress.

Tests

To run the test suite, you need composer.

composer install
phpunit

License

JSONPointer is licensed under the MIT license.

About

Simple library for accessing PHP data structures with JSON Pointers (RFC 6901)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages