https://github.com/hiqdev/yii2-hiam-authclient
OAuth2 client for yii2 to login through HIAM server
https://github.com/hiqdev/yii2-hiam-authclient
hacktoberfest
Last synced: 12 months ago
JSON representation
OAuth2 client for yii2 to login through HIAM server
- Host: GitHub
- URL: https://github.com/hiqdev/yii2-hiam-authclient
- Owner: hiqdev
- License: bsd-3-clause
- Created: 2015-08-02T12:21:51.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T12:04:27.000Z (about 5 years ago)
- Last Synced: 2024-11-11T18:51:46.148Z (over 1 year ago)
- Topics: hacktoberfest
- Language: PHP
- Size: 31.3 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
HIAM AuthClient
===============
**OAuth2 client for yii2 to login with HIAM server**
[](https://packagist.org/packages/hiqdev/yii2-hiam-authclient)
[](https://packagist.org/packages/hiqdev/yii2-hiam-authclient)
[](https://travis-ci.org/hiqdev/yii2-hiam-authclient)
[](https://scrutinizer-ci.com/g/hiqdev/yii2-hiam-authclient/)
[](https://scrutinizer-ci.com/g/hiqdev/yii2-hiam-authclient/)
[](https://www.versioneye.com/php/hiqdev:yii2-hiam-authclient/dev-master)
Use identical to [yiisoft/yii2-authclient](https://github.com/yiisoft/yii2-authclient).
## Installation
The preferred way to install this yii2-extension is through [composer](http://getcomposer.org/download/).
Either run
```sh
php composer.phar require "hiqdev/yii2-hiam-authclient"
```
or add
```json
"hiqdev/yii2-hiam-authclient": "*"
```
to the require section of your composer.json.
## License
This project is released under the terms of the BSD-3-Clause [license](LICENSE).
Read more [here](http://choosealicense.com/licenses/bsd-3-clause).
Copyright © 2015-2016, HiQDev (http://hiqdev.com/)