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. [Utility &amp; Helpers](/categories/utility)
4. /
5. fxcjahid/laravel-editor-js-html

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

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 yesterday

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.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODMwMzU3ODUsIm5iZiI6MTc4MzAzNTQ4NSwicGF0aCI6Ii8zMzkwMzUzMi8yNTMxNzIyOTUtMjJhYzEyNmMtZjhkZS00MTFiLWI3MmYtMjA1MTdjNmM1NGE5LmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA3MDIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNzAyVDIzMzgwNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTdmMTFmNDAyYzRjNWM0ODc2Y2Y4NDcwYTMyNWRlM2RhNTM4NDA1MWYwYmExNjkxNjM2NDQ4YmUyZTE2YzY4MjcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JnJlc3BvbnNlLWNvbnRlbnQtdHlwZT1pbWFnZSUyRmpwZWcifQ.UaSptDENWYAhSPZrqJx01WwRpREU-KSdbLndYkmtEJY)](https://private-user-images.githubusercontent.com/33903532/253172295-22ac126c-f8de-411b-b72f-20517c6c54a9.jpg?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODMwMzU3ODUsIm5iZiI6MTc4MzAzNTQ4NSwicGF0aCI6Ii8zMzkwMzUzMi8yNTMxNzIyOTUtMjJhYzEyNmMtZjhkZS00MTFiLWI3MmYtMjA1MTdjNmM1NGE5LmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA3MDIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNzAyVDIzMzgwNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTdmMTFmNDAyYzRjNWM0ODc2Y2Y4NDcwYTMyNWRlM2RhNTM4NDA1MWYwYmExNjkxNjM2NDQ4YmUyZTE2YzY4MjcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JnJlc3BvbnNlLWNvbnRlbnQtdHlwZT1pbWFnZSUyRmpwZWcifQ.UaSptDENWYAhSPZrqJx01WwRpREU-KSdbLndYkmtEJY)

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 9% 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

1175d ago

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

2.1PHP ^7.0||^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/33903532?v=4)[Mohammad Jahid](/maintainers/fxcjahid)[@fxcjahid](https://github.com/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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[oat-sa/tao-core

TAO core extension

66143.7k122](/packages/oat-sa-tao-core)

PHPackages © 2026

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