PHPackages                             miraafaq/askme - 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. miraafaq/askme

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

miraafaq/askme
==============

Basic Form Generator

1.0.5(2y ago)730GPL-3.0-onlyPHP

Since Aug 31Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/MirAafaq/artifyform)[ Packagist](https://packagist.org/packages/miraafaq/askme)[ RSS](/packages/miraafaq-askme/feed)WikiDiscussions main Synced today

READMEChangelog (7)DependenciesVersions (8)Used By (0)

ArtifyForm - Powerful Dynamic Form Builder
==========================================

[](#artifyform---powerful-dynamic-form-builder)

ArtifyForm is a modern, lightweight, incredibly flexible PHP form builder designed to eliminate markup and tedious boilerplate attribute handling. Easily generate HTML forms, perform server-side validation, manage grid layouts, re-populate old inputs, and integrate natively into frameworks.

Table of Contents
-----------------

[](#table-of-contents)

1. [Installation](#installation)
2. [Quickstart Usage Example](#quickstart-usage-example)
3. [Field Types &amp; Methods](#field-types--methods)
4. [Validation Engine](#validation-engine)
5. [Layouts &amp; Fieldsets](#layouts--fieldsets)
6. [Framework Integrations](#framework-integrations)
7. [Custom Extensions](#custom-extensions)

---

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

[](#installation)

via composer:

```
composer require miraafaq/artifyform
```

---

Quickstart Usage Example
------------------------

[](#quickstart-usage-example)

Build beautiful, self-validating forms in minutes using fluid APIs without ever touching `` HTML manually!

```
