Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
lippserd committed Mar 11, 2020
1 parent b045fe3 commit e5e8b03
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Icinga PHP Library - Common Validators and Validator Chaining

[![PHP Support](https://img.shields.io/badge/php-%3E%3D%205.6-777BB4?logo=PHP)](https://php.net/)
![Build Status](https://github.com/Icinga/ipl-validator/workflows/PHP%20Tests/badge.svg?branch=master)

`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
```

0 comments on commit e5e8b03

Please sign in to comment.