PHPackages                             truecastdesign/welder - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. truecastdesign/welder

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

truecastdesign/welder
=====================

This library provides a full featured HTML form builder, validator, and spam checker.

v2.9.2(3mo ago)12351MITPHPPHP &gt;=7.0.0

Since Dec 6Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/truecastdesign/welder)[ Packagist](https://packagist.org/packages/truecastdesign/welder)[ RSS](/packages/truecastdesign-welder/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)DependenciesVersions (45)Used By (1)

Welder - HTML5 Form Builder for PHP
===================================

[](#welder---html5-form-builder-for-php)

This library provides a simple powerful HTML5 form builder, validator, spam checker, spam submitter, form contents emailer, and more.

It is designed with the end user in mind so the typing is minimized as much as possible and the syntax is as much like HTML as possible with added functionality.

This library blocks form submissions from domains other than the domain the site is on. It also protects against Cross Site Request Forgeries by default.

Install
-------

[](#install)

To install with composer:

```
composer require truecastdesign/welder
```

Requires PHP 7.0 or newer.

Usage
-----

[](#usage)

How to build a form:

Make a new instance

```

```

Output the form tag and other hidden fields

```
