Packages from brocode · Transparency log
-
PHP
brocode/module-adminhtml-cache-eviction
Adds quick-action links (Refresh Invalidated, Flush Magento Cache, Flush Cache Storage) to the Magento 2 admin cache-invalidated notification bar, so admins can act without navigating to Cache Management.
-
-
-
PHP
brocode/module-composite-stock-status
Stop Magento 2 configurable, bundle and grouped products from being stuck out of stock forever after an API import
-
PHP
brocode/module-config-explorer
Read-only Magento 2 admin grid and REST API over core_config_data. Encrypted values are redacted by default in both; plaintext reveal is REST-only and gated behind a system toggle, an ACL resource, and an explicit request flag.
-
PHP
brocode/module-customer-migration-mail
Suppress Magento 2 new-account emails while migrated customers are imported, then send each customer the mail they actually need
-
-
PHP
brocode/module-graphql-explorer
Embedded GraphiQL for the Magento 2 Adminhtml, with a store-view switcher that drives the GraphQL Store header.
-
PHP
brocode/module-image-optimizer
Magento2 Module to search for certain specified image files for conversion to other formats
-
PHP
brocode/module-image-optimizer-amqp
Magento 2 module for the AMQP (RabbitMQ) integration of the Image Optimizer Queue module
-
PHP
brocode/module-image-optimizer-queue
Magento 2 module adaption for generating asynchron messages for image optimization, based on internal Mysql Queue
-
-
PHP
brocode/module-log-tracing
Request-scoped trace ID for Magento 2 logs. Stamps every log line, echoes an X-Request-Id response header, and gives a single ID to correlate web logs, app logs, and downstream calls for one request. Compatible with Monolog 2 (Magento 2.4.4–2.4.7) and Monolog 3 (Magento 2.4.8+).
-
-
PHP
brocode/module-queue-deduplication
Magento Module to enhance queueing capabilities with a deduplication mechanism
-
PHP
brocode/module-scope-reset
Restore store-view attribute inheritance over the Magento 2 REST API by sending the CSV importer's empty-value constant
-
PHP
brocode/module-scoped-csp
CSP extension module to provided store scopes for CSP settings in Magento 2
-
-
PHP
brocode/module-unique-sku
Makes catalog_product_entity.sku actually unique in Magento 2 Open Source, and serialises concurrent saves of one SKU so two parallel API creates can no longer produce two products
-
PHP
brocode/module-webapi-yaml
Registers a YAML renderer and deserializer for the Magento 2 REST API alongside the built-in JSON and XML formats, via content negotiation (Accept / Content-Type) - no core edits.