You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
$ageValidator->assert(16, 'Age'); // throws exception: The "Age" value should be greater than or equal to "18", "16" given.
34
+
```
35
+
36
+
## Documentation
37
+
38
+
39
+
## Contributing
40
+
41
+
Any form of contribution to improve this library will be welcome and appreciated.
42
+
Make sure to open a pull request or issue.
43
+
44
+
## Acknowledgments
45
+
46
+
This library is inspired by [Respect's Validation](https://github.com/Respect/Validation) and [Symfony's Validator](https://symfony.com/doc/current/validation.html).
47
+
48
+
## License
49
+
50
+
This project is licensed under the MIT license.
51
+
Please see the [LICENSE](LICENSE) file distributed with this source code for further information regarding copyright and licensing.
0 commit comments