Skip to content

Commit

Permalink
documentation tag and tag bump
Browse files Browse the repository at this point in the history
  • Loading branch information
leventogut committed Sep 30, 2016
1 parent 096d620 commit 9372a36
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Mailium Oauth Client for Laravel Framework

[![Latest Stable Version](https://poser.pugx.org/mailium/oauth-client-laravel/v/stable.svg)](https://packagist.org/packages/mailium/oauth-client-laravel) [![Monthly Downloads](https://poser.pugx.org/mailium/oauth-client-laravel/d/monthly.png)](https://packagist.org/packages/mailium/oauth-client-laravel) [![License](https://poser.pugx.org/mailium/oauth-client-laravel/license.svg)](https://packagist.org/packages/mailium/oauth-client-laravel) ![Build Status](https://travis-ci.org/mailium/oauth-client-laravel.svg?branch=master)


## Installation & Configuration

### Service Provider
Expand Down Expand Up @@ -91,4 +94,4 @@ Oauth client middleware adds four attributes to the incoming requests
### Running API commands on controller
```
$this->apiClient->run('List.GetList',array());
```
```

0 comments on commit 9372a36

Please sign in to comment.