Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SadeghPM authored Feb 25, 2017
1 parent 146c015 commit 490c8ea
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# reCAPCHA
PSR-7 Google reCAPCHA Middleware<br>
# PSR-7 Google reCAPCHA Middleware
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)<br>
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

0 comments on commit 490c8ea

Please sign in to comment.