Download the PHP package eclemens/php-validation without Composer
On this page you can find all versions of the php package eclemens/php-validation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download eclemens/php-validation
More information about eclemens/php-validation
Files in eclemens/php-validation
Download eclemens/php-validation
More information about eclemens/php-validation
Files in eclemens/php-validation
Vendor eclemens
Package php-validation
Short Description PHP Validation class inspired by the jQuery Validation Plugin
License MIT
Homepage https://github.com/eclemens/php-validation
Package php-validation
Short Description PHP Validation class inspired by the jQuery Validation Plugin
License MIT
Homepage https://github.com/eclemens/php-validation
Please rate this library. Is it a good library?
Informations about the package php-validation
php-validation
PHP Validation class inspired by the jQuery Validation Plugin (http://jqueryvalidation.org/)
Description
I created this library to use along with jQuery Validation Plugin.
It allows to use the same (or similar) rules used for jQuery Validation Plugin implementation in the client side to validate the request in the server side.
Installation
Install using composer. Exists as eclemens/php-validation in the packagist repository.
Add the package to the require section in your composer.json file:
Usage
Basic standalone usage
PHP
Usage along with jQuery Validation Plugin
HTML
JavaScript
PHP
TODO
- Missing additional rules
- i18n
All versions of php-validation with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package eclemens/php-validation contains the following files
Loading the files please wait ....