Skip to content

quantaphp/validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published