PHPackages                             live-controls/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. live-controls/editor

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

live-controls/editor
====================

editor.js implementation for live-controls

019PHP

Since Nov 24Pushed 2y agoCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

editor
======

[](#editor)

editor.js implementation for live-controls

**Warning: This package is not usable at the moment!**

Installation
============

[](#installation)

1. Run composer:

```
composer require live-controls/editor;

```

2. Auto-Installer:

```
php artisan livecontrols-editor:install;

```

2.1) Add vite reference to layout:

- Open layout file (ex. layouts/app.blade.php)
- Add to @vite(\['resources/css/app.css', **'resources/js/lseditor.js', 'resources/css/lseditor.css'**, 'resources/js/app.js'\])

Usage
=====

[](#usage)

Tools
-----

[](#tools)

### Custom Tools

[](#custom-tools)

To add custom tools simply follow those steps:

1. Call installation tool:

```
livecontrols-editor:install-tool;
```

2. Select "other" option
3. Add package name like in "npm i --save **@editorjs/image**"
4. Add unique tool name. This will be saved as a javascript variable as window.TOOL\_NAME
5. Add a key for the tool at the end it will look like this:

```
KEY: TOOL_NAME
```

6. Add the tool like this:

```
@livewire('livecontrols-editor', ['tools' => ['KEY' => ['name' => 'TOOL_NAME]]])

```

### Custom Tools with additional configuration

[](#custom-tools-with-additional-configuration)

To add custom tools with additional informations, follow this example with carousel-editorjs:

1. Call installation tool:

```
livecontrols-editor:install-tool;
```

2. Select "other" option
3. Add package name: carousel-editorjs
4. Add tool name: EditorJSCarousel
5. Add key for tool: carousel
6. Let system install the tool
7. Add the tool like this:

```
@livewire('livecontrols-editor', ['tools' => ['carousel' => ['name' => 'EditorJSCarousel', 'custom' => '{class: EditorJSCarousel,config:{ endpoints: {byFile: "URL_FETCH",}}}']]])
```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity22

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/2f366058ff9e06fad5c432234f0ac35a154bcc4153dbff096987489b16e87eb7?d=identicon)[daredloco](/maintainers/daredloco)

---

Top Contributors

[![daredloco](https://avatars.githubusercontent.com/u/60240491?v=4)](https://github.com/daredloco "daredloco (34 commits)")

### Embed Badge

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

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

###  Alternatives

[helhum/dotenv-connector

Makes it possible to set environment variables for composer projects.

1594.6M34](/packages/helhum-dotenv-connector)[csharpru/vault-php

Best Vault client for PHP that you can find

8410.3M4](/packages/csharpru-vault-php)[laminas/laminas-config-aggregator

Lightweight library for collecting and merging configuration from different sources

384.0M124](/packages/laminas-laminas-config-aggregator)[phpro/grumphp-shim

GrumPHP Phar distribution

274.4M307](/packages/phpro-grumphp-shim)[composer-unused/contracts

Contract repository for composer-unused

115.7M2](/packages/composer-unused-contracts)

PHPackages © 2026

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