PHPackages                             orchids/fieldex - 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. orchids/fieldex

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

orchids/fieldex
===============

Field Excended Package for Orchid Platform

115PHP

Since Sep 1Pushed 7y ago2 watchersCompare

[ Source](https://github.com/orchidcommunity/FieldEx)[ Packagist](https://packagist.org/packages/orchids/fieldex)[ RSS](/packages/orchids-fieldex/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Поля для Orchid Platform
========================

[](#поля-для-orchid-platform)

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

[](#installation)

Install using Composer:

```
composer require orchids/fieldex

```

добавить в config/platform.php те поля которые нужны

```
        'blank'        => Orchids\FieldEx\Fields\Types\BlankField::class,
        'list'         => Orchids\FieldEx\Fields\Types\ListField::class,
        'relationship2'=> Orchids\FieldEx\Fields\Types\RelationshipField2::class,
        'checkbox2'    => Orchids\FieldEx\Fields\Types\CheckBoxField2::class,

```

### BlankField

[](#blankfield)

Универсальное поле

потом опишу...

### ListField

[](#listfield)

Поле list которое удалено в develop

### RelationshipField2

[](#relationshipfield2)

Поле relationship с multiple

Использую в layout так описание поля

```
    'icons' =>Field::tag('relationship2')
        ->name('content.icons')
        ->title('Иконки')
        ->multiple()
        ->handler(IconWidget::class),

```

### CheckBoxField2

[](#checkboxfield2)

Обычный checkbox не отправляет вообще данные в request если не стоит галка, что создает некоторые неудобства. checkbox2 в этом случае отправляет занчение - 0.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/607c1ff11a85844552546fc1b317fa76862ef2f98fa55c1a308e6599a9c6e781?d=identicon)[Salador](/maintainers/Salador)

---

Top Contributors

[![PSalador](https://avatars.githubusercontent.com/u/29531264?v=4)](https://github.com/PSalador "PSalador (10 commits)")

### Embed Badge

![Health badge](/badges/orchids-fieldex/health.svg)

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

###  Alternatives

[koss-shtukert/laravel-nova-select2-auto-complete

A Laravel Nova field.

39314.6k](/packages/koss-shtukert-laravel-nova-select2-auto-complete)[mascame/arrayer

Array manipulation with dot notation. Also prepares an array to be put in a file. Very useful for config files.

141.4k2](/packages/mascame-arrayer)

PHPackages © 2026

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