All Projects → xtreamwayz → Html Form Validator

xtreamwayz / Html Form Validator

Licence: mit
PHP form validation extracted from HTML forms. Write forms and validation once in the same place!

Labels

Projects that are alternatives of or similar to Html Form Validator

Bounty
Javascript and SVG odometer effect library with motion blur
Stars: ✭ 724 (+695.6%)
Mutual labels:  filters
Obs Studio Python Scripting Cheatsheet Obspython Examples Of Api
⚫️ OBS Studio API with Python
Stars: ✭ 40 (-56.04%)
Mutual labels:  filters
Obs Streamfx
StreamFX is a plugin for OBS Studio which adds many new effects, filters, sources, transitions and encoders - all for free! Be it 3D Transform, Blur, complex Masking, or even custom shaders, you'll find it all here.
Stars: ✭ 1,128 (+1139.56%)
Mutual labels:  filters
Ewma
Exponentially Weighted Moving Average Filter
Stars: ✭ 21 (-76.92%)
Mutual labels:  filters
Queryfilter
Laravel queryfilter is a simple & dynamic package for your eloquent query in laravel. It will help you to write query logic individual for each parameter.
Stars: ✭ 28 (-69.23%)
Mutual labels:  filters
Django Admin Numeric Filter
Numeric filters for Django admin
Stars: ✭ 46 (-49.45%)
Mutual labels:  filters
Seccubus
Easy automated vulnerability scanning, reporting and analysis
Stars: ✭ 615 (+575.82%)
Mutual labels:  filters
Skeleton
A ready-to-use CodeIgniter skeleton with tons of new features and a whole new concept of hooks (actions and filters) as well as a ready-to-use and application-free themes and plugins system. Facebook Page: http://bit.ly/2oHzpxC | Facebook Group: http://bit.ly/2o3KOrA. Help me carry on making more free stuff → http://bit.ly/2ppNujE ←
Stars: ✭ 74 (-18.68%)
Mutual labels:  filters
Pixelflow
A Processing/Java library for high performance GPU-Computing (GLSL). Fluid Simulation + SoftBody Dynamics + Optical Flow + Rendering + Image Processing + Particle Systems + Physics +...
Stars: ✭ 978 (+974.73%)
Mutual labels:  filters
Opencv Face Filters
Snapchat-like Face Filters in OpenCV
Stars: ✭ 51 (-43.96%)
Mutual labels:  filters
Search Ui
🔍 A set of UI components to build a fully customized search!
Stars: ✭ 24 (-73.63%)
Mutual labels:  filters
Pornlist
Ad-blocking porn websites filter list for Adblock Plus and uBlock Origin.
Stars: ✭ 21 (-76.92%)
Mutual labels:  filters
Nova Mega Filter
Allows you to control the columns and filters shown on any Nova resource index
Stars: ✭ 49 (-46.15%)
Mutual labels:  filters
Scrimage
Java, Scala and Kotlin image processing library
Stars: ✭ 792 (+770.33%)
Mutual labels:  filters
Kiwifacesdk demo ios
贴纸、美颜、滤镜SDK(类似Faceu,B612),由开为科技开发的KiwiFace SDK,短视频demo,支持Kiwi人脸跟踪/特效/录制。进入demo页面生成license - iOS版
Stars: ✭ 65 (-28.57%)
Mutual labels:  filters
Wirefilter
An execution engine for Wireshark-like filters
Stars: ✭ 677 (+643.96%)
Mutual labels:  filters
Audio Signal Processing
Removing background noise in a sound file
Stars: ✭ 41 (-54.95%)
Mutual labels:  filters
Data
Extended implementation of ArrayObject - useful collection for any config in your system (write, read, store, change, validate, convert to other format and etc).
Stars: ✭ 77 (-15.38%)
Mutual labels:  filters
Gmailctl
Declarative configuration for Gmail filters
Stars: ✭ 1,171 (+1186.81%)
Mutual labels:  filters
Pgo
Go library for PHP community with convenient functions
Stars: ✭ 51 (-43.96%)
Mutual labels:  filters

html-form-validator

Continuous Integration

As challenged by a tweet, this library extracts validation rules and filters from a html form and validates submitted user data against it.

It's pretty crazy what you have to do to get a form build in frameworks. Create a lot of php classes for elements, validation, etc. So why not build a html form and use the standard element attributes to extract the validation rules and filters. Together with some powerful html compliant data attributes you can create forms, customize validation rules and filters in one place.

Installation

$ composer require xtreamwayz/html-form-validator

Documentation

All project documentation is located in the ./docs folder. If you would like to contribute to the documentation, please submit a pull request. You can read the docs online: https://xtreamwayz.github.io/html-form-validator/

Contributing

BEFORE you start work on a feature or fix, please read & follow the contributing guidelines to help avoid any wasted or duplicate effort.

Copyright and license

Code released under the MIT License. Documentation distributed under CC BY 4.0.

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].