oggetto / magento-opauth
Oggetto Opauth extension for Magento
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento-module
Requires
- php: >=5.3.0
- magento-hackathon/magento-composer-installer: *
- opauth/facebook: *
- opauth/google: *
- opauth/opauth: *
- opauth/twitter: *
This package is not auto-updated.
Last update: 2024-11-04 15:02:30 UTC
README
To install: set up your root composer.json in your project like this
{ "name": "your-vendor-name/module-or-project-name", "description": "A short one line description of your module or project", "require": { "oggetto/magento-opauth": "*" }, "repositories": [ { "type": "composer", "url": "http://packages.firegento.com" } ], "extra":{ "magento-root-dir": "./" } }
Other information about installation you can find at Magento Composer Installer