PHPackages                             skeeks/cms-module-form2 - 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. skeeks/cms-module-form2

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

skeeks/cms-module-form2
=======================

Form designer for SkeekS CMS

3.0.2.9(2w ago)08.2k15BSD-3-ClausePHP

Since Nov 3Pushed 2w ago2 watchersCompare

[ Source](https://github.com/skeeks-cms/cms-module-form2)[ Packagist](https://packagist.org/packages/skeeks/cms-module-form2)[ Docs](https://skeeks.com/)[ RSS](/packages/skeeks-cms-module-form2/feed)WikiDiscussions master Synced today

READMEChangelog (10)DependenciesVersions (91)Used By (5)

Form designer for SkeekS CMS
============================

[](#form-designer-for-skeeks-cms)

The module provides an opportunity to collect a variety of forms through the admin panel. Manage elemntov order forms, and views. Configure whom to notify.

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist skeeks/cms-module-form2 "*"

```

or add

```
"skeeks/cms-module-form2": "*"

```

Configuration app
-----------------

[](#configuration-app)

```
'components' =>
[
    'i18n' => [
        'translations' =>
        [
            'skeeks/form2/app' => [
                'class'             => 'yii\i18n\PhpMessageSource',
                'basePath'          => '@skeeks/modules/cms/form2/messages',
                'fileMap' => [
                    'skeeks/form2/app' => 'app.php',
                ],
            ]
        ]
    ],
],
'modules' =>
[
    'form2' => [
        'class'         => '\skeeks\modules\cms\form2\Module',
    ]
]
```

```
sx.EventManager.on("ajaxFormSuccessSubmited", function(e, data) {
    //Успешно отправлена любая форма
    //ym(67855000,'reachGoal','any-form');

    if (data.form.jForm.data('form_code') == 'register') {
        //Отправлена конкретная форма (регистрация)
        ym(67855000,'reachGoal','register');
    }

    if (data.form.jForm.data('form_code') == 'test') {
        //Отправлена конкретная форма (с кодом test)
    }
});
```

Links
-----

[](#links)

- [Web site](http://en.cms.skeeks.com)
- [Web site (rus)](http://cms.skeeks.com)
- [Author](http://skeeks.com)
- [ChangeLog](https://github.com/skeeks-cms/cms-module-form2/blob/master/CHANGELOG.md)
- [Page on SkeekS CMS Marketplace](http://marketplace.cms.skeeks.com/solutions/podderjka-klientov/obratnaya-svyaz/12-konstruktor-web-form-2)

> [![skeeks!](https://camo.githubusercontent.com/e80b006782c0ce0ce23f8e2e2530130e856f2f49c6a5a8e0e15eaf0c87d25d7b/68747470733a2f2f736b65656b732e636f6d2f696d672f6c6f676f2f6c6f676f2d6e6f2d7469746c652d383070782e706e67)](https://skeeks.com)
> *SkeekS CMS (Yii2) — quickly, easily and effectively!*
> [skeeks.com](https://skeeks.com) | [cms.skeeks.com](https://cms.skeeks.com)

###  Health Score

58

—

FairBetter than 98% of packages

Maintenance97

Actively maintained with recent releases

Popularity23

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity79

Established project with proven stability

 Bus Factor1

Top contributor holds 99.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 ~48 days

Recently: every ~73 days

Total

88

Last Release

16d ago

Major Versions

1.0.3 → 2.0.0.rc12015-06-18

2.6.5 → 3.0.02023-06-05

### Community

Maintainers

![](https://www.gravatar.com/avatar/785306737dd13e3ea6826dfc04ab29ececa88f560d054ff595d64853cb878219?d=identicon)[skeeks-semenov](/maintainers/skeeks-semenov)

---

Top Contributors

[![skeeks-semenov](https://avatars.githubusercontent.com/u/9209305?v=4)](https://github.com/skeeks-semenov "skeeks-semenov (171 commits)")[![SimonovaNelya](https://avatars.githubusercontent.com/u/15609930?v=4)](https://github.com/SimonovaNelya "SimonovaNelya (1 commits)")

---

Tags

cmsyii2moduleSxskeeksForm designer

### Embed Badge

![Health badge](/badges/skeeks-cms-module-form2/health.svg)

```
[![Health](https://phpackages.com/badges/skeeks-cms-module-form2/health.svg)](https://phpackages.com/packages/skeeks-cms-module-form2)
```

###  Alternatives

[skeeks/cms-shop

Интернет магазин для SkeekS CMS

145.8k23](/packages/skeeks-cms-shop)

PHPackages © 2026

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