PHPackages                             ilbronza/formfield - 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. ilbronza/formfield

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

ilbronza/formfield
==================

:form\_field

1.0(3y ago)0297MITPHP

Since Sep 3Pushed 3mo ago2 watchersCompare

[ Source](https://github.com/ilBronza/FormField)[ Packagist](https://packagist.org/packages/ilbronza/formfield)[ Docs](https://github.com/ilbronza/formfield)[ RSS](/packages/ilbronza-formfield/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (4)Dependencies (4)Versions (5)Used By (0)

FormField
=========

[](#formfield)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e6debf292fe995659deb6c228f3b00d4b3467cef1898078fb1e47ca9f266ee96/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696c62726f6e7a612f666f726d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ilbronza/formfield)[![Total Downloads](https://camo.githubusercontent.com/cc34c7fe40ebd7632de61c464e608bcedee8ec81d1eeb0ae32c7f86a125d871e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696c62726f6e7a612f666f726d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ilbronza/formfield)[![Build Status](https://camo.githubusercontent.com/62dacb536967bab016848892c6d21d178cfe44b4451d4a46b79a45b91ef067ed/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f696c62726f6e7a612f666f726d6669656c642f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/ilbronza/formfield)[![StyleCI](https://camo.githubusercontent.com/cb13a877afd1dbe223c631789c3f922d3ace958fdb334a9cce9b26afefbc2ebd/68747470733a2f2f7374796c6563692e696f2f7265706f732f31323334353637382f736869656c64)](https://styleci.io/repos/12345678)

This is where your description should go. Take a look at [contributing.md](contributing.md) to see a to do list.

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

[](#installation)

Via Composer

```
$ composer require ilbronza/formfield
```

Usage
-----

[](#usage)

### Select or multiple fields

[](#select-or-multiple-fields)

#### Set the possible values for a relation

[](#set-the-possible-values-for-a-relation)

Given a relation (ex. Categories) you can set the possible values for a select or multiple field with the following code to populate the select or multiple field options

```
public function getPossibleClientsValuesArray() : array
{
    return Category::select('name', 'id')->take(10)->pluck('name', 'id')->toArray();
}
```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance55

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81% 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 ~248 days

Total

4

Last Release

1337d ago

Major Versions

0.3 → 1.02022-09-19

### Community

Maintainers

![](https://www.gravatar.com/avatar/33c65523e8a1cdfe8ed5f5fb8d90101b28eceb8c2ef7acb50a24cf6c42b8e639?d=identicon)[ilBronza](/maintainers/ilBronza)

---

Top Contributors

[![bronza](https://avatars.githubusercontent.com/u/3426331?v=4)](https://github.com/bronza "bronza (102 commits)")[![ilBronza](https://avatars.githubusercontent.com/u/68387610?v=4)](https://github.com/ilBronza "ilBronza (16 commits)")[![vadymydav](https://avatars.githubusercontent.com/u/1552274?v=4)](https://github.com/vadymydav "vadymydav (5 commits)")[![lbortolon](https://avatars.githubusercontent.com/u/109848849?v=4)](https://github.com/lbortolon "lbortolon (3 commits)")

---

Tags

laravelformfield

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ilbronza-formfield/health.svg)

```
[![Health](https://phpackages.com/badges/ilbronza-formfield/health.svg)](https://phpackages.com/packages/ilbronza-formfield)
```

###  Alternatives

[highideas/laravel-users-online

This package will provide an online users management.

203113.2k1](/packages/highideas-laravel-users-online)[stephenjude/filament-blog

Filament Blog Builder

20317.8k](/packages/stephenjude-filament-blog)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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