https://github.com/icinga/ipl-validator
https://github.com/icinga/ipl-validator
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/icinga/ipl-validator
- Owner: Icinga
- License: mit
- Created: 2018-07-31T13:02:25.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T15:45:44.000Z (over 2 years ago)
- Last Synced: 2024-02-12T16:47:03.411Z (over 2 years ago)
- Language: PHP
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Icinga PHP Library - Common Validators and Validator Chaining
`ipl/validator` provides common validators and a validator chain that runs multiple validators in a user-defined order.
## Installation
The recommended way to install this library is via [Composer](https://getcomposer.org):
```
composer require ipl/validator
```