PHPackages                             arcanely/editor - 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. [Templating &amp; Views](/categories/templating)
4. /
5. arcanely/editor

ActiveLibrary[Templating &amp; Views](/categories/templating)

arcanely/editor
===============

Laravel Blade Component Library for Editor.js

325[2 issues](https://github.com/Arcanely/editor/issues)PHP

Since Sep 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Arcanely/editor)[ Packagist](https://packagist.org/packages/arcanely/editor)[ RSS](/packages/arcanely-editor/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Overview
========

[](#overview)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0c8f583c27b91301ba3eec23673aea6b53eb9a29768c97a6bad5164771e0add3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f617263616e656c792f656469746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/arcanely/editor)[![Total Downloads](https://camo.githubusercontent.com/9f5f6c5bfb13df968da1df4912be3ca38792b958ef10426ad52fe27fca2940e7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f617263616e656c792f656469746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/arcanely/editor)[![GitHub Actions](https://github.com/arcanely/editor/actions/workflows/main.yml/badge.svg)](https://github.com/arcanely/editor/actions/workflows/main.yml/badge.svg)

A Laravel Blade Component Library for the [Editor.js](https://editorjs.io/) Block Editor

Note: This library does nothing to validate or purify user input. This must be done in your application.

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

[](#installation)

You can install the package via composer:

```
composer require arcanely/editor
```

You may override all default files like this

```
php artisan vendor:publish --provider="Arcanely\Editor\EditorServiceProvider"
```

or pass a tag for `config`, `public`, `src-assets`, `views`

```
php artisan vendor:publish --provider="Arcanely\Editor\EditorServiceProvider"  --tag=views
```

You can automate the asset publishing on updates by adding this to the composer.json scripts section.

```
"scripts": {
    "post-update-cmd": [
        "@php artisan vendor:publish --provider=\"Arcanely\\Editor\\EditorServiceProvider\""
    ]
}
```

Usage
-----

[](#usage)

```
// Usage description here
// Until docs are written, look at the welcome view
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

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

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

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

Credits
-------

[](#credits)

- [Nick Adams](https://github.com/arcanely)
- [All Contributors](../../contributors)

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance7

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/61386390aa4293d4735f30a0825dc88bc98cf624599356dc1ae308227a35785b?d=identicon)[arcanely](/maintainers/arcanely)

---

Top Contributors

[![nickolasjadams](https://avatars.githubusercontent.com/u/15788998?v=4)](https://github.com/nickolasjadams "nickolasjadams (24 commits)")

### Embed Badge

![Health badge](/badges/arcanely-editor/health.svg)

```
[![Health](https://phpackages.com/badges/arcanely-editor/health.svg)](https://phpackages.com/packages/arcanely-editor)
```

###  Alternatives

[mustache/mustache

A Mustache implementation in PHP.

3.3k44.6M291](/packages/mustache-mustache)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3871.2M](/packages/limenius-react-bundle)[nicmart/string-template

StringTemplate is a very simple string template engine for php. I've written it to have a thing like sprintf, but with named and nested substutions.

2101.7M30](/packages/nicmart-string-template)

PHPackages © 2026

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