PHPackages                             wisdompackage/openform - 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. [API Development](/categories/api)
4. /
5. wisdompackage/openform

ActiveLibrary[API Development](/categories/api)

wisdompackage/openform
======================

form to make a api form for other device. this only for laravel project !

1.0(9y ago)013MITHTML

Since Oct 25Pushed 9y ago1 watchersCompare

[ Source](https://github.com/jokjack007/openform)[ Packagist](https://packagist.org/packages/wisdompackage/openform)[ RSS](/packages/wisdompackage-openform/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (0)

openform
========

[](#openform)

form to make a api form for other device. this only for laravel project !

\##Requirements

- [Laravel 5.3](https://laravel.com/docs/5.3)
- [Laravel 5.2](https://laravel.com/docs/5.2)

\##Installation in composer.json add

```
  "Wisdom\\Openform\\" : "vendor/wisdompackage/openform/src"
```

to "psr-4"

in config/app add

```
  Wisdom\Openform\OpenformServiceProvider::class,
```

to array provider

and then run

```
    $ composer require wisdompackage/openform
```

run

```
    $ php artisan vendor:publish
    $ php aritsan migrate
```

so now you can run a form package thought

**[www.yourdomain.com\\form](http://www.yourdomain.com\form)**

\##Usage Send your answer by http POST

type : json

example

```
    { "form_id" : 1 ,
        "answers" : [
            {"question_id" : 1,
              "type" : "text",
              "value" : "eiei"
            },
            {"question_id" : 2,
              "type" : "single",
              "value" : 2
            },
            {
              "question_id" : 3,
              "type" : "multiple",
              "values" : [1,2,3]
            }
        ]
    }
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Unknown

Total

1

Last Release

3529d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16641152?v=4)[Jinawong](/maintainers/jisack)[@jisack](https://github.com/jisack)

---

Top Contributors

[![jisack](https://avatars.githubusercontent.com/u/16641152?v=4)](https://github.com/jisack "jisack (17 commits)")

### Embed Badge

![Health badge](/badges/wisdompackage-openform/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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