iogravity / json-dump
Whether you're a developer or not, Json Dump makes storing and manipulating json data effortless.
Fund package maintenance!
iogravity
Requires
- php: >=7.2
- guzzlehttp/guzzle: ^7.5
Requires (Dev)
- laravel/pint: ^1.2
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2025-04-23 04:33:35 UTC
README
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.