PHPackages                             ishannz/secure-elemental-userforms - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. ishannz/secure-elemental-userforms

ActiveSilverstripe-vendormodule[Authentication &amp; Authorization](/categories/authentication)

ishannz/secure-elemental-userforms
==================================

Adds a secure usersforms

12PHP

Since Jan 14Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ishannz/secure-elemental-userforms)[ Packagist](https://packagist.org/packages/ishannz/secure-elemental-userforms)[ RSS](/packages/ishannz-secure-elemental-userforms/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Silverstripe secure UserForms
=============================

[](#silverstripe-secure-userforms)

Introduction
------------

[](#introduction)

This module integrates with [dnadesign/silverstripe-elemental-userforms](https://github.com/dnadesign/silverstripe-elemental-userforms) and [silverstripe/silverstripe-userforms](https://github.com/silverstripe/silverstripe-userforms). This feature enables secure storage of submitted data in the database. By default, all form data is securely stored in the database. However, you can choose to disable this feature in the configuration tab and save the data as plain text instead.

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

[](#requirements)

- SilverStripe 4.x

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

[](#installation)

```
composer require ishannz/secure-elemental-userforms
```

Once installed, you need to generate an encryption key that will be used to encrypt all data.

1. Generate a hex key with `vendor/bin/generate-defuse-key` (tool supplied by `defuse/php-encryption`). This will output a ASCII-safe key that starts with `def`.
2. Set this key as the environment variable `ENCRYPT_AT_REST_KEY`.

For development environments you can set this in your `.env` e.g:

```
ENCRYPT_AT_REST_KEY="{generated defuse key}"

```

For more information view SilverStripe [Environment Management](https://docs.silverstripe.org/en/4/getting_started/environment_management/).

Usage
-----

[](#usage)

Refer the following link

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity20

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7dc222f909513bf085ab0c7eb4a6dedd6e26bf2b9e5702f17cf8aad8b70b03c2?d=identicon)[ishannz](/maintainers/ishannz)

---

Top Contributors

[![ishannz](https://avatars.githubusercontent.com/u/20032948?v=4)](https://github.com/ishannz "ishannz (1 commits)")

### Embed Badge

![Health badge](/badges/ishannz-secure-elemental-userforms/health.svg)

```
[![Health](https://phpackages.com/badges/ishannz-secure-elemental-userforms/health.svg)](https://phpackages.com/packages/ishannz-secure-elemental-userforms)
```

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.3M17](/packages/kartik-v-yii2-password)[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)

PHPackages © 2026

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