, (*1)
SleepnessUberFrontendValidationBundle
This Bundle is a powerful tool to provide a client side validation of form data., (*2)
Introduction
Separation of concern
Symfony2 provides a powerful tool for server side validation.
This bundle provides a tool to make your app more secured by converting Symfony2 server side rules
into friendly client side validation., (*3)
Symfony compatibility
This bundle works on any Symfony 2.0+ version., (*4)
Features
This bundle supports the following constraints:, (*5)
Basic Constraints:
- NotBlank
- Blank
- NotNull
- Null
- True
- False, (*6)
String Constraints:
- Email
- Length
- Url, (*7)
Comparison Constraint:
- EqualTo
- NotEqualTo, (*8)
Date Constraint:
- DateTime
- Date, (*9)
File Constraints:
- File
- Image, (*10)
SleepnessUberFrontendValidationBundle supports translating constraint messages, defined in message option of constraint., (*11)
Documentation
The bulk of the documentation is stored in the Resources/doc/index.md
file in this bundle., (*12)
Installation
The installation of Bundle instructions are located in the documentation., (*13)
Configuration
All the configuration instructions are located in the documentation., (*14)
Contributing
Pull requests are welcome., (*15)
License
See the complete license in the bundle: Resources/meta/LICENSE
, (*16)