chili-labs/json-patch

This package is abandoned and no longer maintained. No replacement package was suggested.

Simple library for applying JSON Patches (RFC 6902) to PHP data structures

v1.0.0 2015-05-04 13:01 UTC

This package is not auto-updated.

Last update: 2019-08-20 21:53:31 UTC


README

Simple library for applying JSON Patches (RFC 6902) to PHP data structures

Latest Stable Version Total Downloads License Build Status Coverage Status SensioLabsInsight

Description

This library implements the RFC 6902 for PHP. Together with the JSONPointer library it tries to simplify applying json-patches to various php data structures.

Installation

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

composer require chili-labs/json-patch

Usage

The documentation is work in progress.

Tests

To run the test suite, you need composer.

php composer.phar install
phpunit

License

JSONPatch is licensed under the MIT license.