PHPackages                             chihyulin66/laravel-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. chihyulin66/laravel-json-helper

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

chihyulin66/laravel-json-helper
===============================

v1.0.0(3y ago)0215MITPHP

Since Nov 3Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ChihYuLin66/laravel-json-helper)[ Packagist](https://packagist.org/packages/chihyulin66/laravel-json-helper)[ RSS](/packages/chihyulin66-laravel-json-helper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

laravel-json
============

[](#laravel-json)

introduction
------------

[](#introduction)

I just want json encode/decode beautifully.

install
-------

[](#install)

Install the package via composer

```
composer require chihyulin66/laravel-json-helper
```

Add Provider to `config/app.php`:

```
'providers' => [
    /*
     * Package Service Providers...
     */
   ChihYuLin66\LaravelJsonHelper\JsonServiceProvider::class
]
```

Add the Facade in `config/app.php`:

```
'aliases' => [
    // ...
    'Json' => ChihYuLin66\LaravelJsonHelper\JsonFacade::class,
]
```

Usage
-----

[](#usage)

```
// use
use ChihYuLin66\LaravelJsonHelper\Json;

$json = Json::encode($value);
$value = Json::decode($json);

// anywhere
$json = app('json')->encode($value);
$value = app('json')->decode($json);
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

1287d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f547218ff68b936145521ce887ca102fef4ee76750a0770c339ba0d7b79623a7?d=identicon)[sqhl6935](/maintainers/sqhl6935)

### Embed Badge

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

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

###  Alternatives

[scssphp/scssphp

scssphp is a compiler for SCSS written in PHP.

62827.7M220](/packages/scssphp-scssphp)[cloudstudio/resource-generator

Resource Generator for Laravel Nova

106136.1k1](/packages/cloudstudio-resource-generator)[mervick/material-design-icons

Google Material Design Icons For Using With Bootstrap

10191.4k7](/packages/mervick-material-design-icons)[midnite81/geolocation

A laravel package which wraps the IP Info DB and IP2Location Services

3624.1k](/packages/midnite81-geolocation)[dereuromark/cakephp-tags

Tags plugin for CakePHP

1660.2k1](/packages/dereuromark-cakephp-tags)[nlac/nlsclientscript

Yii ClientScript extension for prevent reloading javascript and merging/minfying resources

208.2k](/packages/nlac-nlsclientscript)

PHPackages © 2026

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