PHPackages                             pubvana/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. pubvana/forms

ActiveFlightphp-plugin[Utility &amp; Helpers](/categories/utility)

pubvana/forms
=============

Form Generator for Pubvana CMS

0.1.1(2mo ago)061MITPHPPHP ^8.1

Since May 5Pushed 2mo agoCompare

[ Source](https://github.com/Pubvana-CMS/forms)[ Packagist](https://packagist.org/packages/pubvana/forms)[ RSS](/packages/pubvana-forms/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (1)

[![Stable? Not Quite Yet](https://camo.githubusercontent.com/8712c441bb32fd8db507e0008c5d13e30def50064f8fcbc689fbcf5191f7d2af/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f737461626c652533462d6e6f7425323071756974652532307965742d626c75653f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/pubvana/forms)[![License](https://camo.githubusercontent.com/c23f2f5b1b9030416565f081371d4fe1e6782627c92524315ece4676be87652b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f70756276616e612f666f726d733f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/pubvana/forms)[![PHP Version](https://camo.githubusercontent.com/52d34f79d0305fcfa1d791207a6647c834589d19efa3aa5ff40206ac91713b55/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f70756276616e612f666f726d733f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/pubvana/forms)[![Monthly Downloads](https://camo.githubusercontent.com/3e62e1be3c540431dec0949949cd2e39487cc811c114ff44b3c7efc02b35f04b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f70756276616e612f666f726d733f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/pubvana/forms)[![Total Downloads](https://camo.githubusercontent.com/c8fc7a70c1e9e98d73f25c2e49113275cebe9517e8e45b9351a91d30c9762c96/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70756276616e612f666f726d733f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/pubvana/forms)[![GitHub Issues](https://camo.githubusercontent.com/6eb0d2c304be4e0e340723bdc56c616826d0c59f4862a3382394d9da90b5b0dc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f50756276616e612d434d532f666f726d733f7374796c653d666f722d7468652d6261646765)](https://github.com/Pubvana-CMS/forms/issues)[![Contributors](https://camo.githubusercontent.com/4f20bde099171106fabcd5bd59993b6802c089beb52047e26fa5fae0869141a4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6e7472696275746f72732f50756276616e612d434d532f666f726d733f7374796c653d666f722d7468652d6261646765)](https://github.com/Pubvana-CMS/forms/graphs/contributors)[![Latest Release](https://camo.githubusercontent.com/d59310829a72d460a95f5c156cc65ef82eebaf6fdb08c0c98705bca20358f2ab/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f50756276616e612d434d532f666f726d733f7374796c653d666f722d7468652d6261646765)](https://github.com/Pubvana-CMS/forms/releases)[![Contributions Welcome](https://camo.githubusercontent.com/9db3f8b82ea88469efd296a9305fc00f40b4c9450bb6b539d42d339fa6963444/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f6e747269627574696f6e732d77656c636f6d652d626c75653f7374796c653d666f722d7468652d6261646765)](https://github.com/Pubvana-CMS/forms/pulls)

Pubvana Forms
=============

[](#pubvana-forms)

**I noticed folks downloading some of these packages. I'm super grateful, Thank You! I would like to let folks know until this notice disappears I'm doing a lot of breaking changes without worrying about them. Once versions are up around 0.5.x things should settle down.**

A form builder for [Pubvana](https://pubvanacms.com). Create forms in admin, embed them on the public site, collect and review submissions.

Install
-------

[](#install)

```
composer require pubvana/forms
```

Enable in `app/config/config.php`:

```
'pubvana/forms' => [
    'enabled'  => true,
    'priority' => 50,
],
```

Sync themes from the admin Themes page to publish assets.

Usage
-----

[](#usage)

Create forms in **Admin &gt; Content &gt; Forms**. Add fields with the drag-and-drop builder, set the form to Published, and embed it in any page or post:

```
{{ forms : slug contact }}
{{ forms : id 1 }}

```

Forms can also be placed in theme regions as a block.

Review submissions in **Admin &gt; Content &gt; Forms &gt; Submissions**.

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

[](#requirements)

- PHP 8.1+
- `enlivenapp/flight-school` ^0.2

License
-------

[](#license)

MIT

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance84

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity34

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

Total

2

Last Release

80d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3036663?v=4)[Mike W](/maintainers/enlivenapp)[@enlivenapp](https://github.com/enlivenapp)

---

Top Contributors

[![enlivenapp](https://avatars.githubusercontent.com/u/3036663?v=4)](https://github.com/enlivenapp "enlivenapp (3 commits)")

### Embed Badge

![Health badge](/badges/pubvana-forms/health.svg)

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

###  Alternatives

[10up/simple-local-avatars

Adds an avatar upload field to user profiles. Generates requested sizes on demand just like Gravatar!

224182.8k12](/packages/10up-simple-local-avatars)[efficiently/larasset

Larasset is a library for Laravel 5 which manage assets in an easy way.

674.8k](/packages/efficiently-larasset)

PHPackages © 2026

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