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

Latest commit

 

History

History
35 lines (22 loc) · 1.62 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.62 KB

JSONPatch

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.