Download the PHP package fullmetrix/magento-connector without Composer
On this page you can find all versions of the php package fullmetrix/magento-connector. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fullmetrix/magento-connector
More information about fullmetrix/magento-connector
Files in fullmetrix/magento-connector
Package magento-connector
Short Description Fullmetrix analytics, segmentation and marketing suite connector for Magento 2 / Adobe Commerce
License OSL-3.0
Homepage https://fullmetrix.com
Informations about the package magento-connector
Fullmetrix Magento 2 Connector
Connects a Magento 2 / Adobe Commerce store to Fullmetrix. Streams orders, customers, products, categories, cart price rules and credit memos, dispatches realtime entity webhooks and visitor tracking events, and supports remote coupon management and cart recovery links.
Compatible with Magento 2.4.4+ and Adobe Commerce (PHP 8.1+).
Installation
Via Composer:
Alternatively, download the ZIP from Fullmetrix, extract it into app/code/Fullmetrix/Connector, then run the same Magento commands.
Configuration
The extension works without configuration. Defaults point to https://fullmetrix.com. To override the API base (self-hosted or staging):
Usage
- In the Magento admin, go to
Marketing -> Fullmetrix. - Enter the connection code provided by Fullmetrix (format
FMTX-XXXX-XXXX-XXXX). - Click Connect. The extension registers with Fullmetrix and receives an HMAC secret.
- Fullmetrix performs an initial historical sync and then receives realtime webhooks.
A CLI flow is also available:
What is synced
- Orders with line items, shipping, taxes, coupon lines and payments
- Customers with addresses and newsletter opt-in status
- Products, configurable products and their variants, images, categories
- Cart price rules with coupon codes
- Credit memos (refunds) with line items
- Server-side tracking events (identify, add to cart) and the Fullmetrix storefront tracker
Security
All exchanges between the store and Fullmetrix are signed with HMAC-SHA256 (per-connection secret, timestamped, 5 minute tolerance). The extension never exposes data without a valid signature.
Support
- Email: [email protected]
- Website: https://fullmetrix.com
All versions of magento-connector with dependencies
magento/framework Version >=103.0.4
magento/module-sales Version *
magento/module-catalog Version *
magento/module-cron Version *
magento/module-customer Version *
magento/module-directory Version *
magento/module-sales-rule Version *
magento/module-newsletter Version *
magento/module-configurable-product Version *
magento/module-quote Version *
magento/module-checkout Version *
magento/module-catalog-inventory Version *
magento/module-catalog-rule Version *
magento/module-inventory-api Version *
magento/module-inventory-sales Version *
magento/module-inventory-sales-api Version *