Magento Bridge
Component ID
2115289
Component name
Magento Bridge
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
Magento is currently one of the most powerful e-commerce opensource platform.
Combined to Drupal, for the CMS part, this couple generates the most amazing result.
Magento Bridge provides a set of tools to use Magento API REST in Drupal allowing access to:
- Products
- Product Categories
- Product Images
- Product Websites
- Customers
- Customer Addresses
- Inventory
- Sales Orders
- Order Addresses
- Order Comments
- Order Items
This list can be completed in case of additional webservices provided by Magento.
Installation
OAuth php module is required.
Debian 6
# apt-get install php5-dev libpcre3-dev libcurl3-dev # pecl install oauth
Debian 7
# apt-get install php5-dev libpcre3-dev libcurl4-openssl-dev # pecl install oauth
Create oauth mods :
/etc/php5/conf.d/oauth.ini
extension=oauth.so
