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

Maintainers

👁 danez

Package info

github.com/chili-labs/json-patch

pkg:composer/chili-labs/json-patch

Statistics

Installs: 3 013

Dependents: 1

Suggesters: 0

Stars: 3

Open Issues: 0

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

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 6d3c9018f3efe704e6374a7fd6417463883b1a1d

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.