File: control

package info (click to toggle)
php-validate 0.8.5-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 244 kB
  • sloc: php: 758; xml: 492; makefile: 5
file content (21 lines) | stat: -rw-r--r-- 877 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: php-validate
Section: php
Priority: optional
Maintainer: Dario Minnucci <midget@debian.org>
Build-Depends: debhelper (>= 9), dh-make-php (>= 0.2.3), cdbs
Standards-Version: 3.9.3
Homepage: http://pear.php.net/package/Validate
Vcs-Git: git://anonscm.debian.org/collab-maint/php-validate.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/php-validate.git;a=summary

Package: php-validate
Architecture: all
Depends: php-pear, ${misc:Depends} 
Description: validation class
 This package provides a PEAR package for validating data, including:
  * numbers (min/max, decimal or not);
  * email (syntax, domain check, RFC 822 compliance);
  * strings (predefined type alpha upper and/or lowercase, numeric, etc.);
  * dates (min/max, RFC 822 compliance);
  * URIs (RFC 2396 compliance).
 Multiple checks can be performed by a single method call (::multiple).