PHPackages                             logikostech/forms - 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. logikostech/forms

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

logikostech/forms
=================

Form manager built on phalcon

1.0.2(9y ago)1141MITPHPPHP &gt;=5.4

Since Jun 29Pushed 9y ago2 watchersCompare

[ Source](https://github.com/logikostech/forms)[ Packagist](https://packagist.org/packages/logikostech/forms)[ Docs](https://github.com/logikostech/forms)[ RSS](/packages/logikostech-forms/feed)WikiDiscussions master Synced 4w ago

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

Logikos\\Forms
==============

[](#logikosforms)

Form manager which extends Phalcon PHP

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

[](#installation)

### Installing via Composer

[](#installing-via-composer)

Install Composer in a common location or in your project:

```
curl -s http://getcomposer.org/installer | php
```

create or edit the `composer.json` file as follows:

```
{
    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/logikostech/forms"
        }
    ],
    "require": {
        "logikostech/forms": "dev-master"
    }
}
```

Run the composer installer:

```
$ php composer.phar install
```

### Installing via GitHub

[](#installing-via-github)

Just clone the repository in a common location or inside your project:

```
git clone https://github.com/logikostech/forms.git

```

Autoloading
-----------

[](#autoloading)

Add or register the following namespace strategy to your `Phalcon\Loader`:

```
$loader = new Phalcon\Loader();

$loader->registerNamespaces([
    'Logikos\Forms' => '/path/to/this/repo/src/'
]);

$loader->register();
```

Key features
------------

[](#key-features)

### [Forms Class](src/Form.php)

[](#forms-class)

Wrapper for [Phalcon\\Forms\\Form](https://github.com/phalcon/cphalcon/blob/master/phalcon/forms/form.zep) which adds some additional [features](docs/Form.md).

### Radioset [Element](src/Element/Radioset.php) and [Tag](src/Tag/Radioset.php)

[](#radioset-element-and-tag)

Added [Logikos\\Forms\\Element\\Radioset](src/Element/Radioset.php) which works like and extends [Phalcon\\Forms\\Element\\Select](https://github.com/phalcon/cphalcon/blob/master/phalcon/forms/element/select.zep) and works the same way except that it outputs radio options instead of a select box. Resulting radio tag option markup can be controlled by setting [Logikos\\Forms\\Tag\\Radioset](src/Tag/Radioset.php)::useRadioTemplate()

### [SelectOptions](src/SelectOptions.php)

[](#selectoptions)

Phalcon plugin to query selectbox options. Works well as a backend to select2. [docs/SelectOptions.md](docs/SelectOptions.md) contains basic usage information.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

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 ~25 days

Total

4

Last Release

3575d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/22dea9d45991672bd10001bb3cfaf5900bdd27d29322564581dadaa8f863e565?d=identicon)[logikos](/maintainers/logikos)

---

Top Contributors

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

---

Tags

pluginphalconFormslogikostechlogikosradioset

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/logikostech-forms/health.svg)

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

###  Alternatives

[martin/forms-plugin

Create easy (and almost magic) AJAX forms

601.3k](/packages/martin-forms-plugin)[tonegabes/filament-better-options

Filament form components for better radio and checkbox options.

168.1k](/packages/tonegabes-filament-better-options)[martin/wn-forms-plugin

Create easy (and almost magic) AJAX forms

212.4k](/packages/martin-wn-forms-plugin)

PHPackages © 2026

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