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(11mo ago)11MITPHP

Since May 31Pushed 4mo 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 1mo ago

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

30

—

LowBetter than 64% of packages

Maintenance69

Regular maintenance activity

Popularity3

Limited adoption so far

Community6

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

Every ~0 days

Total

2

Last Release

342d 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.

703141.0k7](/packages/tallstackui-tallstackui)[laravel-views/laravel-views

Laravel package to create beautiful common views like tables using only PHP code

63891.6k](/packages/laravel-views-laravel-views)[tanthammar/tall-forms

A dynamic, responsive Laravel Livewire form generator with realtime validation, file uploads, array fields, and more.

68138.3k1](/packages/tanthammar-tall-forms)[vildanbina/livewire-wizard

Laravel Livewire Wizard (Multi-Step Form) component

34919.4k](/packages/vildanbina-livewire-wizard)[victorybiz/laravel-simple-select

Laravel Simple Select inputs component for Blade and Livewire.

13721.1k](/packages/victorybiz-laravel-simple-select)[dasundev/livewire-quill-text-editor

A powerful livewire rich text editor component built top of Quill.

3833.9k](/packages/dasundev-livewire-quill-text-editor)

PHPackages © 2026

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