PHP-Static-Validator | Simple PHP Validator that allows chain validate conditions
kandi X-RAY | PHP-Static-Validator Summary
kandi X-RAY | PHP-Static-Validator Summary
PHP-Static-Validator is a PHP library. PHP-Static-Validator has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.
Class primarily created to find some useful purpose for __callStatic function new in PHP 5.3.0. With PHP StaticValidator You can chain multiple conditions and checked value is being tested one by one.
Class primarily created to find some useful purpose for __callStatic function new in PHP 5.3.0. With PHP StaticValidator You can chain multiple conditions and checked value is being tested one by one.
Support
Quality
Security
License
Reuse
Support
PHP-Static-Validator has a low active ecosystem.
It has 5 star(s) with 0 fork(s). There are no watchers for this library.
It had no major release in the last 6 months.
PHP-Static-Validator has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of PHP-Static-Validator is current.
Quality
PHP-Static-Validator has no bugs reported.
Security
PHP-Static-Validator has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
PHP-Static-Validator does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
PHP-Static-Validator releases are not available. You will need to build from source code and install.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed PHP-Static-Validator and discovered the below as its top functions. This is intended to give you an instant insight into PHP-Static-Validator implemented functionality, and help decide if they suit your requirements.
- Extracts function name from string
- Validate if a variable is only a valid value .
- Determine if a variable is or not .
- Validate a variable is greater than or equal
- Validate string length
- Checks if value is between condition
Get all kandi verified functions for this library.
PHP-Static-Validator Key Features
No Key Features are available at this moment for PHP-Static-Validator.
PHP-Static-Validator Examples and Code Snippets
No Code Snippets are available at this moment for PHP-Static-Validator.
Community Discussions
No Community Discussions are available at this moment for PHP-Static-Validator.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install PHP-Static-Validator
Since Validator uses namespaces, it is required to use class autoloader, for example SplClassLoader.php more info here. You have to register Validator classes:. No external libraries required.
Support
Static Validator's class is designed to check if given variable or array of variables meet certain conditions. Basically every check method starts with check word, and then You can use separator _ and type next condition which tested variable is supposed to meet. For exaple Validator::check_notNull_isInt_gt5($testedVariable); we can translate to !is_null($testedVariable) && is_int($testedVariable) && ($testedVariable > 5) You can see we gain some concise and some flexibility (gt5).
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page