Download the PHP package xtreamwayz/html-form-validator without Composer
On this page you can find all versions of the php package xtreamwayz/html-form-validator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download xtreamwayz/html-form-validator
More information about xtreamwayz/html-form-validator
Files in xtreamwayz/html-form-validator
Package html-form-validator
Short Description A library validating and filtering submitted data by reusing html form attributes
License MIT
Informations about the package html-form-validator
Thank you so much for being interested in this project! Open Source is rewarding, but it can also be exhausting. Therefor this code is provided as-is, and is currently not actively maintained. We invite you to peruse the code and even use it in your next project, provided you follow the included license!
No guarantee of support for the code is provided, and there is no promise that pull requests will be reviewed or merged. It’s open source, so forking is allowed; just be sure to give credit where it’s due!
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
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.
All versions of html-form-validator with dependencies
ext-dom Version *
ext-libxml Version *
laminas/laminas-filter Version ^2.13
laminas/laminas-i18n Version ^2.13
laminas/laminas-inputfilter Version ^2.13
laminas/laminas-servicemanager Version ^3.10
laminas/laminas-stdlib Version ^3.6
laminas/laminas-uri Version ^2.9
laminas/laminas-validator Version ^2.15
psr/container Version ^1.0 || ^2.0
psr/http-message Version ^1.0