PHPackages                             hadi-aghandeh/filament-editorjs - 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. hadi-aghandeh/filament-editorjs

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

hadi-aghandeh/filament-editorjs
===============================

Next generation block styled editor.

1.0.0(1y ago)01MITPHPPHP ^8.1

Since Jan 27Pushed 1y agoCompare

[ Source](https://github.com/HadiAghandeh/filament-editorjs)[ Packagist](https://packagist.org/packages/hadi-aghandeh/filament-editorjs)[ Docs](https://github.com/rahmanramsi/filament-editorjs)[ RSS](/packages/hadi-aghandeh-filament-editorjs/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (9)Versions (2)Used By (0)

Filament EditorJs
=================

[](#filament-editorjs)

[![Filament EditorJs](art/banner.png)](art/banner.png)[![Latest Version on Packagist](https://camo.githubusercontent.com/ac429be97d85e74a600a69a3719142a8c0151a921747ba7fdce7ee22c55793aa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7261686d616e72616d73692f66696c616d656e742d656469746f726a732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rahmanramsi/filament-editorjs)[![Total Downloads](https://camo.githubusercontent.com/651f7a956694532a9ed620d9ab8eb78c30e82d9d9355f3e265dd49bd87780975/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7261686d616e72616d73692f66696c616d656e742d656469746f726a732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rahmanramsi/filament-editorjs)

[EditorJs](https://editorjs.io/) integration for Filament Admin/Forms.

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

[](#installation)

You can install the package via composer:

```
composer require rahmanramsi/filament-editorjs
```

Usage
-----

[](#usage)

```
use FilamentEditorJs\Forms\Components\EditorJs;

EditorJs::make('content')
```

Customization
-------------

[](#customization)

### Tools

[](#tools)

By default all tools are enabled. This is a list of available tools:

```
[
    'header',
    'image',
    'delimiter',
    'list',
    'underline',
    'quote',
    'table',
    'raw',
    'code',
    'inline-code',
    'style',
]
```

You can disable any of them using by passing an array of tool names:

```
EditorJs::make('content')->disableTools(['image', 'raw']);
```

Also you can enable only certain tools:

```
EditorJs::make('content')->tools(['image', 'raw']);
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance42

Moderate activity, may be stable

Popularity1

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 56% 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

Unknown

Total

1

Last Release

471d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0cf0eb705be83687b56c9fb1284b298815d86025fe6f87c048aae9e45a7302f2?d=identicon)[aghandeh](/maintainers/aghandeh)

---

Top Contributors

[![rahmanramsi](https://avatars.githubusercontent.com/u/48276043?v=4)](https://github.com/rahmanramsi "rahmanramsi (14 commits)")[![thisnugroho](https://avatars.githubusercontent.com/u/49790011?v=4)](https://github.com/thisnugroho "thisnugroho (4 commits)")[![HadiAghandeh](https://avatars.githubusercontent.com/u/28506997?v=4)](https://github.com/HadiAghandeh "HadiAghandeh (2 commits)")[![bashgeek](https://avatars.githubusercontent.com/u/4669888?v=4)](https://github.com/bashgeek "bashgeek (1 commits)")[![mrfade](https://avatars.githubusercontent.com/u/7377876?v=4)](https://github.com/mrfade "mrfade (1 commits)")[![maaz1n](https://avatars.githubusercontent.com/u/46790922?v=4)](https://github.com/maaz1n "maaz1n (1 commits)")[![ibnnajjaar](https://avatars.githubusercontent.com/u/7188633?v=4)](https://github.com/ibnnajjaar "ibnnajjaar (1 commits)")[![Jubeki](https://avatars.githubusercontent.com/u/15707543?v=4)](https://github.com/Jubeki "Jubeki (1 commits)")

---

Tags

laravelfilament-editorjsrahmanramsi

###  Code Quality

TestsPest

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/hadi-aghandeh-filament-editorjs/health.svg)

```
[![Health](https://phpackages.com/badges/hadi-aghandeh-filament-editorjs/health.svg)](https://phpackages.com/packages/hadi-aghandeh-filament-editorjs)
```

###  Alternatives

[spatie/laravel-data

Create unified resources and data transfer objects

1.7k28.9M627](/packages/spatie-laravel-data)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

320392.1k17](/packages/codewithdennis-filament-select-tree)[ralphjsmit/laravel-filament-components

A collection of reusable components for Filament.

10972.2k2](/packages/ralphjsmit-laravel-filament-components)[hirethunk/verbs

An event sourcing package that feels nice.

513162.9k6](/packages/hirethunk-verbs)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

123544.7k](/packages/worksome-exchange)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)

PHPackages © 2026

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