PHPackages                             dinodev/json - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. dinodev/json

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

dinodev/json
============

A PHP Library for Modify JSON

2.0.2(4y ago)122MITPHP

Since Dec 7Pushed 4y ago1 watchersCompare

[ Source](https://github.com/TheDevick/Json-PHP)[ Packagist](https://packagist.org/packages/dinodev/json)[ RSS](/packages/dinodev-json/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

Json
====

[](#json)

A PHP Library for Modify JSON

[View on Packagist](https://packagist.org/packages/dinodev/json)

How to Use
----------

[](#how-to-use)

Namespace: `DinoDev\Json\Classes`

Use: `DinoDev\Json\Classes\Json`

### Get JSON File

[](#get-json-file)

```
$Json = new Json();
$Json->getJson(__DIR__ . "/File.json"); //It will Return A Array of Json, or Error.
```

### Write JSON File

[](#write-json-file)

```
$Json = new Json();
$Json->writeJson(__DIR__ . "/File.json", ["New JSON File" => "It's Working"]); //Will Subscribe File.Json to the Array
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

1622d ago

Major Versions

1.0.0 → 2.0.02021-12-08

### Community

Maintainers

![](https://www.gravatar.com/avatar/76fd0484cb2ce46d126e67e2f5832388ae53cec3d4cbeb72a50a4f46c2f0db56?d=identicon)[The Devick](/maintainers/The%20Devick)

---

Top Contributors

[![TheDevick](https://avatars.githubusercontent.com/u/71853418?v=4)](https://github.com/TheDevick "TheDevick (13 commits)")

### Embed Badge

![Health badge](/badges/dinodev-json/health.svg)

```
[![Health](https://phpackages.com/badges/dinodev-json/health.svg)](https://phpackages.com/packages/dinodev-json)
```

###  Alternatives

[whitehat101/apr1-md5

Apache's APR1-MD5 algorithm in pure PHP

349.7M10](/packages/whitehat101-apr1-md5)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
