yiisoft/yii-auth-client

Yii Framework external authentication via OAuth and OpenID Extension

dev-master / 3.0.x-dev 2023-04-03 10:53 UTC

README

68747470733a2f2f796969736f66742e6769746875622e696f2f646f63732f696d616765732f7969695f6c6f676f2e737667 68747470733a2f2f6f617574682e6e65742f696d616765732f6f617574682d322d736d2e706e67 68747470733a2f2f6f70656e69642e6e65742f776f726470726573732d636f6e74656e742f75706c6f6164732f323031342f30392f6f70656e69642d722d6c6f676f2d393030783336302e706e67

Yii Framework External Authentication Extension


This extension adds OAuth, OAuth2 and OpenId Connect consumers for the Yii framework.

For license information check the LICENSE-file.

Documentation is at docs/guide/README.md.

Latest Stable Version Total Downloads Build status Scrutinizer Code Quality Code Coverage Mutation testing badge static analysis type-coverage

Installation

The preferred way to install this extension is through composer.

composer require --prefer-dist yiisoft/yii-auth-client

General usage

Unit testing

The package is tested with PHPUnit. To run tests:

./vendor/bin/phpunit

Mutation testing

The package tests are checked with Infection mutation framework. To run it:

./vendor/bin/infection

Static analysis

The code is statically analyzed with Psalm. To run static analysis:

./vendor/bin/psalm

Support the project

Open Collective

Follow updates

Official website Twitter Telegram Facebook Slack

License

The Yii Framework External Authentication Extension is free software. It is released under the terms of the BSD License. Please see LICENSE for more information.

Maintained by Yii Software.