Skip to content

Commit

Permalink
Merge branch 'master' into dev/composer
Browse files Browse the repository at this point in the history
  • Loading branch information
chadicus committed Jan 8, 2018
2 parents 3f37608 + a8c99b7 commit db5e8c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -45,6 +45,9 @@ With a checkout of the code get [Composer](http://getcomposer.org) in your PATH
## A Note on Using Views
The `authorize` and `receive-code` route require `view` objects. The given view object must implement a render method such as the one found in [slim/twig-view](https://github.com/slimphp/Twig-View/blob/master/src/Twig.php#L103) and [slim/php-view](https://github.com/slimphp/PHP-View/blob/master/src/PhpRenderer.php#L64). It would be best if there was a common `ViewInterface` which both implementing but as of now such an interface does not exist.

## Community
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/slim-oauth2/Lobby#)

## Example Usage
```php
use Chadicus\Slim\OAuth2\Routes;
Expand Down

0 comments on commit db5e8c6

Please sign in to comment.