DEV Community

Ivan Grigorov
Ivan Grigorov

Posted on

PHP VMValidator 2.4.2

🥳🥳 PHP VMValidator 2.4.2 is here 🥳🥳

For those who do not know, what is this:

This is simple attribute validation for PHP models and value objects based on the new features, presented in PHP 8

With even more improved callback execution after validation


$successCallable is executed on successful validation

$failureCallable is executed on unsuccessful validation

$forcedCallable is executed on successful AND unsuccessful validation`
Enter fullscreen mode Exit fullscreen mode

I am feeling excited how things are getting shape.

Currently I am pleased with the progress of it but I still need feedback from all kind of developers junior or experienced.

Like every successful library, this one also needs to be battle tested and proven.

I am welcomming all sorts of feedback, recommendations and suggestions.

Feel free to play, test and work with it.

https://ivangrigorov.github.io/VMValidator/

Top comments (0)