All Projects → validformbuilder → Validformbuilder

validformbuilder / Validformbuilder

Licence: gpl-2.0
ValidForm Builder. Easy and safe XHTML 1.0 strict forms with validation!

Projects that are alternatives of or similar to Validformbuilder

Approvejs
A simple JavaScript validation library that doesn't interfere
Stars: ✭ 336 (+1192.31%)
Mutual labels:  validation, javascript-library
React Spaces
React components that allow you to divide a page or container into nestable anchored, scrollable and resizable spaces.
Stars: ✭ 928 (+3469.23%)
Mutual labels:  javascript-library
Laravel Jsonapi
Basic setup framework for creating a Laravel JSON-API server
Stars: ✭ 16 (-38.46%)
Mutual labels:  validation
Furion
Make .NET development easier, more versatile, and more popular.
Stars: ✭ 902 (+3369.23%)
Mutual labels:  validation
Andhow
Strongly typed, validated, easy to use Java configuration
Stars: ✭ 17 (-34.62%)
Mutual labels:  validation
Jsmlt
🏭 JavaScript Machine Learning Toolkit
Stars: ✭ 22 (-15.38%)
Mutual labels:  javascript-library
Gradientify
Create beautiful, animated gradients with ease. This JS library provides you with an easy-to-use API to create and put animated gradients wherever you want on your website.
Stars: ✭ 16 (-38.46%)
Mutual labels:  javascript-library
Trumail
✉️ ✅ A Fast and Free Email Verification API written in Go
Stars: ✭ 937 (+3503.85%)
Mutual labels:  validation
Cti Stix Validator
OASIS TC Open Repository: Validator for STIX 2.0 JSON normative requirements and best practices
Stars: ✭ 24 (-7.69%)
Mutual labels:  validation
Validating
Automatically validating Eloquent models for Laravel
Stars: ✭ 906 (+3384.62%)
Mutual labels:  validation
Swiftyform
iOS framework for creating forms
Stars: ✭ 907 (+3388.46%)
Mutual labels:  validation
Wykop Es6
Wykop.pl API library
Stars: ✭ 17 (-34.62%)
Mutual labels:  javascript-library
Cafy
☕️ Simple, lightweight, flexible validator generator
Stars: ✭ 22 (-15.38%)
Mutual labels:  validation
Thread
Simply, lightweight and easy multi-thread JavaScript library
Stars: ✭ 17 (-34.62%)
Mutual labels:  javascript-library
Grpc Dotnet Validator
Simple request message validator for grpc.aspnet
Stars: ✭ 25 (-3.85%)
Mutual labels:  validation
Tram Policy
Policy Object Pattern
Stars: ✭ 16 (-38.46%)
Mutual labels:  validation
Elfi
An elegant state container for your JavaScript applications
Stars: ✭ 18 (-30.77%)
Mutual labels:  javascript-library
Govalid
Struct validation using tags
Stars: ✭ 22 (-15.38%)
Mutual labels:  validation
Graphicsjs
A lightweight JavaScript graphics library with the intuitive API, based on SVG/VML technology.
Stars: ✭ 937 (+3503.85%)
Mutual labels:  javascript-library
Valley
Extensible schema validations and declarative syntax helpers in Python.
Stars: ✭ 25 (-3.85%)
Mutual labels:  validation

Build Status Latest Stable Version License A project by Neverwoods

Quick links:

ValidForm Builder

The ValidForm Builder is a PHP and JavaScript library that simplifies the often tedious creation of standards based web forms. Correct field validation of forms is an often overlooked problem and can lead to serious security issues. Building a form and adding validation to it was never that easy.

  • The API generates XHTML Strict 1.0 compliant code.
  • Field validation on the client side to minimize traffic overhead.
  • Field validation on the server to enforce validation rules and prevent tempering with the form through SQL injection.
  • Client side validation displays inline to improve user satisfaction. No more annoying popups that don't really tell you anything.
  • Creation of complex form structures.
  • Uses the popular jQuery Javascript library for DOM manipulation.
  • Completely customizable using CSS rules.
  • Automatic creation of field summaries for form mailers.
  • Super fast web form creation.
  • Get rid of SQL injection problems.
  • Create standards based CSS forms. No tables inside.
  • Make form entry fun for the user. More feedback from your website.
  • Write client- and server-side validation at the same time

Installation

You're free to download the source and get started but we highly recommend that you use Composer to install ValidForm Builder. Add the following to your project's composer.json file:

{
    "require": {
        "neverwoods/validformbuilder": "~4"
    }
}

By using the tilde you'll automatically install bug fixes and new features. See Composer documentation for details.

Documentation

You can eat get going fast with the new extensive documentation generated by PHPDoc. We've proved lots of inline documentation together with example code to get you started fast an easy.

Here are some documentation quick links:

If you have any questions, please ask them on stackoverflow and be sure to tag your question with the validform tag. We regulary monitor these questions and try to answer them as soon as we can :)

Examples

Check out the examples folder for many real-live use cases for ValidForm Buider. Each snippet is ready to copy-paste into your project!

Happy coding!

Felix & Robin

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].