PHPackages                             wizbii/editor-js-to-html - 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. [Templating &amp; Views](/categories/templating)
4. /
5. wizbii/editor-js-to-html

ActiveLibrary[Templating &amp; Views](/categories/templating)

wizbii/editor-js-to-html
========================

Php library to render EditorJs to HTML

v1.0.2(1y ago)04.7k↓19.5%MITPHP

Since Feb 6Pushed 1y ago3 watchersCompare

[ Source](https://github.com/wizbii/editor-js-to-html)[ Packagist](https://packagist.org/packages/wizbii/editor-js-to-html)[ RSS](/packages/wizbii-editor-js-to-html/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (8)Versions (4)Used By (0)

EditorJs to HTML
================

[](#editorjs-to-html)

Php library to render EditorJs to HTML.

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

[](#installation)

You can install the library via Composer:

```
composer require wizbii/editor-js-to-html
```

Usage
-----

[](#usage)

```
use Wizbii\EditorJsToHtml\EditorJsToHtml;

$editorJs = '{
    "time": 1724416790049,
    "blocks": [
        {
            "id": "I0aXLNrk3g",
            "type": "header",
            "data": {
                "text": "Question n°1",
                "level": 1
            }
        },
        {
            "id": "I0aXsL7VIq",
            "type": "paragraph",
            "data": {
                "text": "Veuillez indiquer votre date de naissance."
            }
        }
    ],
    "version": "2.29.1"
}';

echo EditorJsHelper::renderEditorJsToHtml($editorJs);
```

Running the tests
-----------------

[](#running-the-tests)

You can run the tests with PHPUnit:

```
composer test
```

For test coverage:

```
composer test-coverage
```

Code quality
------------

[](#code-quality)

To check for code quality issues, you can use the following commands:

```
composer dev:cs
```

To automatically fix code style issues:

```
composer cs:fix
composer rector:fix
```

Authors
-------

[](#authors)

Sylvain DEPARTE -

License
-------

[](#license)

This project is licensed under the MIT License

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance40

Moderate activity, may be stable

Popularity22

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity40

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

3

Last Release

513d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/333036babc9e6d80c85b1570f8318c2d14e7ccbc68ea05e00874df4b950f2860?d=identicon)[wizbii\_sdeparte](/maintainers/wizbii_sdeparte)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Rector

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/wizbii-editor-js-to-html/health.svg)

```
[![Health](https://phpackages.com/badges/wizbii-editor-js-to-html/health.svg)](https://phpackages.com/packages/wizbii-editor-js-to-html)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[api-platform/core

Build a fully-featured hypermedia or GraphQL API in minutes!

2.6k51.2M339](/packages/api-platform-core)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)[web-auth/webauthn-lib

FIDO2/Webauthn Support For PHP

12310.5M135](/packages/web-auth-webauthn-lib)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M508](/packages/pimcore-pimcore)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

515100.5k3](/packages/web-auth-webauthn-framework)

PHPackages © 2026

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