PHPackages                             seffeng/json-helper - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. seffeng/json-helper

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

seffeng/json-helper
===================

PHP extension json helper

v0.1.1(2y ago)01.7k1MITPHPPHP &gt;=7.1

Since Aug 25Pushed 2y ago1 watchersCompare

[ Source](https://github.com/seffeng/php-json-helper)[ Packagist](https://packagist.org/packages/seffeng/json-helper)[ Docs](https://github.com/seffeng/php-json-helper)[ RSS](/packages/seffeng-json-helper/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (1)

PHP Helpers
-----------

[](#php-helpers)

### 安装

[](#安装)

```
# 安装
$ composer require seffeng/json-helper
```

### 目录说明

[](#目录说明)

```
|---src
|   |   Json.php
|   |---Traits
|           JsonTrait.php
|---tests
|       JsonTest.php

```

### 示例

[](#示例)

```
/**
 * TestController.php
 * 示例
 */
namespace App\Http\Controllers;

use Seffeng\JsonHelper\Json;

class TestController extends Controller
{
    public function index()
    {
        $arr = [
            'a' => [
                'b' => [
                    'c' => 'ccc'
                ]
            ],
            'd' => [
                'b' => 'ccc',
                'e' => [
                    'f' => 'hhh'
                ]
            ]
        ];
        $json = Json::encode($arr);
        var_dump($json);
        print_r(Json::decode($json));
    }
}
```

### 备注

[](#备注)

1、更多示例请参考 tests 目录下测试文件。

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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 ~342 days

Total

2

Last Release

1056d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/30b3d8cc986a1ad37a55169b11812fea1cae31430dd8dbe1b3436dc58cc885bd?d=identicon)[seffeng](/maintainers/seffeng)

---

Top Contributors

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

---

Tags

phpjsonlaravelhelperslumenseffeng

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[ernysans/laraworld

Countries, Languages and Time Zones Package for Laravel 5.\*

1756.4k](/packages/ernysans-laraworld)[danharper/laravel-jsonx

Add XML support to a JSON-speaking Laravel API with a single middleware via JSONx

1858.7k](/packages/danharper-laravel-jsonx)

PHPackages © 2026

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