PHPackages                             webchemistry/simple-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. webchemistry/simple-json

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

webchemistry/simple-json
========================

v1.1.1(1y ago)02.5k↓75%1PHPPHP &gt;= 8.0

Since Jul 8Pushed 1y ago1 watchersCompare

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

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

Simple json parser
------------------

[](#simple-json-parser)

JSON which is not so strict and very similar to JS object syntax.

`{ key: value, }` = `['key' => 'value']`
`{ 'key': "value", }` = `['key' => 'value']`
`{ { foo }, { bar } }` = `[['foo'], ['bar']]`
`{ foo, 15: bar, foo }` = `[0 => 'foo', 15 => 'bar', 16 => 'foo']`
`{ 15 }` = `15`
`{ 42.42 }` = `42.42`
`[ 1, 2 ]` = `[1, 2]`

### Usage

[](#usage)

```
WebChemistry\SimpleJson\SimpleJsonParser::parse($string);
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance42

Moderate activity, may be stable

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

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

Total

3

Last Release

469d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/312e788a47a251e05734378921d4596a91819b7de416fa18e77aa69e08798ea8?d=identicon)[Antik](/maintainers/Antik)

---

Top Contributors

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

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

PHPackages © 2026

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