Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 5 hours 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 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T14:46:39.000Z (7 days ago)
- Last Synced: 2024-10-31T15:34:23.521Z (7 days ago)
- Topics: numbers, php, strings, types, validate, validator, values
- Language: PHP
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 2
- 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`
## Installation
```
composer require bayfrontmedia/php-validator
```## Documentation
See [documentation](docs/README.md).