PHPackages                             alaminceazer/form - 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. alaminceazer/form

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

alaminceazer/form
=================

This will generate dynamic form data based on json data structure

v1.0.6(3y ago)4272MITPHPPHP &gt;=7.4

Since Mar 20Pushed 3y ago2 watchersCompare

[ Source](https://github.com/Al-Amin-Ceazer/dynamic-form--builder)[ Packagist](https://packagist.org/packages/alaminceazer/form)[ RSS](/packages/alaminceazer-form/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)DependenciesVersions (9)Used By (0)

Dynamic Form Package
====================

[](#dynamic-form-package)

[![Issues](https://camo.githubusercontent.com/daed913eda5963aed1e2f3035d6ab7ead1306a654d7874e75a1f2cb215e2cca3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f416c2d416d696e2d4365617a65722f64796e616d69632d666f726d2d2d6275696c6465722e7376673f7374796c653d666c61742d737175617265)](https://github.com/Al-Amin-Ceazer/dynamic-form--builder/issues)[![Stars](https://camo.githubusercontent.com/acf8f3803e1e56bb6353b65ff942603f7bb3bc5c45deab4af5178dcd0137942c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f416c2d416d696e2d4365617a65722f64796e616d69632d666f726d2d2d6275696c6465722e7376673f7374796c653d666c61742d737175617265)](https://github.com/Al-Amin-Ceazer/dynamic-form--builder/stargazers)

This Package will generate dynamic form Data based on json data Structure
-------------------------------------------------------------------------

[](#this-package-will-generate-dynamic-form-data-based-on-json-data-structure)

Quick Installation
------------------

[](#quick-installation)

```
composer require alaminceazer/form
```

#### Service Provider &amp; Facade (Optional on Laravel 5.5+)

[](#service-provider--facade-optional-on-laravel-55)

Register provider and facade on your `config/app.php` file.

```
'providers' => [
    ...,
    AlAmin\Form\FormServiceProvider::class,
]
```

#### Configuration

[](#configuration)

```
php artisan vendor:publish --provider="AlAmin\Form\FormServiceProvider"
```

You should now have a `config/form.php` file that allows you to configure the basics of this package And that's it!

Lumen Installation
==================

[](#lumen-installation)

Copy the config
---------------

[](#copy-the-config)

Copy the config file from `vendor/alaminceazer/from/src/config/form.php` to config folder of your Lumen application and rename it to `form.php`

Register your config by adding the following in the `bootstrap/app.php` before middleware declaration.

```
$app->configure('form');
```

Bootstrap file changes
----------------------

[](#bootstrap-file-changes)

Add the following snippet to the `bootstrap/app.php` file under the providers section as follows:

```
$app->register(AlAmin\Form\FormServiceProvider::class);
```

 **NOTE:**  By default in form.php configuration file `get_key_by_name` value is `id`. You need change this key value to `form_id` to get data by the form\_id you provided while creation.

API Documentation
-----------------

[](#api-documentation)

```
// Sample POST request
curl --location --request POST '{{base_url}}/dynamic-form/forms' \
--header 'Content-Type: application/json' \
--data-raw '{
    "source": "MYGP_new",
    "form_id": 344,
    "slug": "success-page",
    "cache_key": "some:key",
    "data": "{\"data1\": [], \"data2\": []}"
}'

//Sample GET request
curl --location --request GET '{{base_url}}/dynamic-form/forms/1' \
--header 'Content-Type: application/json'

```

Start building out some awesome Form!

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 62.5% 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 ~3 days

Total

7

Last Release

1134d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/102986a1337b83250145ae21dda7a49618f191d87cdb41f76aaa180af13d01eb?d=identicon)[Al-Amin-Ceazer](/maintainers/Al-Amin-Ceazer)

---

Top Contributors

[![al-amin-ibn-azam](https://avatars.githubusercontent.com/u/85621399?v=4)](https://github.com/al-amin-ibn-azam "al-amin-ibn-azam (10 commits)")[![Al-Amin-Ceazer](https://avatars.githubusercontent.com/u/16105432?v=4)](https://github.com/Al-Amin-Ceazer "Al-Amin-Ceazer (3 commits)")[![sajib90909](https://avatars.githubusercontent.com/u/69728194?v=4)](https://github.com/sajib90909 "sajib90909 (2 commits)")[![mefalamin](https://avatars.githubusercontent.com/u/17443471?v=4)](https://github.com/mefalamin "mefalamin (1 commits)")

### Embed Badge

![Health badge](/badges/alaminceazer-form/health.svg)

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

PHPackages © 2026

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