https://github.com/bayfrontmedia/php-validator
Simple class used to validate a variety of data.
https://github.com/bayfrontmedia/php-validator
numbers php strings types validate validator values
Last synced: 10 months ago
JSON representation
Simple class used to validate a variety of data.
- Host: GitHub
- URL: https://github.com/bayfrontmedia/php-validator
- Owner: bayfrontmedia
- License: mit
- Created: 2020-07-27T19:48:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-23T20:36:40.000Z (about 1 year ago)
- Last Synced: 2025-03-25T16:51:31.346Z (11 months ago)
- Topics: numbers, php, strings, types, validate, validator, values
- Language: PHP
- Homepage:
- Size: 51.8 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
## PHP validator
PHP validator is a simple class used to validate a variety of data,
and supports custom validation messages.
- [License](#license)
- [Author](#author)
- [Requirements](#requirements)
- [Installation](#installation)
- [Documentation](#documentation)
## License
This project is open source and available under the [MIT License](LICENSE).
## Author

- [Bayfront Media homepage](https://www.bayfrontmedia.com?utm_source=github&utm_medium=direct)
- [Bayfront Media GitHub](https://github.com/bayfrontmedia)
## Requirements
* PHP `^8.0` (Tested up to `8.4`)
## Installation
```
composer require bayfrontmedia/php-validator
```
## Documentation
See [documentation](docs/README.md).