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

ActiveEncore-module[Utility &amp; Helpers](/categories/utility)

tecnodesignc/form-module
========================

Form module for EncoreCMS 3

3.0.0(1y ago)015MITBladePHP &gt;=8.2

Since Apr 14Pushed 1y agoCompare

[ Source](https://github.com/tecnodesignc/form-module)[ Packagist](https://packagist.org/packages/tecnodesignc/form-module)[ RSS](/packages/tecnodesignc-form-module/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (6)Versions (5)Used By (0)

Forms Module | 2.0.0
--------------------

[](#forms-module--200)

### Installation

[](#installation)

`composer require tecnodesignc/form-module`

### Configuration

[](#configuration)

This module require `maatwebsite/excel`

The `Maatwebsite\Excel\ExcelServiceProvider` is auto-discovered and registered by default. If you want to register it yourself, add the ServiceProvider in config/app.php:

```
'providers' => [
    /*
     * Package Service Providers...
     */
    Maatwebsite\Excel\ExcelServiceProvider::class,
]
```

The Excel facade is also auto-discovered. If you want to add it manually, add the Facade in config/app.php:

```
'aliases' => [
    ...
    'Excel' => Maatwebsite\Excel\Facades\Excel::class,
]
```

To publish the config, run the vendor publish command:

```
php artisan vendor:publish --provider="Maatwebsite\Excel\ExcelServiceProvider"

```

This will create a new config file named config/excel.php.

> data source [maatwebsite/excel](https://docs.laravel-excel.com/3.1/getting-started/installation.html)

Add `NOCAPTCHA_SECRET` and `NOCAPTCHA_SITEKEY` in **.env** file :

```
NOCAPTCHA_SECRET=secret-key
NOCAPTCHA_SITEKEY=site-key

```

(You can obtain them from [here](https://www.google.com/recaptcha/admin))

### End Points

[](#end-points)

PATHMETHODS/form/v1/forms\[GET, POST, PUT, DELETE\]/form/v1/fields\[GET, POST, PUT, DELETE\]/form/v1/types\[GET\]/form/v1/leads\[GET, POST\]

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance46

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity68

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

Every ~480 days

Total

4

Last Release

419d ago

Major Versions

1.0.x-dev → 2.0.02022-08-16

2.0.1 → 3.0.02025-03-24

PHP version history (3 changes)1.0.x-devPHP ^7.1.3

2.0.0PHP &gt;=8.0

3.0.0PHP &gt;=8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/41411967?v=4)[TecnoDesign](/maintainers/tecnodesignc)[@tecnodesignc](https://github.com/tecnodesignc)

---

Top Contributors

[![marcos21009](https://avatars.githubusercontent.com/u/23037121?v=4)](https://github.com/marcos21009 "marcos21009 (6 commits)")

---

Tags

FormsemailsSend Emails

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[yoast/comment-hacks

Make comments management easier by applying some of the simple hacks Joost gathered over decades of using WordPress.

2349.7k](/packages/yoast-comment-hacks)[sheadawson/silverstripe-select2

A set of silverstripe form fields based on http://ivaynberg.github.com/select2/

1923.5k3](/packages/sheadawson-silverstripe-select2)[bostondv/bootstrap-ninja-forms

Adds Bootstrap classes to Ninja Forms

222.2k](/packages/bostondv-bootstrap-ninja-forms)

PHPackages © 2026

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