iogravity/json-dump

Whether you're a developer or not, Json Dump makes storing and manipulating json data effortless.

v1.1.1 2023-03-22 17:45 UTC

README

Latest Version on Packagist Build License Releases

Whether you are a developer or not, Json Dump makes storing and manipulating json data effortless.

Support us

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page.

Installation

You can install the package via composer:

composer require iogravity/json-dump

Usage

$dump = JsonDump\JsonDumpClient::init($secret);
$dump->create(json_encode(["hello" => "Iogravity"], "json_one");

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Credits

License

The MIT License (MIT). Please see License File for more information.