PHPackages                             alexsabur/orchid-editorjs-field - 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. alexsabur/orchid-editorjs-field

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

alexsabur/orchid-editorjs-field
===============================

A orchid editorjs field

3.0.0(3y ago)1327.4k6[3 PRs](https://github.com/AlexSabur/orchid-editorjs-field/pulls)MITPHP

Since Jan 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/AlexSabur/orchid-editorjs-field)[ Packagist](https://packagist.org/packages/alexsabur/orchid-editorjs-field)[ RSS](/packages/alexsabur-orchid-editorjs-field/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (10)Used By (0)

Orchid Editorjs Field
=====================

[](#orchid-editorjs-field)

[![GitHub Workflow Status](https://github.com/AlexSabur/orchid-editorjs-field/workflows/Run%20tests/badge.svg)](https://github.com/AlexSabur/orchid-editorjs-field/actions)[![styleci](https://camo.githubusercontent.com/4620ba8e0d8957f0bef3df0c949498c8c36d54582760ac4cab6a6cd936782992/68747470733a2f2f7374796c6563692e696f2f7265706f732f3138383431333438362f736869656c64)](https://styleci.io/repos/188413486)

[![Packagist](https://camo.githubusercontent.com/dcf8db9dc01b22048c4d217140682fcf1862b323d86cbba2c46cd59f89c04a24/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f416c657853616275722f6f72636869642d656469746f726a732d6669656c642e737667)](https://packagist.org/packages/AlexSabur/orchid-editorjs-field)[![Packagist](https://camo.githubusercontent.com/160c39baf928993555f879438fe2a09308712d25c717f5792c3d829d5172aabd/68747470733a2f2f706f7365722e707567782e6f72672f416c657853616275722f6f72636869642d656469746f726a732d6669656c642f642f746f74616c2e737667)](https://packagist.org/packages/AlexSabur/orchid-editorjs-field)[![Packagist](https://camo.githubusercontent.com/50ff8188dfed1cbb34f6d74008d1b1e19216654af66c0f74e7f05c16a54ed259/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f416c657853616275722f6f72636869642d656469746f726a732d6669656c642e737667)](https://packagist.org/packages/AlexSabur/orchid-editorjs-field)

Package description: Work in process

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

[](#installation)

Install via composer

```
composer require alexsabur/orchid-editorjs-field
```

Usage
-----

[](#usage)

```
    /**
     * Views.
     *
     * @return Layout[]
     */
    public function layout(): array
    {
        return [
            Layout::rows([
                EditorJS::make('mydata')->tools([
                    MarkerTool::make('marker'),
                    ImageTool::make('picture')
                    HeaderTool::make('header')
                ])
            ]),
        ];
    }
```

### Register new tool

[](#register-new-tool)

```
php artisan orchid:editorjs:tool MySuperTool
```

And in js

```
class MySuperTool {
    //code
}

window.editorJSTools = window.editorJSTools || [];
window.editorJSTools['MySuperTool'] = MySuperTool;
```

Security
--------

[](#security)

If you discover any security related issues, please email instead of using the issue tracker.

Credits
-------

[](#credits)

- [Alex](https://github.com/AlexSabur/orchid-editorjs-field)
- [All contributors](https://github.com/AlexSabur/orchid-editorjs-field/graphs/contributors)

This package is bootstrapped with the help of [melihovv/laravel-package-generator](https://github.com/melihovv/laravel-package-generator).

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 89.1% 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 ~39 days

Total

5

Last Release

1423d ago

Major Versions

1.x-dev → 2.0.02022-02-07

2.x-dev → 3.0.02022-06-19

### Community

Maintainers

![](https://www.gravatar.com/avatar/3e21453b68c4c530e157f96ec217a355c828cd6b821f1ec0cd8dd69f041fcbdc?d=identicon)[AlexSabur](/maintainers/AlexSabur)

---

Top Contributors

[![AlexSabur](https://avatars.githubusercontent.com/u/12692865?v=4)](https://github.com/AlexSabur "AlexSabur (41 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (2 commits)")

---

Tags

fieldorchideditorjs

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/alexsabur-orchid-editorjs-field/health.svg)

```
[![Health](https://phpackages.com/badges/alexsabur-orchid-editorjs-field/health.svg)](https://phpackages.com/packages/alexsabur-orchid-editorjs-field)
```

###  Alternatives

[spicyweb/craft-neo

A Matrix-like field type with block hierarchy

395798.1k10](/packages/spicyweb-craft-neo)[inspheric/nova-indicator-field

A Laravel Nova indicator field.

128966.2k1](/packages/inspheric-nova-indicator-field)[inspheric/nova-url-field

A Laravel Nova URL field.

1031.3M1](/packages/inspheric-nova-url-field)[timothyasp/nova-color-field

A Laravel Nova Color Picker field.

781.6M5](/packages/timothyasp-nova-color-field)[davidpiesse/nova-toggle

A Boolean Toggle Switch Field

861.1M3](/packages/davidpiesse-nova-toggle)[pugx/autocompleter-bundle

Add an autocomplete type to forms

93861.6k3](/packages/pugx-autocompleter-bundle)

PHPackages © 2026

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