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
v1.0.0
2015-05-04 13:01 UTC
Requires
- php: >=5.4.0
- chili-labs/json-pointer: ~1.0
- myclabs/deep-copy: ~1.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 6d3c9018f3efe704e6374a7fd6417463883b1a1d
- Daniel Tschinder <daniel.woop@tschinder.de>
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.
