Skip to content

Commit

Permalink
Docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
introwit committed Feb 13, 2017
1 parent 005dad9 commit 184ab4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@
<a href="https://packagist.org/packages/lubusin/laravel-mojo"><img src="https://poser.pugx.org/lubusin/laravel-mojo/v/stable" alt="Latest Stable Version"></a>
<a href="https://scrutinizer-ci.com/g/lubusIN/laravel-mojo/build-status/master"><img src="https://scrutinizer-ci.com/g/lubusIN/laravel-mojo/badges/build.png?b=master" alt="Build Status"></a>
<a href="https://scrutinizer-ci.com/g/lubusIN/laravel-mojo/?branch=master"><img src="https://scrutinizer-ci.com/g/lubusIN/laravel-mojo/badges/quality-score.png?b=master" alt="Scrutinizer Code Quality"></a>
<a href="https://insight.sensiolabs.com/projects/8ae22c91-5ce0-4d38-be01-8432bb2f6e1c"><img src="https://img.shields.io/badge/Check-Platinum-brightgreen.svg" alt="SensioLabs Insight"></a>
<a href="https://insight.sensiolabs.com/projects/b60d453c-a67c-4079-b775-febe65ee02bc"><img src="https://img.shields.io/badge/Check-Platinum-brightgreen.svg" alt="SensioLabs Insight"></a>
<a href="https://packagist.org/packages/lubusin/laravel-mojo"><img src="https://poser.pugx.org/lubusin/laravel-mojo/downloads" alt="Total Downloads"></a>
<a href="https://packagist.org/packages/lubusin/laravel-mojo"><img src="https://poser.pugx.org/lubusin/laravel-mojo/license" alt="License"></a>
</p>
Expand All @@ -13,8 +13,10 @@

Laravel Mojo provides an expressive, fluent interface to [Instamojo's](https://instamojo.com) online payments and refund services. It handles almost all of the boilerplate payment code you are dreading writing and are unable to watch next episode of Narcos because of the same. In addition to the basic payments and refunds management, Mojo stores all the tansactions & refunds details with him and gives them to you as you ask (No you don't even need to shout Ok google for that).


> **If you are upgrading from v1 to v2 please checkout the [changelog](https://github.com/lubusIN/laravel-mojo/blob/master/changelog.md)**

Here are a few short examples of what you can do:
```php
$instamojoFormUrl = Mojo::giveMeFormUrl($user,$amount,$purpose);
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Expand Up @@ -4,6 +4,7 @@ All notable changes to Laravel Mojo will be documented in this file

## v2.0 - 13-02-2017


> **PHP 7.0 is now the minimum requirement to use v2.* of Laravel Mojo**
- The vendor name has been updated in all the namespaces to avoid confusions and keep the organisation name & vendor name in sync. So everywhere where you have been using
Expand Down

0 comments on commit 184ab4d

Please sign in to comment.