Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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

- [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).