Download the PHP package dcblogdev/php-find-and-replace-json without Composer
On this page you can find all versions of the php package dcblogdev/php-find-and-replace-json. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dcblogdev/php-find-and-replace-json
More information about dcblogdev/php-find-and-replace-json
Files in dcblogdev/php-find-and-replace-json
Package php-find-and-replace-json
Short Description Find and replace keys or values in json or arrays
License MIT
Homepage https://github.com/dcblogdev/php-find-and-replace-json
Informations about the package php-find-and-replace-json
Takes a JSON payload and replaces either a key or value from a provided array.
Install
Install via Composer
Usage
Provide a JSON array and an array containing values to replace.
Create an instance of FindAndReplaceJson call replace and pass in the JSON array and array of replacing values.
JSON is returned with the replaced values. Keys can also be replaced by specifying named keys in $replaces array.
Result:
By default, JSON is expected but a normal array can be used by passing false as the third argument to FindAndReplaceJson.
When the third argument ($isJson
) is set to false FindAndReplaceJson expects an array and will return an array.
Contributing
Contributions are welcome and will be fully credited.
Contributions are accepted via Pull Requests on Github.
Pull Requests
-
Document any change in behaviour - Make sure the
readme.md
and any other relevant documentation are kept up-to-date. -
Consider our release cycle - We try to follow SemVer v2.0.0. Randomly breaking public APIs is not an option.
- One pull request per feature - If you want to do more than one thing, send multiple pull requests.
Running Tests
To run unit tests, simply execute the following command in your console:
Security
If you discover any security related issues, please email [email protected] email instead of using the issue tracker.
License
Please see the license file for more information.