bayfrontmedia / php-validator
A simple class used to validate a variety of data, and supports custom validation messages
Installs: 2 284
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: ^8.0
- ext-ctype: *
- ext-json: *
- bayfrontmedia/php-array-helpers: ^2.0
README
PHP validator is a simple class used to validate a variety of data, and supports custom validation messages.
License
This project is open source and available under the MIT License.
Author
Requirements
- PHP
^8.0
Installation
composer require bayfrontmedia/php-validator
Documentation
See documentation.