hawksearch / proxy
Hawksearch Proxy module for Magento 2
Package info
github.com/hawksearch/proxy-magento-2
Language:JavaScript
Type:magento2-module
pkg:composer/hawksearch/proxy
2.8.4
2026-05-28 11:37 UTC
Requires
- php: ~8.0.0|~8.1.0|~8.2.0|~8.3.0|~8.4.0
- hawksearch/connector: ^2.11
- magento/magento-composer-installer: *
- magento/magento2-base: ^2.3.5|2.4.*
This package is auto-updated.
Last update: 2026-06-10 12:57:58 UTC
README
Platform Version Support
- Magento Open Source: 2.4.0 - 2.4.8
- Adobe Commerce: 2.4.0 - 2.4.8
- PHP: 8.1 - 8.4
Installation Instructions
Steps to install via composer:
- Update the “repositories” section of your sites “composer.json” file to include the repositories for the hawksearch modules:
{
"repositories": {
"0": {
"type": "composer",
"url": "https://repo.magento.com/"
},
"hawksearch.connector": {
"type": "git",
"url": "git@github.com:hawksearch/connector-magento-2.git"
},
"hawksearch.proxy": {
"type": "git",
"url": "git@github.com:hawksearch/proxy-magento-2.git"
}
}
}
OR by using composer commands directly:
composer config repositories.hawksearch.connector git git@github.com:hawksearch/connector-magento-2.git
composer config repositories.hawksearch.proxy git git@github.com:hawksearch/proxy-magento-2.git
- Use composer to install the module:
composer require --no-upate hawksearch/connector hawksearch/proxy
composer update
- Complete your deployment process as usual (minimally "bin/magento setup:upgrade", see http://devdocs.magento.com/guides/v2.1/install-gde/install-quick-ref.html for reference).
- Login to your Magento Dashboard and configure the modules with instructions provided by your Hawksearch account manager.
Steps to install the HawkSearch modules via zip file:
- Open https://github.com/hawksearch/connector-magento-2 and https://github.com/hawksearch/proxy-magento-2 in a browser.
- On each page, click the “Download zip” button to download the zip files.
- Create a directory named “HawkSearch” in the Magento “app/code” directory and unzip the downloaded files in that directory.
- Rename the unzipped directories to “Datafeed” and “Proxy” respectively.
- Ensure the files have appropriate file permissions for your installation (see http://devdocs.magento.com/guides/v2.1/install-gde/install-quick-ref.html for reference).
- While logged in as the Magento filesystem owner, run the following commands in a command shell from your Magento 2 root installation directory
bin/magento module:enable –clear-static-content HawkSearch_Connector HawkSearch_Proxy
bin/magento setup:upgrade
bin/magento cache:clean
- Login to your Magento Dashboard and configure the modules with instructions provided by your Hawksearch account manager.