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.
To install this library, run the command below and you will get the latest version:
composer require chili-labs/json-patch
The documentation is work in progress.
To run the test suite, you need composer.
php composer.phar install
phpunit
JSONPatch is licensed under the MIT license.