PHPackages                             miaababikir/snow - 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. miaababikir/snow

ActiveLibrary

miaababikir/snow
================

50[5 PRs](https://github.com/Miaababikir/Snow/pulls)PHP

Since Oct 10Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Miaababikir/Snow)[ Packagist](https://packagist.org/packages/miaababikir/snow)[ RSS](/packages/miaababikir-snow/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (6)Used By (0)

Snow for Editor js
==================

[](#snow-for-editor-js)

Installation
------------

[](#installation)

To install lib use composer:

```
   composer require miaababikir/snow

```

Guide
-----

[](#guide)

Add this line at the top of your PHP script

```
    use Miaababikir\Snow\Parser;
```

Basic usage
-----------

[](#basic-usage)

You can parse editor js json by passing the json object and you will get the content in plain HTML.

#### For example

[](#for-example)

The json from editor js will look like this:

```
    {
      "time": 1570726916129,
      "blocks": [
        {
          "type": "header",
          "data": {
            "text": "Editor.js",
            "level": 2
          }
        },
        {
          "type": "list",
          "data": {
            "style": "unordered",
            "items": [
              "It is a block-styled editor",
              "It returns clean data output in JSON",
              "Designed to be extendable and pluggable with a simple API"
            ]
          }
        },
        {
          "type": "paragraph",
          "data": {
            "text": "We have been working."
          }
        }
      ],
      "version": "2.15.0"
    }
```

You will pass the json above to the parser

```
    Parser::parse($editorJson);
```

Then the output will be something like this

```
    "Editor.jsIt is a block-styled editorIt returns clean data output in JSONDesigned to be extendable and pluggable with a simple APIWe have been working."
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/91be9c371a2a6503dc8d0c532814928d3b1694cd22337b46608277123a9d1832?d=identicon)[Miaababikir](/maintainers/Miaababikir)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/miaababikir-snow/health.svg)

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

PHPackages © 2026

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