PHPackages                             tersoft/orchid-fields - 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. tersoft/orchid-fields

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

tersoft/orchid-fields
=====================

Дополнительные поля (Field) для пакета Orchid Laravel

1.1(2y ago)011MITJavaScriptPHP ^8.1

Since May 13Pushed 2y ago1 watchersCompare

[ Source](https://github.com/tersoft/orchid-fields)[ Packagist](https://packagist.org/packages/tersoft/orchid-fields)[ RSS](/packages/tersoft-orchid-fields/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Orchid Fields
-------------

[](#orchid-fields)

Package add different fields in Laravel Orchid

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

[](#installation)

```
composer require tersoft/orchid-fields
```

Next, you should publish resources files using the `vendor:publish` Artisan command.

```
 php artisan vendor:publish --tag=tersoft-orchid-fields
```

### Slug

[](#slug)

- Auto generate slug

[![Slug Laravel Orchid](https://github.com/tersoft/orchid-fields/raw/master/images/doc/slug.jpg)](https://github.com/tersoft/orchid-fields/raw/master/images/doc/slug.jpg)

```
use Tersoft\OrchidFields\Fields\InputSlug;

InputSlug::make('category.title')
    ->set('data-slug', 'category[slug]') // category[slug] - field to generate slug
    ->undefinedSymbol('_'), // default "-"

Input::make('category.slug'), // field to generate slug
```

### Star

[](#star)

- Unlimit stars
- Select step
- Input value in field

[![Star Laravel Orchid](https://github.com/tersoft/orchid-fields/raw/master/images/doc/star.jpg)](https://github.com/tersoft/orchid-fields/raw/master/images/doc/star.jpg)

```
use Tersoft\OrchidFields\Fields\RateStars;

RateStars::make('star')
    ->count(5) // count stars
    ->step(1) // step
    ->readOnly() // star only read
    ->starSize(25) // stars size
    ->showTextField(), // show number input field
```

### GitHub

[](#github)

- Create [issues](https://github.com/tersoft/orchid-fields/issues) to ask questions or report problems.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

732d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/55cc3ba49f25e0fd5715a45be98830b1a0aeeceaa69e159ea28e69d29e9b01ff?d=identicon)[a.marinenkov](/maintainers/a.marinenkov)

---

Top Contributors

[![tersoft](https://avatars.githubusercontent.com/u/161683054?v=4)](https://github.com/tersoft "tersoft (5 commits)")

### Embed Badge

![Health badge](/badges/tersoft-orchid-fields/health.svg)

```
[![Health](https://phpackages.com/badges/tersoft-orchid-fields/health.svg)](https://phpackages.com/packages/tersoft-orchid-fields)
```

###  Alternatives

[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)

PHPackages © 2026

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