PHPackages                             ichikaway/xform - 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. [Templating &amp; Views](/categories/templating)
4. /
5. ichikaway/xform

ActiveCakephp-plugin[Templating &amp; Views](/categories/templating)

ichikaway/xform
===============

XFormHelper(Plugin) extends cakephp Form helper.

2.0.0(6y ago)1814.9k—0%9MITPHPPHP &gt;=5.3.0

Since Sep 24Pushed 6y ago4 watchersCompare

[ Source](https://github.com/ichikaway/xformHelper)[ Packagist](https://packagist.org/packages/ichikaway/xform)[ Docs](https://github.com/ichikaway/xformHelper)[ RSS](/packages/ichikaway-xform/feed)WikiDiscussions 2.0 Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

```

 XFormHelper(Plugin)
 extends cakephp Form helper.

 On confirmation screen, this helper just show value of post data
  instead of making form tags.

 On form input screen, this helper behaves same as form helper.

 How does this helper know on confirmation screen?
 When the confirmation transition, do following 1 or 2.
  1. in controller
     $this->params['xformHelperConfirmFlag'] = true;
  2. in controller or view file
     $this->XformHelper->confirmScreenFlag = true;

 If you want to mask a password field on confirmation screen,
  use password method instead of input method.

 If you want to change separator of datetime,
  set separator value on the changeDatetimeSeparator property.

Installation
------------
 * Copy the files in this directory into app/Plugin/Xform
 * load plugin in bootstrap
 	CakePlugin::load('Xform');
 * Include the helper in your controller.php:
	var $helpers = array('Form', 'Xform.Xform');
 * call method of XformHelper in your view.
 	echo $this->Xform->input('title');

```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 67.4% 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

2428d ago

### Community

Maintainers

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

---

Top Contributors

[![ichikaway](https://avatars.githubusercontent.com/u/91244?v=4)](https://github.com/ichikaway "ichikaway (29 commits)")[![e2oohara](https://avatars.githubusercontent.com/u/222738064?v=4)](https://github.com/e2oohara "e2oohara (8 commits)")[![oppara](https://avatars.githubusercontent.com/u/10661?v=4)](https://github.com/oppara "oppara (2 commits)")[![tsmsogn](https://avatars.githubusercontent.com/u/595966?v=4)](https://github.com/tsmsogn "tsmsogn (2 commits)")[![ttsuru](https://avatars.githubusercontent.com/u/578548?v=4)](https://github.com/ttsuru "ttsuru (2 commits)")

---

Tags

cakephpform

### Embed Badge

![Health badge](/badges/ichikaway-xform/health.svg)

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

###  Alternatives

[kartik-v/yii2-widget-select2

Enhanced Yii2 wrapper for the Select2 jQuery plugin (sub repo split from yii2-widgets).

3279.7M191](/packages/kartik-v-yii2-widget-select2)[sonata-project/form-extensions

Symfony form extensions

10915.4M40](/packages/sonata-project-form-extensions)[kartik-v/yii2-widget-activeform

Enhanced Yii2 active-form and active-field with full bootstrap styling support (sub repo split from yii2-widgets).

647.3M62](/packages/kartik-v-yii2-widget-activeform)[vluzrmos/collective-html

LaravelCollective Html and Form builder for Lumen.

2523.9k](/packages/vluzrmos-collective-html)[mopa/bootstrap-sandbox-bundle

Seperate live docs from code

256.8k](/packages/mopa-bootstrap-sandbox-bundle)[raftalks/form

Easy way to make Forms with PHP. Specially useful with Laravel 4.

311.1k1](/packages/raftalks-form)

PHPackages © 2026

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