hawksearch / proxy
Hawksearch Proxy module for Magento 2
Installs: 1 318
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 1
Language:JavaScript
Type:magento2-module
Requires
- php: ^7.2|~8.0.0|~8.1.0|~8.2.0
- hawksearch/connector: ^2.7
- magento/magento-composer-installer: *
- magento/magento2-base: ^2.3.5|2.4.*
- dev-master
- 2.7.0
- 2.6.0
- 2.5.11
- 2.5.10
- 2.5.8
- 2.5.7
- 2.5.6
- 2.5.3
- 2.5.0
- 2.4.4
- 2.4.3
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.41
- 2.3.40
- 2.3.39
- 2.3.38
- 2.3.37.1
- 2.3.37
- 2.3.36
- 2.3.35
- 2.3.30
- 2.2.35.19
- 2.2.35.18
- 2.2.35.17
- 2.2.35.16
- 2.2.35.15
- 2.2.35.14
- 2.2.35.13
- 2.2.35.12
- 2.2.35.11
- 2.2.35.10
- 2.2.35.9
- 2.2.35.8
- 2.2.35.7
- 2.2.35.5
- 2.2.35.4
- 2.2.35.3
- 2.2.35.2
- 2.2.35.1
- 2.2.35
- 2.2.34
- 2.2.33
- 2.2.32
- 2.2.31
- 2.2.30
- 2.2.29
- 2.2.28
- 2.2.27
- 2.2.26
- 2.2.25
- 2.2.24
- 2.2.23
- 2.2.6.1
- 2.1.30
- 2.1.23
- 2.1.3.7
- 2.1.3.6
- 2.1.3.5
- 2.1.3.4
- 2.1.3.3
- 2.1.3.2
- 2.1.3.1
- dev-release/2.8.0
- dev-develop
- dev-bugfix/HC-1362-deprecated-functionality-passing-null-to-parameter
- dev-m2.3
- dev-m2.2
- dev-m2.1
This package is auto-updated.
Last update: 2025-04-18 17:18:12 UTC
README
Platform Version Support
Magento Open Source: 2.3.5 - 2.4.6 Adobe Commerce: 2.3.5 - 2.4.6
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.