The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

1090 Modules
597 Ready
493 Need Help
🏆 Leaderboard
Actively Maintained vv2.1.1

BradSearch Extension

bradsearch/magento-extension

Integrates BradSearch with Magento 2 via the GraphQL layer, enabling enhanced search functionality powered by the BradSearch platform.

184
Downloads
Below average
0
GitHub Stars
19d ago
Last Release
0
Open Issues
Build Issues
0/3 checks passed

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
PHPStan Failed

Tested on Magento 2.4.9

Recent Test History

Each release is tested against the latest Magento version at that time.

vv2.1.1 on Magento 2.4.9
May 26, 2026
vv2.1.1 on Magento 2.4.8-p4
May 19, 2026
vv2.1.0 on Magento 2.4.8-p4
May 4, 2026
vv2.0.1 on Magento 2.4.8-p4
Apr 24, 2026
vv2.0.0 on Magento 2.4.8-p4
Apr 23, 2026
vv1.2.2 on Magento 2.4.8-p4
Mar 23, 2026

+4 older tests

Looking for Contributors

Composer installation fails. Your contribution could help the entire Magento community!

Contribute

Share This Module's Status

BradSearch Extension Magento compatibility status badge

README

Loaded from GitHub

BradSearch Magento 2 Extension

Magento 2 modules for integrating BradSearch with your store's GraphQL layer.

Requirements

  • Magento 2.4.x
  • PHP 7.4, 8.1, 8.2, 8.3, or 8.4
  • Composer 2.x

Installation

composer require bradsearch/magento-extension:^1.0
bin/magento module:enable BradSearch_Analytics BradSearch_Autocomplete BradSearch_ProductFeatures BradSearch_SearchGraphQl
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:clean

Configuration

Stores → Configuration → BradSearch in Magento Admin.

You'll need API credentials from your BradSearch account.

Extending

  • Custom price logic for the bradProducts sync? Implement BradSearch\SearchGraphQl\Api\PriceCalculatorInterface in a bridge module inside your project. See SearchGraphQl/PRICE_CALCULATOR.md for the full walkthrough.

Updating

composer update bradsearch/magento-extension
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:clean

Uninstalling

bin/magento module:disable BradSearch_Analytics BradSearch_Autocomplete BradSearch_ProductFeatures BradSearch_SearchGraphQl
bin/magento setup:upgrade
composer remove bradsearch/magento-extension

Development

composer install              # installs captainhook pre-commit + pre-push hooks
composer phpcbf               # auto-fix Magento2 coding standard
composer phpcs                # Magento2 coding standard check
composer phpstan              # static analysis at level 6
composer psalm                # static analysis at error level 4
composer test                 # phpunit unit tests
composer check                # all of the above

Pre-commit hooks run phpcbf + phpcs + phpstan on staged PHP files. Pre-push runs psalm + full test suite. CI (GitHub Actions) runs the same checks across PHP 7.4 / 8.1 / 8.2 / 8.3 on every PR.

License

Apache License 2.0 - see LICENSE.

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.