PHPackages                             formagic/formagic - 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. formagic/formagic

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

formagic/formagic
=================

Form generator for PHP 5

v1.5.7(8y ago)73.8k3[14 issues](https://github.com/Weasle/Formagic/issues)BSD-3-ClausePHPPHP &gt;=5.1.0

Since May 29Pushed 8y ago3 watchersCompare

[ Source](https://github.com/Weasle/Formagic)[ Packagist](https://packagist.org/packages/formagic/formagic)[ Docs](http://github.com/Weasle/Formagic)[ RSS](/packages/formagic-formagic/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (2)DependenciesVersions (6)Used By (0)

FORMAGIC README
===============

[](#formagic-readme)

Thank you for your interest in Formagic. The source files within are subject to the new BSD license that is bundled with this package in the file LICENSE.

SYSTEM REQUIREMENTS
-------------------

[](#system-requirements)

There are not many requirements for using Formagic, PHP 5.1 and above will do (PHP 4 is not supported). Formagic will run with any php.ini settings. It is designed to run without errors or warnings down to E\_STRICT level.

INSTALLATION
------------

[](#installation)

The easiest way to include Formagic into your project is using Composer. This will download the necessary sources and create the autoloader for you, so you can just start using Formagic without further ado.

```
{
    "require": {
        "formagic/formagic": "1.5.6"
    }
}
```

You can also just unpack the ZIP-File you can download at GitHub into a directory of your choice and include the Formagic autoloader in your code:

```
