PHPackages                             primix/forms - 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. [Framework](/categories/framework)
4. /
5. primix/forms

ActiveLibrary[Framework](/categories/framework)

primix/forms
============

Form builder for Primix admin panel framework

0.4.0(4w ago)0912MITPHPPHP ^8.2

Since Mar 12Pushed 3mo agoCompare

[ Source](https://github.com/livue-laravel/forms)[ Packagist](https://packagist.org/packages/primix/forms)[ RSS](/packages/primix-forms/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (8)Versions (40)Used By (2)

Primix Forms
============

[](#primix-forms)

`primix/forms` is an official package in the Primix ecosystem. It is part of the Primix framework and lets you build composable forms with fields and layouts, keeping panel UI and behavior consistent.

What it is for
--------------

[](#what-it-is-for)

- Define declarative forms for create, edit, and settings flows.
- Combine fields and layouts into reusable schemas.
- Integrate naturally with Primix panel validation and rendering.

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

[](#installation)

Recommended for full Primix projects:

```
composer require primix/primix
```

Standalone module installation:

```
composer require primix/forms
```

Quick example
-------------

[](#quick-example)

```
use Primix\Forms\Form;
use Primix\Forms\Components\Fields\TextInput;
use Primix\Forms\Components\Fields\Select;

$form = Form::make()
    ->schema([
        TextInput::make('name')->label('Name')->required(),
        Select::make('status')->options([
            'draft' => 'Draft',
            'published' => 'Published',
        ]),
    ]);
```

###  Health Score

42

—

FairBetter than 89% of packages

Maintenance86

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity49

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 ~2 days

Total

39

Last Release

29d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4634f6f92c84533284175d1906210287e9a71e6e1aa020b8ecaeb6a3389a0990?d=identicon)[Makrid87](/maintainers/Makrid87)

---

Top Contributors

[![mycmdev](https://avatars.githubusercontent.com/u/30589700?v=4)](https://github.com/mycmdev "mycmdev (1 commits)")

### Embed Badge

![Health badge](/badges/primix-forms/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[pinguo/php-msf

Pinguo Micro Service Framework For PHP

1.7k4.2k](/packages/pinguo-php-msf)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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