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.1.8(1mo ago)012MITPHPPHP ^8.2

Since Mar 12Pushed 1mo agoCompare

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

READMEChangelogDependencies (2)Versions (6)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

36

—

LowBetter than 82% of packages

Maintenance89

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community10

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.

###  Release Activity

Cadence

Every ~1 days

Total

5

Last Release

55d 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/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M190](/packages/laravel-telescope)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M529](/packages/laravel-passport)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M255](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M591](/packages/laravel-prompts)

PHPackages © 2026

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