From cc7fc1a6ac2c110aa5f134c721439f924da47e28 Mon Sep 17 00:00:00 2001 From: codemasher Date: Fri, 1 Mar 2019 20:20:40 +0100 Subject: [PATCH] :octocat: --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8f04fe2f..2a68f583 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,8 @@ There are 2 different `OAuthStorageInterface`, refer to these for implementation ## API ### [`OAuthInterface`](https://github.com/chillerlan/php-oauth-core/blob/master/src/Core/OAuthProvider.php) +Implements PSR-18 [`ClientInterface`](https://www.php-fig.org/psr/psr-18/) and PSR-3[`LoggerAwareInterface`](https://www.php-fig.org/psr/psr-3/). + method | return ------ | ------ `__construct(ClientInterface $http, OAuthStorageInterface $storage, SettingsContainerInterface $options)` | -