Download the PHP package syamgot/php-validator without Composer
On this page you can find all versions of the php package syamgot/php-validator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download syamgot/php-validator
More information about syamgot/php-validator
Files in syamgot/php-validator
Download syamgot/php-validator
More information about syamgot/php-validator
Files in syamgot/php-validator
Vendor syamgot
Package php-validator
Short Description php validator library
License MIT
Homepage https://github.com/syamgot/php-validator
Package php-validator
Short Description php validator library
License MIT
Homepage https://github.com/syamgot/php-validator
Keywords validatorvalidation
Please rate this library. Is it a good library?
Informations about the package php-validator
php-validator
一般的なバリデーション機能を提供します。
個別に利用出来るほか、複数のバリデーションをつなげて利用する事も出来ます。
バリデータ一覧
バリデータ名 | 説明 |
---|---|
AlumValidator | アルファベットと数字のみを含む文字列かどうかを判定します. |
DataTypeValidator | 値の型を判定します. |
GEValidator | 指定された数値より、大きいか等しい数値かを判定します. |
GTValidator | 指定された数値より大きいかを判定します. |
LEValidator | 指定された数値より小さいか等しいかを判定します. |
LTValidator | 指定された数値より小さいかを判定します. |
NotEmptyValidator | 値が空ではないかを判定します. |
NotNullValidator | 値が null ではないかを判定します. |
RegularExpressionValidator | 正規表現で判定します. |
StrLengthValidator | 文字列の長さを判定します. |
All versions of php-validator with dependencies
PHP Build Version
Package Version
No informations.
The package syamgot/php-validator contains the following files
Loading the files please wait ....