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)1815.3k↑210%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 yesterday

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 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity35

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

2474d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/91244?v=4)[Yasushi Ichikawa (ichikaway)](/maintainers/ichikaway)[@ichikaway](https://github.com/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

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)[pressbooks/pressbooks-book

This theme is named after Canadian media theorist Marshall McLuhan, who coined the phrase “the medium is the message.” It is designed for academic writing and is also suitable for fiction. Headings are set in Cormorant Garamond, and body type is set in Lora.

216.7k](/packages/pressbooks-pressbooks-book)[vluzrmos/collective-html

LaravelCollective Html and Form builder for Lumen.

2523.9k](/packages/vluzrmos-collective-html)[webandcow/bs_helpers

Extension of the CakePHP's FormHelper and HtmlHelper to use the framework Twitter Bootstrap v3.0.0 more easily

261.1k](/packages/webandcow-bs-helpers)

PHPackages © 2026

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