PHPackages                             patryknamyslak/patform - 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. patryknamyslak/patform

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

patryknamyslak/patform
======================

A form builder that fetches a tables structure and creates suitable fields, ideal for admin panels or to ease up the way of populating a table!

v1.3.1(2mo ago)1572PHP

Since Feb 4Pushed 2mo agoCompare

[ Source](https://github.com/PatrykNamyslak/PatForm)[ Packagist](https://packagist.org/packages/patryknamyslak/patform)[ RSS](/packages/patryknamyslak-patform/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (7)Dependencies (6)Versions (8)Used By (2)

```
$databaseConnection = new Patbase(database_name: "bite_sized_projects", username: "root", password: "root");

$form = new Form(databaseConnection: $databaseConnection, table: "patform_example");

$form->action("/")->method("POST")->wrapFields()->htmx()->prepareFields();

// Here is a code snippet on how you can handle same page submissions
match($_SERVER['REQUEST_METHOD']){
    "GET" => $form->render(),
    // You can use this if you want to make same page submissions
    "POST" => $form->submit(formData: $_POST),
};
```

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance86

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

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

Total

7

Last Release

67d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/65c81cbbb028fa73196ab7a01c410588bc79f2f09350597f58d65f8c5801099f?d=identicon)[PatrykNamyslak](/maintainers/PatrykNamyslak)

---

Top Contributors

[![PatrykNamyslak](https://avatars.githubusercontent.com/u/143219631?v=4)](https://github.com/PatrykNamyslak "PatrykNamyslak (38 commits)")

### Embed Badge

![Health badge](/badges/patryknamyslak-patform/health.svg)

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

###  Alternatives

[illuminate/support

The Illuminate Support package.

582110.9M39.9k](/packages/illuminate-support)[craftcms/feed-me

Import content from XML, RSS, CSV or JSON feeds into entries, categories, Craft Commerce products, and more.

292943.4k27](/packages/craftcms-feed-me)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

53675.5k16](/packages/solspace-craft-freeform)[erlandmuchasaj/laravel-gzip

Gzip your responses.

40140.4k2](/packages/erlandmuchasaj-laravel-gzip)[japanese-date/japanese-date

日本の暦、祝日を取り扱うライブラリ

169.9k](/packages/japanese-date-japanese-date)[limingxinleo/hyperf-utils

Utils for Hyperf.

29136.4k3](/packages/limingxinleo-hyperf-utils)

PHPackages © 2026

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