PHPackages                             dv-team/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. dv-team/json

ActiveLibrary

dv-team/json
============

A wrapper-class for json\_encode and json\_decode to automatically set some constants like JSON\_UNESCAPED\_SLASHES | JSON\_UNESCAPED\_UNICODE | JSON\_THROW\_ON\_ERROR

1.0.1(5y ago)01.3kMITPHPPHP &gt;= 7.3

Since Jul 24Pushed 5y ago1 watchersCompare

[ Source](https://github.com/dv-team/php-json)[ Packagist](https://packagist.org/packages/dv-team/json)[ RSS](/packages/dv-team-json/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

PHP-JSON-Wrapper
================

[](#php-json-wrapper)

A wrapper-class for json\_encode and json\_decode to automatically set some constants like JSON\_UNESCAPED\_SLASHES | JSON\_UNESCAPED\_UNICODE | JSON\_THROW\_ON\_ERROR

```
use DvTeam\JSON\JSON;

JSON::stringify(['a' => 123], false); // {"a":123}

JSON::parse('{"a":123}'); // ['a' => 123]
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

2

Last Release

2114d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cf998d17114530b943a1e99eb63b62ec349c0546c92eb5794e33141ad02ed434?d=identicon)[dv-team](/maintainers/dv-team)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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