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.
To use the library, use Composer's [autoload](https://getcomposer.org/doc/01-basic-usage.md#autoloading):
18
+
19
+
```php
20
+
require_once 'vendor/autoload.php';
21
+
```
22
+
23
+
## Basic Usage
24
+
25
+
Simple usage looks like:
26
+
27
+
```php
28
+
29
+
```
30
+
31
+
## Documentation
32
+
33
+
34
+
## Contributing
35
+
36
+
Any form of contribution to improve this library will be welcome and appreciated.
37
+
Make sure to open a pull request or issue.
38
+
39
+
## Acknowledgments
40
+
41
+
This library is inspired by [Respect's Validation](https://github.com/Respect/Validation) and [Symfony's Validator](https://symfony.com/doc/current/validation.html).
42
+
43
+
## License
44
+
45
+
This project is licensed under the MIT license.
46
+
Please see the [LICENSE](LICENSE) file distributed with this source code for further information regarding copyright and licensing.
0 commit comments