Skip to content

Commit

Permalink
Add link
Browse files Browse the repository at this point in the history
  • Loading branch information
ada-u committed Mar 15, 2018
1 parent fc72424 commit e7b2662
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ChatWork Provider for OAuth 2.0 Client

[![Build Status](https://travis-ci.com/chatwork/oauth2-chatwork-php.svg?token=vkLmxw1KM6EiS5fWoyu8&branch=master)](https://travis-ci.com/chatwork/oauth2-chatwork-php)
[![Build Status](https://travis-ci.com/chatwork/oauth2-chatwork-php.svg?branch=master)](https://travis-ci.com/chatwork/oauth2-chatwork-php)
[![Latest Stable Version](https://poser.pugx.org/chatwork/oauth2-chatwork/version)](https://packagist.org/packages/chatwork/oauth2-chatwork)
[![License](https://poser.pugx.org/chatwork/oauth2-chatwork/license)](https://packagist.org/packages/chatwork/oauth2-chatwork)

Expand Down Expand Up @@ -60,6 +60,10 @@ $resource_owner = $provider->getResourceOwner($accessToken);

[API Document](http://developer.chatwork.com/ja/oauth.html)

## Blog

[チャットワークのOAuth2のクライアントをPHPで簡単に実装するためのライブラリを紹介](http://creators-note.chatwork.com/entry/2017/12/15/104133)

## Contributing

### Testing
Expand Down

0 comments on commit e7b2662

Please sign in to comment.