PHPackages                             mar4elkin/fast-form-lib - 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. mar4elkin/fast-form-lib

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

mar4elkin/fast-form-lib
=======================

Faster using html forms in php .

016PHP

Since Oct 23Pushed 6y agoCompare

[ Source](https://github.com/mar4elkin/fast-form-lib)[ Packagist](https://packagist.org/packages/mar4elkin/fast-form-lib)[ RSS](/packages/mar4elkin-fast-form-lib/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Fast-form-lib
=============

[](#fast-form-lib)

That lib will help you to faster use html form tags

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

[](#installation)

To install my library you need to install composer

link: [getcomposer](https://getcomposer.org/) After that type request in bash(or cmd)

```
composer require mar4elkin/fast-form-lib @dev

```

[![Disabled Device Example](https://camo.githubusercontent.com/9586ba18131e605bbadce995975d172742f3982fc5c4d4f8e2318a6df939b07e/68747470733a2f2f696d6167652e6962622e636f2f6a7a544a666f2f636f6d706f7365722e706e67)](https://camo.githubusercontent.com/9586ba18131e605bbadce995975d172742f3982fc5c4d4f8e2318a6df939b07e/68747470733a2f2f696d6167652e6962622e636f2f6a7a544a666f2f636f6d706f7365722e706e67)

Using
-----

[](#using)

at first you need to connect your main file using autoloader, for example in my library it is "form\_mas.php". When your done that you can use library.

### Examples

[](#examples)

```
$obj_var= 'target="name of window"';

$obj_text = 'some text';

echo $form->show($obj_var);

$obj_var = 'type ="submit" value="send"';

echo $input->show($obj_var, $obj_text);

$obj_var = 'rows="10" cols="45" name="text"';

echo $textarea->show($obj_var, $obj_text);

$obj_var = 'type ="submit" value="send"';

$obj_text = "sfhkj";

echo $input->show($obj_var, $obj_text);

$obj_var = 'cols="2323245" name="text"';

echo $textarea->show($obj_var, $obj_text);

echo $form->show_end();

```

contacts
--------

[](#contacts)

### last one but not least

[](#last-one-but-not-least)

I am still working on the library, soon I will update readme. I want to add more examples... And of course fix bugs. Also I'd like to test all html tags in library...

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity36

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://avatars.githubusercontent.com/u/26876842?v=4)[Mark Tamarov](/maintainers/mar4elkin)[@mar4elkin](https://github.com/mar4elkin)

---

Top Contributors

[![mar4elkin](https://avatars.githubusercontent.com/u/26876842?v=4)](https://github.com/mar4elkin "mar4elkin (55 commits)")

### Embed Badge

![Health badge](/badges/mar4elkin-fast-form-lib/health.svg)

```
[![Health](https://phpackages.com/badges/mar4elkin-fast-form-lib/health.svg)](https://phpackages.com/packages/mar4elkin-fast-form-lib)
```

###  Alternatives

[hexadog/laravel-theme-installer

1040.8k4](/packages/hexadog-laravel-theme-installer)

PHPackages © 2026

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