Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yiisoft/yii2-authclient
Yii 2 authclient extension.
https://github.com/yiisoft/yii2-authclient
facebook github google hacktoberfest linkedin oauth php twitter vk yii2
Last synced: 5 days ago
JSON representation
Yii 2 authclient extension.
- Host: GitHub
- URL: https://github.com/yiisoft/yii2-authclient
- Owner: yiisoft
- License: bsd-3-clause
- Created: 2013-12-27T03:10:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T17:46:03.000Z (3 months ago)
- Last Synced: 2024-10-29T14:35:36.674Z (about 2 months ago)
- Topics: facebook, github, google, hacktoberfest, linkedin, oauth, php, twitter, vk, yii2
- Language: PHP
- Homepage: http://www.yiiframework.com
- Size: 748 KB
- Stars: 462
- Watchers: 48
- Forks: 246
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
AuthClient Extension for Yii 2
This extension adds [OpenID](https://openid.net/), [OAuth](https://oauth.net/), [OAuth2](https://oauth.net/2/) and [OpenId Connect](https://openid.net/connect/)
consumers for the [Yii framework 2.0](https://www.yiiframework.com).For license information check the [LICENSE](https://github.com/yiisoft/yii2-authclient/blob/master/LICENSE.md)-file.
Documentation is at [docs/guide/README.md](https://github.com/yiisoft/yii2-authclient/blob/master/docs/guide/README.md).
[![Latest Stable Version](https://poser.pugx.org/yiisoft/yii2-authclient/v/stable.png)](https://packagist.org/packages/yiisoft/yii2-authclient)
[![Total Downloads](https://poser.pugx.org/yiisoft/yii2-authclient/downloads.png)](https://packagist.org/packages/yiisoft/yii2-authclient)
[![Build Status](https://github.com/yiisoft/yii2-authclient/workflows/build/badge.svg)](https://github.com/yiisoft/yii2-authclient/actions)Installation
------------The preferred way to install this extension is through [composer](https://getcomposer.org/download/).
Either run
```
composer require --prefer-dist yiisoft/yii2-authclient
```or add
```json
"yiisoft/yii2-authclient": "~2.2.0"
```to the `require` section of your composer.json.