loganstellway / module-social
There is no license information available for the latest version (0.0.4) of this package.
Social media integration for Magento 2
Package info
github.com/loganstellway/module-social
Type:magento2-module
pkg:composer/loganstellway/module-social
0.0.4
2018-06-20 17:09 UTC
Requires
- php: >=5.6
- lusitanian/oauth: ^0.8.10
This package is auto-updated.
Last update: 2026-02-23 16:20:31 UTC
README
This module provides social integration with Magento 2.
Features
- Create a Magento account with a social media provider
- Login using a social media provider
Installation
Require the composer package from your Magento root directory:
composer require loganstellway/module-social
Add Support for Other Providers
This module utilizes the lusitanian/oauth package for oauth interactions with different service providers. Please refer to the lusitanian/oauth package docs to see available service implementations.