PHPackages                             fxcjahid/laravel-editor-js-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. fxcjahid/laravel-editor-js-html

ActivePackage

fxcjahid/laravel-editor-js-html
===============================

Package converts editorjs blocks into html.

2.1(3y ago)140[1 issues](https://github.com/fxcjahid/Laravel-editor-js-html/issues)MITBladePHP ^7.0||^8.0

Since Apr 10Pushed 2y ago1 watchersCompare

[ Source](https://github.com/fxcjahid/Laravel-editor-js-html)[ Packagist](https://packagist.org/packages/fxcjahid/laravel-editor-js-html)[ Docs](https://github.com/fxcjahid/laravel-editor-js-html)[ RSS](/packages/fxcjahid-laravel-editor-js-html/feed)WikiDiscussions main Synced 1mo ago

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

[![laravel-editorjs-html](https://private-user-images.githubusercontent.com/33903532/253172295-22ac126c-f8de-411b-b72f-20517c6c54a9.jpg?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzQwNDI3NDAsIm5iZiI6MTc3NDA0MjQ0MCwicGF0aCI6Ii8zMzkwMzUzMi8yNTMxNzIyOTUtMjJhYzEyNmMtZjhkZS00MTFiLWI3MmYtMjA1MTdjNmM1NGE5LmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjAzMjAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwMzIwVDIxMzQwMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTM1NjNjOTExMWFjZmM2NTI0YjU3ZWIzYzMwMDcwOTU1NGNkMjQxMWQ3MjQ0Y2Q2Y2VlOWNkNjNhNmE5NTAwYjAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.4wEsDkVqfR1g0BTKRs6qbWs_wxzqoYykjyqAQ0TC7CQ)](https://private-user-images.githubusercontent.com/33903532/253172295-22ac126c-f8de-411b-b72f-20517c6c54a9.jpg?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzQwNDI3NDAsIm5iZiI6MTc3NDA0MjQ0MCwicGF0aCI6Ii8zMzkwMzUzMi8yNTMxNzIyOTUtMjJhYzEyNmMtZjhkZS00MTFiLWI3MmYtMjA1MTdjNmM1NGE5LmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjAzMjAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwMzIwVDIxMzQwMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTM1NjNjOTExMWFjZmM2NTI0YjU3ZWIzYzMwMDcwOTU1NGNkMjQxMWQ3MjQ0Y2Q2Y2VlOWNkNjNhNmE5NTAwYjAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.4wEsDkVqfR1g0BTKRs6qbWs_wxzqoYykjyqAQ0TC7CQ)

Laravel Editor JS Html
======================

[](#laravel-editor-js-html)

This package conver EditorJs to pure Html

Install
-------

[](#install)

1. Install package

```
composer require fxcjahid/Laravel-editor-js-html
```

2. Add provider in `config/app.php`

```
fxcjahid\LaravelEditorJsHtml\LaravelEditorJsHtmlProvider::class,
```

Supported Blocks and tools:

- [Heading](https://github.com/editor-js/header)
- [Quote](https://github.com/editor-js/quote)
- [Image](https://github.com/editor-js/image)
- [Simple Image](https://github.com/editor-js/simple-image) (without backend requirement)
- [Nested List](https://github.com/editor-js/nested-list)
- [Checklist](https://github.com/editor-js/checklist)
- [Link embed](https://github.com/editor-js/link)
- [Embeds](https://github.com/editor-js/embed) ( YouTube, Twitch, Vimeo, Gfycat, Instagram, Twitter, etc )
- [Table](https://github.com/editor-js/table)
- [Delimiter](https://github.com/editor-js/delimiter)
- [Warning](https://github.com/editor-js/warning)
- [Code](https://github.com/editor-js/code)
- [Raw HTML](https://github.com/editor-js/raw)
- [Attaches](https://github.com/editor-js/attaches)
- [Marker](https://github.com/editor-js/marker)
- [Inline Code](https://github.com/editor-js/inline-code)

See the [😎 Awesome Editor.js](https://github.com/editor-js/awesome-editorjs) list for more tools.

Suggest
-------

[](#suggest)

-

Usage
-----

[](#usage)

Convert blocks into HTML

```
use Fxcjahid\LaravelEditorJsHtml\BlocksManager;

$blocksManager = new BlocksManager($data);
$html = $blocksManager->renderHtml();
echo $html
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Total

2

Last Release

1129d ago

PHP version history (2 changes)2.0PHP ^7.2||^8.1

2.1PHP ^7.0||^8.0

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

editojseditorjs-to-htmllaraveleditorjsLaravel editorjseditorjs to Html generator

### Embed Badge

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

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[advoor/nova-editor-js

A Laravel Nova field bringing EditorJs magic to Nova.

92179.0k3](/packages/advoor-nova-editor-js)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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