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

https://github.com/quantaphp/validation


https://github.com/quantaphp/validation

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Quanta validation

This package provides a minimalist library to validate php values.

**Require** php >= 8.0

**Installation** `composer require quanta/validation`

**Run tests** `./vendor/bin/phpunit tests`

**Testing a specific php version using docker:**

- `docker build . --build-arg PHP_VERSION=8.0 --tag quanta/validation/tests:8.0`
- `docker run --rm quanta/validation/tests:8.0`