PHPackages                             wdda/laravel-uikit-form - 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. wdda/laravel-uikit-form

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

wdda/laravel-uikit-form
=======================

This package for render form as uikit

v1.0.4(1y ago)12.1k↓50%1[1 PRs](https://github.com/wdda/laravel-uikit-form/pulls)MITPHPPHP &gt;=8.1CI failing

Since Jan 15Pushed 1y ago1 watchersCompare

[ Source](https://github.com/wdda/laravel-uikit-form)[ Packagist](https://packagist.org/packages/wdda/laravel-uikit-form)[ Docs](https://github.com/wdda/laravel-uikit-form)[ RSS](/packages/wdda-laravel-uikit-form/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (16)Used By (0)

Laravel Uikit Form
==================

[](#laravel-uikit-form)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

Small and smart package for generate html form elements as Uikit mark!

Example
-------

[](#example)

Input:

```
{!! formInput('my_name')->value('value 123')->class('uk-input') !!}
```

Result:

```

   {{ $label }}

```

```
formInput('Input')
    ->label('Input')
    ->id('id')
    ->class('uk-input')
    ->attributes(['attribute1', 'attribute2' => 'value'])
    ->value('value')
```

```
formTextarea('Textarea')
    ->label('Textarea')
    ->id('id')
    ->class('uk-input')
    ->attributes(['attribute1', 'attribute2' => 'value'])
    ->value('value')
    ->rows(8)
```

```
formSelect('Select')
    ->label('Select')
    ->id('id')
    ->class('uk-input')
    ->attributes(['attribute1', 'attribute2' => 'value'])
    ->value('value')
```

```
formCheckbox('Checkbox')
    ->label('Checkbox')
    ->id('id')
    ->class('uk-input')
    ->attributes(['attribute1', 'attribute2' => 'value'])
    ->value('value')
```

```
formRadio('Radio')
    ->label('Radio')
    ->id('id')
    ->class('uk-input')
    ->attributes(['attribute1', 'attribute2' => 'value'])
    ->value('value')
```

Install
-------

[](#install)

Install package:

```
$ composer require wdda/laravel-uikit-form
```

Update package

```
$ composer update wdda/laravel-uikit-form
```

Open your config/app.php and add the following to the providers array:

```
WDDA\LaravelUikitForm\LaravelUikitFormProvider::class,
```

Security
--------

[](#security)

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

Credits
-------

[](#credits)

- [Dmitriy Alferov](https://github.com/wdda)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 88.9% 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 ~154 days

Recently: every ~7 days

Total

14

Last Release

664d ago

Major Versions

v0.9-alpha → v1.0.02024-06-17

PHP version history (3 changes)v0.1-alphaPHP &gt;=7.0

v1.0.0PHP &gt;=8.2

v1.0.1PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/60e1d25ca0e69b6343288ec44c2255886017da5d7e80489ce7a592ee368308d2?d=identicon)[wdda](/maintainers/wdda)

---

Top Contributors

[![wdda](https://avatars.githubusercontent.com/u/12080965?v=4)](https://github.com/wdda "wdda (16 commits)")[![NicksonJoe](https://avatars.githubusercontent.com/u/25640584?v=4)](https://github.com/NicksonJoe "NicksonJoe (2 commits)")

---

Tags

laravelformuikitui-kit

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/wdda-laravel-uikit-form/health.svg)

```
[![Health](https://phpackages.com/badges/wdda-laravel-uikit-form/health.svg)](https://phpackages.com/packages/wdda-laravel-uikit-form)
```

###  Alternatives

[laravie/html

HTML and Form Builders for the Laravel Framework

36184.6k4](/packages/laravie-html)[cornford/bootstrapper

An easy way to intergrate Twitter Bootstrap with Laravel.

252.7k](/packages/cornford-bootstrapper)[webup/laravel-form

A Laravel package to help build forms.

147.2k1](/packages/webup-laravel-form)[raftalks/form

Easy way to make Forms with PHP. Specially useful with Laravel 4.

311.1k1](/packages/raftalks-form)[electrik/slate

Slate - a Laravel Blade UI Kit is a set of anonymous blade components built using TailwindCSS v4 with built-in dark mode support for your next Laravel project

102.3k1](/packages/electrik-slate)

PHPackages © 2026

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