From 7ba7647c9c400882784c8ecbdf79229d168a4746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20Pimpa=CC=83o?= Date: Thu, 13 Mar 2025 15:19:05 +0000 Subject: [PATCH] docs: add badges --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6f4f150..9e93824 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Fluent Validator +[![Latest Version](https://img.shields.io/github/release/programmatordev/fluent-validator.svg?style=flat-square)](https://github.com/programmatordev/fluent-validator/releases) +[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE) +[![Tests](https://github.com/programmatordev/fluent-validator/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/programmatordev/fluent-validator/actions/workflows/ci.yml?query=branch%3Amain) + A [Symfony Validator](https://symfony.com/doc/current/validation.html) wrapper that enables fluent-style validation for raw values, offering an easy-to-use and intuitive API to validate user input or other data in a concise and readable manner.