PHPackages                             khyrie/formset - 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. [Database &amp; ORM](/categories/database)
4. /
5. khyrie/formset

ActiveLibrary[Database &amp; ORM](/categories/database)

khyrie/formset
==============

this is package to create a table

v0.3.2(6y ago)06MITPHPPHP &gt;=7.1CI failing

Since Nov 18Pushed 6y ago1 watchersCompare

[ Source](https://github.com/uekichinos/formset)[ Packagist](https://packagist.org/packages/khyrie/formset)[ RSS](/packages/khyrie-formset/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (5)Dependencies (4)Versions (7)Used By (0)

Formset
=======

[](#formset)

[![Packagist](https://camo.githubusercontent.com/bf3ed987d8cda753ff98afe0ba539eda25775671f4d34e1c3790a3cf3dca67db/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b68797269652f666f726d7365742e7376673f7374796c653d706c6173746963)](https://packagist.org/packages/khyrie/formset)[![Packagist](https://camo.githubusercontent.com/dcc3c85700aaac1db0a7da9383c7a5e9803712d9f51760b99184a6d5c8e0542d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b68797269652f666f726d7365743f7374796c653d706c6173746963)](https://packagist.org/packages/khyrie/formset)[![Packagist](https://camo.githubusercontent.com/2cdbcf933dd4ba074561bc4721692c07df4884b02ead03e37747714d65f4e076/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6b68797269652f666f726d7365742e7376673f7374796c653d706c6173746963)](https://packagist.org/packages/khyrie/formset)[![styleci](https://camo.githubusercontent.com/d5265a62418080e561743577247c1d8bf45ac88184f634f60ee10a81d2cdcc99/68747470733a2f2f7374796c6563692e696f2f7265706f732f3232323437363738382f736869656c643f7374796c653d706c6173746963)](https://styleci.io/repos/222476788)[![Build Status](https://camo.githubusercontent.com/98514210388218fba4d557d7c856edbd3f03e5166c26e4469e2be203823bcdb6/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f75656b696368696e6f732f666f726d7365743f7374796c653d706c6173746963)](https://travis-ci.org/uekichinos/formset)

This package help you to:

1. create table
2. create simple field and data type
3. create migration file

Please take note this package is still under active development. Use at your own risk!!! :)

Requirements
------------

[](#requirements)

```
Laravel >= 6.0
PHP >= 7.2
```

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

[](#installation)

Install via composer

```
composer require khyrie/formset
```

Run migration command

```
php artisan migrate
```

Publish configuration file

```
php artisan vendor:publish --provider="khyrie\Formset\ServiceProvider" --tag="config"
```

Publish view file

```
php artisan vendor:publish --provider="khyrie\Formset\ServiceProvider" --tag="view"
```

Usage
-----

[](#usage)

Navigate to page '/formset'.

Security
--------

[](#security)

If you discover any security related issues, please email instead of using the issue tracker.

Credits
-------

[](#credits)

This package is bootstrapped with the help of [melihovv/laravel-package-generator](https://github.com/melihovv/laravel-package-generator).

And thanks to:

- [laracasts/generators](https://github.com/laracasts/Laravel-5-Generators-Extended)

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

4

Last Release

2365d ago

PHP version history (2 changes)v0.1.2PHP &gt;=7.2

v0.3PHP &gt;=7.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1107546?v=4)[Ueki Chinos](/maintainers/uekichinos)[@uekichinos](https://github.com/uekichinos)

---

Top Contributors

[![uekichinos](https://avatars.githubusercontent.com/u/1107546?v=4)](https://github.com/uekichinos "uekichinos (76 commits)")

---

Tags

migrationtableformset

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/khyrie-formset/health.svg)

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

###  Alternatives

[kitloong/laravel-migrations-generator

Generates Laravel Migrations from an existing database

2.9k7.4M24](/packages/kitloong-laravel-migrations-generator)[xethron/migrations-generator

Generates Laravel Migrations from an existing database

3.3k3.3M25](/packages/xethron-migrations-generator)[nanigans/single-table-inheritance

Single Table Inheritance Trait

2512.5M3](/packages/nanigans-single-table-inheritance)[oscarafdev/migrations-generator

Generates Laravel Migrations from an existing database

362585.2k](/packages/oscarafdev-migrations-generator)[cybercog/laravel-clickhouse

ClickHouse migrations for Laravel

163166.8k](/packages/cybercog-laravel-clickhouse)[dragon-code/migrate-db

Easy data transfer from one database to another

15717.4k](/packages/dragon-code-migrate-db)

PHPackages © 2026

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