From 490c8ea7ef8feae63753225562becb3235282f5b Mon Sep 17 00:00:00 2001 From: SadeghPM Date: Sun, 26 Feb 2017 00:49:54 +0330 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36d6480..27a1d25 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ -# reCAPCHA -PSR-7 Google reCAPCHA Middleware
+# PSR-7 Google reCAPCHA Middleware [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
This middleware implement server side google reCAPCHA v2 validation.It was originally developed for Slimframework 3 but can be used with any framework using PSR-7 style middlewares. It is very simple and without any dependancy. + +## Install + +Install latest version using [composer](https://getcomposer.org/). + +``` bash +$ composer require sadegh-pm/recapcha +``` + +## Usage +Coming soon