https://github.com/quantaphp/validation
https://github.com/quantaphp/validation
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/quantaphp/validation
- Owner: quantaphp
- License: mit
- Created: 2019-11-13T16:01:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-04T14:40:40.000Z (over 3 years ago)
- Last Synced: 2025-07-18T04:39:42.506Z (6 months ago)
- Language: PHP
- Size: 214 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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`