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

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

newindforks/orchid-editorjs
===========================

A orchid editorjs field

010PHP

Since Oct 30Pushed 2y agoCompare

[ Source](https://github.com/NewindForks/orchid-editorjs)[ Packagist](https://packagist.org/packages/newindforks/orchid-editorjs)[ RSS](/packages/newindforks-orchid-editorjs/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)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 newindforks/orchid-editorjs
```

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;
```

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

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity20

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/43e4020cbf535ac15a745055424de4f1ab99196fc6b19e6cb529c06f2fa5a5da?d=identicon)[Newind](/maintainers/Newind)

---

Top Contributors

[![AlexSabur](https://avatars.githubusercontent.com/u/12692865?v=4)](https://github.com/AlexSabur "AlexSabur (41 commits)")[![New1nd](https://avatars.githubusercontent.com/u/10168197?v=4)](https://github.com/New1nd "New1nd (5 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)")

### Embed Badge

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

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

PHPackages © 2026

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