diff --git a/README.md b/README.md index acd5ba6..9d43f71 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ What is Opauth? --------------- Opauth provides a standardized way to interface with 3rd-party authentication providers. Unlike many current authentication frameworks, Opauth does not deal with database, so developers are not forced to adhere to predetermined database schema. -Opauth is a PHP library. It can be used as a standalone authentication interface (sending HTTP traffic to it), or as a plugin (instantiation of Opauth). +Opauth is a PHP library. It can be used as a standalone authentication interface (sending HTTP traffic to it), or as a plugin (instantiation of Opauth). + Opauth works well with other PHP frameworks, such as [CakePHP](https://github.com/uzyn/cakephp-opauth), [Yii](https://github.com/kahwee/yii-opauth), etc. Opauth as a framework provides API that allows authentication providers to develop strategies that work in a predictable manner.