Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/svycka/social-user
This module adds custom grant types for https://github.com/bshaffer/oauth2-server-php to allow login with social services like google or facebook.
https://github.com/svycka/social-user
laminas mezzio oauth2 oauth2-server oauth2-server-php php social-login zend-expressive zend-framework
Last synced: about 1 month ago
JSON representation
This module adds custom grant types for https://github.com/bshaffer/oauth2-server-php to allow login with social services like google or facebook.
- Host: GitHub
- URL: https://github.com/svycka/social-user
- Owner: svycka
- License: mit
- Created: 2016-02-15T15:31:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-07-01T06:21:58.000Z (over 2 years ago)
- Last Synced: 2024-11-27T19:30:43.621Z (2 months ago)
- Topics: laminas, mezzio, oauth2, oauth2-server, oauth2-server-php, php, social-login, zend-expressive, zend-framework
- Language: PHP
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# svycka/social-user
[![Build Status][ico-travis]][link-travis]
[![Coverage Status](https://coveralls.io/repos/github/svycka/social-user/badge.svg?branch=master)](https://coveralls.io/github/svycka/social-user?branch=master)
[![Quality Score][ico-code-quality]][link-code-quality]
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Total Downloads][ico-downloads]][link-downloads]This module adds custom grant types for [oauth2-server-php](https://github.com/bshaffer/oauth2-server-php) to allow login with social services like google or facebook.
## Install
Via Composer
``` bash
$ composer require svycka/social-user
```## Basic Usage
- Register `Svycka\SocialUser` as module in `config/application.config.php`
- Copy the file located in `vendor/svycka/social-user/data/social_user.local.php.dist` to `config/autoload/social_user.local.php` and change the values as you wish## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Credits
- [Vytautas Stankus][link-author]
- [All Contributors][link-contributors]## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/svycka/social-user.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/svycka/social-user/master.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/svycka/social-user.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/svycka/social-user.svg?style=flat-square[link-packagist]: https://packagist.org/packages/svycka/social-user
[link-downloads]: https://packagist.org/packages/svycka/social-user
[link-travis]: https://travis-ci.org/svycka/social-user
[link-code-quality]: https://scrutinizer-ci.com/g/svycka/social-user
[link-author]: https://github.com/svycka
[link-contributors]: ../../contributors