PHPackages                             asayhome/asay-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. asayhome/asay-editor

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

asayhome/asay-editor
====================

adding configured text editor to laravel application

v0.0.1(3y ago)06Blade

Since Jul 17Pushed 3y ago1 watchersCompare

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

READMEChangelog (1)DependenciesVersions (2)Used By (0)

AsayEditor
==========

[](#asayeditor)

Adding configured text editor to laravel application.

[![Arabic](/screenshots/ar.png)](/screenshots/ar.png)[![English](/screenshots/en.png)](/screenshots/en.png)

Requirements
============

[](#requirements)

This package require that `livewire\livewire` package it's already installed in your project.

Usage
-----

[](#usage)

```
composer require asayhome/asay-editor

```

- this package include styles and scripts need to be pushed in your blade, by default the package use `after-scripts` tag for scripts stack and `after-scripts` for styles stack, you must added in your project layout like next:

`@stack('after-styles')``@stack('after-scripts')`

or you can change this tags names by Publishing the package config file and change the value of:

`pushed-styles-container``pushed-scripts-container`

inside blade file:

```

```

when typing in inside the editor will auto fire event `textChange` that contain the typed content, you can change this event as you need by adding `firedEvent='EventName'` in the including editor tags as next:

```

```

This event is livewire event you can get fired content inside blade file as follow:

```

        Livewire.on('textChange',(content)=>{
            console.log(content);
        })

```

Or you can get it inside livewire component by adding the event in inside component listeners array as follow:

```
 protected $listeners = ['textChange'];

 public function textChange($content)
    {
        ...
    }

```

### Publishing config

[](#publishing-config)

```
php artisan vendor:publish --tag=asayeditor-config

```

### Publishing lang

[](#publishing-lang)

```
php artisan vendor:publish --tag=asayeditor-lang

```

### Publishing views

[](#publishing-views)

```
php artisan vendor:publish --tag=asayeditor-views

```

### Publishing assets

[](#publishing-assets)

```
php artisan vendor:publish --tag=asayeditor-assets

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1396d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/41e75ecb453b547c81b8f8cbf794d1e4f7aa488ce4927882bc87727d99e7e77c?d=identicon)[abdosaeedelhassan](/maintainers/abdosaeedelhassan)

---

Top Contributors

[![abdosaeedelhassan](https://avatars.githubusercontent.com/u/15355610?v=4)](https://github.com/abdosaeedelhassan "abdosaeedelhassan (8 commits)")

### Embed Badge

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

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

###  Alternatives

[volcengine/volc-sdk-php

Volcengine SDK for PHP

35113.0k4](/packages/volcengine-volc-sdk-php)[nabilhassen/laravel-usage-limiter

A laravel package to manage and limit usages/seats by plan, users, or other models

1803.2k](/packages/nabilhassen-laravel-usage-limiter)[workbunny/webman-nacos

Webman plugin workbunny/webman-nacos

673.9k](/packages/workbunny-webman-nacos)[zgldh/crc16-php

crc16 hash methods for PHP

1639.6k1](/packages/zgldh-crc16-php)

PHPackages © 2026

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