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.7.17(3w ago)03342MITPHPPHP ^8.2

Since Mar 12Pushed 3w agoCompare

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

READMEChangelogDependencies (14)Versions (66)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

46

—

FairBetter than 92% of packages

Maintenance95

Actively maintained with recent releases

Popularity16

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity51

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

65

Last Release

22d 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

[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)
