You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-7
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,21 @@
1
1
# php-validation
2
2
PHP Validation class inspired by the jQuery Validation Plugin (http://jqueryvalidation.org/)
3
3
4
-
## Description
4
+
Description
5
+
------------
5
6
6
7
I created this library to use along with *jQuery Validation Plugin*.
7
8
8
9
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.
9
10
10
-
## Instalation
11
+
Installation
12
+
------------
11
13
12
-
composer - add the package to the require section in your composer.json file:
14
+
Install using [composer](http://getcomposer.org/). Exists as
0 commit comments