Download the PHP package byte8/module-stock-radar without Composer
On this page you can find all versions of the php package byte8/module-stock-radar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download byte8/module-stock-radar
More information about byte8/module-stock-radar
Files in byte8/module-stock-radar
Package module-stock-radar
Short Description Stock Radar for Magento 2 — back-in-stock notifications with throttled batching, per-variant subscriptions, demand heatmap, GraphQL. Luma compatible; Hyva via byte8/module-stock-radar-hyva.
License MIT
Informations about the package module-stock-radar
Stock Radar for Magento 2
Back-in-stock notifications that scale. Customers subscribe to out-of-stock products and get notified when inventory returns — but unlike most "notify me" extensions, Stock Radar is built for stores that move real volume.
Ships Luma support out of the box and a full GraphQL surface for headless storefronts. Hyvä support lives in the companion module byte8/module-stock-radar-hyva.
Why another back-in-stock module
Most free competitors blast all subscribers in one go and forget about the merchandiser. Stock Radar fixes both ends:
- Throttled batched notifications — when 800 people subscribed to a sold-out hero SKU, dispatch is staggered over a configurable window (default 30 min) so a single restock event doesn't crash inventory or your mail provider.
- Per-variant subscriptions on configurables — subscribe to "Red, M" specifically, not just the parent.
- Demand heatmap in admin — sortable grid of products with the most pending subscriptions, so reorder decisions are data-driven.
- GraphQL surface — Hyvä, headless, and PWA Studio out of the box (REST adapter not shipped — file an issue if you need it).
- GDPR-first — guest subscribers stored with hashed email + unsubscribe token; data subject deletion lookups are O(1) by
email_hash. - Admin alert on high-demand SKUs — when pending subscriber count for a single product first crosses a configurable threshold, a message appears in the Magento admin notification inbox (bell icon top-right).
Features
Subscription
- "Notify me" button on out-of-stock product pages (Luma block + GraphQL mutation
byte8StockRadarSubscribe; Hyvä via companion module) - Customer + guest support
- Per-variant subscriptions for configurable products
- One-click unsubscribe via signed token
- Per-store email/storefront templates
Dispatch
- Stock observer queues subscriptions into
byte8_stock_radar_dispatchwhenis_in_stockflips from 0 to 1 - Cron worker drains the queue with a configurable throttle window
- Failed sends retried with exponential backoff (max 3 attempts)
- Skips subscriptions older than the configurable expiry (default 90 days)
Admin
- Subscription grid (
Byte8 → Stock Radar → Subscriptions) - Demand heatmap (
Byte8 → Stock Radar → Demand) — products ranked by pending subscriber count - Per-store config (
Stores → Configuration → Byte8 → Stock Radar):- enable/disable
- throttle window (minutes)
- subscription expiry (days)
- email sender / template
- admin-alert threshold (post a message in the admin notification inbox when subscriber count for a single SKU first crosses N — see
docs/advanced/admin-alerts.md) - five admin-toggleable abuse-protection switches (rate limit, honeypot, hide-created-flag, CAPTCHA, double opt-in) — see
docs/configuration/general.md
GraphQL
Database
Two tables:
byte8_stock_radar_subscription— one row per (product, email, store)byte8_stock_radar_dispatch— staggered send queue, drained by cron
See etc/db_schema.xml for the full schema.
Optional companion modules
byte8/module-stock-radar-hyva— Hyvä storefront integration.byte8/module-stock-radar-plenty— bridges Stock Radar with the Byte8 PlentyONE connector so notifications fire on ERP-confirmed inbound stock, not just Magento stock saves.
Installation
Cron
The dispatch worker runs every minute by default (byte8_stock_radar_dispatch). Make sure Magento's default cron group is active.
Support
Byte8 Ltd — [email protected]
All versions of module-stock-radar with dependencies
magento/framework Version *
magento/module-backend Version *
magento/module-catalog Version ^104
magento/module-catalog-inventory Version *
magento/module-configurable-product Version *
magento/module-customer Version *
magento/module-email Version *
magento/module-graph-ql Version *
magento/module-store Version *
magento/module-ui Version *
byte8/module-core Version *
byte8/module-activation Version ^1