https://github.com/yiisoft/yii-auth-client
Yii Framework external authentication via OAuth and OpenID Extension
https://github.com/yiisoft/yii-auth-client
api auth hacktoberfest oauth oauth2 openid-connect optionalforframeworkannounce yii3
Last synced: 8 months ago
JSON representation
Yii Framework external authentication via OAuth and OpenID Extension
- Host: GitHub
- URL: https://github.com/yiisoft/yii-auth-client
- Owner: yiisoft
- License: bsd-3-clause
- Created: 2018-08-02T15:57:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-03T10:53:21.000Z (about 3 years ago)
- Last Synced: 2024-04-14T00:55:44.344Z (about 2 years ago)
- Topics: api, auth, hacktoberfest, oauth, oauth2, openid-connect, optionalforframeworkannounce, yii3
- Language: PHP
- Homepage: https://www.yiiframework.com/
- Size: 837 KB
- Stars: 24
- Watchers: 23
- Forks: 13
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
Yii External Authentication
[](https://packagist.org/packages/yiisoft/yii-auth-client)
[](https://packagist.org/packages/yiisoft/yii-auth-client)
[](https://github.com/yiisoft/yii-auth-client/actions?query=workflow%3Abuild)
[](https://codecov.io/gh/yiisoft/yii-auth-client)
[](https://dashboard.stryker-mutator.io/reports/github.com/yiisoft/yii-auth-client/master)
[](https://github.com/yiisoft/yii-auth-client/actions?query=workflow%3A%22static+analysis%22)
[](https://shepherd.dev/github/yiisoft/yii-auth-client)
This extension adds [OAuth](https://oauth.net/), [OAuth2](https://oauth.net/2/) and [OpenId Connect](https://openid.net/connect/)
consumers for the [Yii framework](https://www.yiiframework.com).
## Requirements
- PHP 8.1 or higher.
## Installation
The package could be installed with [Composer](https://getcomposer.org):
```shell
composer require yiisoft/yii-auth-client
```
## Documentation
- Guide: [English](docs/guide/en/README.md), [Русский](docs/guide/ru/README.md)
- [Internals](docs/internals.md)
If you need help or have a question, the [Yii Forum](https://forum.yiiframework.com/c/yii-3-0/63) is a good place for that.
You may also check out other [Yii Community Resources](https://www.yiiframework.com/community).
## License
The Yii External Authentication is free software. It is released under the terms of the BSD License.
Please see [`LICENSE`](./LICENSE.md) for more information.
Maintained by [Yii Software](https://www.yiiframework.com/).
## Support the project
[](https://opencollective.com/yiisoft)
## Follow updates
[](https://www.yiiframework.com/)
[](https://twitter.com/yiiframework)
[](https://t.me/yii3en)
[](https://www.facebook.com/groups/yiitalk)
[](https://yiiframework.com/go/slack)