PHPackages                             onoma/enye-generator - 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. onoma/enye-generator

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

onoma/enye-generator
====================

a simple laravel package using livewire for reusable field components for forms that atteached enye

1.0.1(1y ago)21MITPHP

Since May 31Pushed 6mo agoCompare

[ Source](https://github.com/onomatopoeia69/enye-generator)[ Packagist](https://packagist.org/packages/onoma/enye-generator)[ RSS](/packages/onoma-enye-generator/feed)WikiDiscussions main Synced today

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

Enye Generator
==============

[](#enye-generator)

**Enye Generator** is a Laravel + Livewire package that provides reusable, dynamic form field components Instead of typing field code manually, just click a button and let Enye insert on the field for you.

---

Features
--------

[](#features)

- Reusable Livewire components for common form fields
- Automatically updates Livewire model properties using Livewire events
- Simple and clean integration into existing Laravel + Livewire projects
- Customizable component views for your UI needs
- **Generate enye through an interactive UI — no typing needed**

---

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

[](#installation)

Install the package via Composer:

```
composer require onoma/enye-generator
```

---

Usage
-----

[](#usage)

Step 1: Add the HasModelUpdater Trait To enable automatic property updates, add this trait to your parent Livewire component:

```
use Livewire\Component;
use Onoma\EnyeGenerator\Traits\HasModelUpdater;

class MyFormComponent extends Component
{
    use HasModelUpdater;

    public string $name = '';
    public string $email = '';
}
```

Step 2: Use Enye Field Components in Blade

These components emit events that automatically update the corresponding properties, thanks to the trait.

```

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance59

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

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

Every ~0 days

Total

2

Last Release

398d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/983770fe9fdb0771d5904a84e02ebaaadbda5e8c78e1b7b81b90318048289a8d?d=identicon)[onomatopoeia69](/maintainers/onomatopoeia69)

---

Top Contributors

[![onomatopoeia69](https://avatars.githubusercontent.com/u/128794659?v=4)](https://github.com/onomatopoeia69 "onomatopoeia69 (13 commits)")

### Embed Badge

![Health badge](/badges/onoma-enye-generator/health.svg)

```
[![Health](https://phpackages.com/badges/onoma-enye-generator/health.svg)](https://phpackages.com/packages/onoma-enye-generator)
```

###  Alternatives

[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

725173.2k14](/packages/tallstackui-tallstackui)[filament/support

Core helper methods and foundation code for all Filament packages.

2331.0M245](/packages/filament-support)[yajra/laravel-datatables-export

Laravel DataTables Queued Export Plugin.

362.2M4](/packages/yajra-laravel-datatables-export)[mati365/ckeditor5-livewire

CKEditor 5 integration for Laravel Livewire

447.9k](/packages/mati365-ckeditor5-livewire)[wendelladriel/slidewire

Create beautiful presentations powered by Livewire

1342.9k](/packages/wendelladriel-slidewire)[enflow/livewire-twig

Enabling Livewire in Twig templates

2868.8k1](/packages/enflow-livewire-twig)

PHPackages © 2026

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