radioactivehamster / json
A PHP Helper class for reading and writing JSON files.
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/radioactivehamster/json
Requires
- php: ~5.5|~7.0
- ext-json: *
Requires (Dev)
- fabpot/php-cs-fixer: ^1.11
- phpspec/phpspec: ^2.4
- symfony/var-dumper: ^3.0
This package is not auto-updated.
Last update: 2025-10-12 00:25:44 UTC
README
A PHP Helper class for reading and writing JSON files.
Install
$ composer require radioactivehamster/json
Usage
<?php use RadHam\Json; $file = 'hello-world.json'; $json = Json::parseFile($file); Json::writeFile('my-hello-world.json', $json);
License
The MIT License (Expat). See the license file for details.