PHPackages                             hawksearch/datafeed - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. hawksearch/datafeed

ActiveMagento2-module[API Development](/categories/api)

hawksearch/datafeed
===================

Hawksearch Datafeed module for Magento 2

2.8.2(3mo ago)01.5kOSL-3.0PHPPHP ~8.0.0|~8.1.0|~8.2.0|~8.3.0|~8.4.0

Since Apr 10Pushed 3mo agoCompare

[ Source](https://github.com/hawksearch/datafeed-magento-2)[ Packagist](https://packagist.org/packages/hawksearch/datafeed)[ RSS](/packages/hawksearch-datafeed/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (3)Versions (48)Used By (0)

HawkSearch Datafeed module for Adobe Commerce and Magento Open Source
=====================================================================

[](#hawksearch-datafeed-module-for-adobe-commerce-and-magento-open-source)

Platform Version Support
------------------------

[](#platform-version-support)

Magento Open Source: 2.4.0 - 2.4.8
Adobe Commerce: 2.4.0 - 2.4.8
PHP: 8.0 - 8.4

Installation Instructions
-------------------------

[](#installation-instructions)

### Steps to install via composer:

[](#steps-to-install-via-composer)

1. 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.datafeed": {
            "type": "git",
            "url": "git@github.com:hawksearch/datafeed-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.datafeed git git@github.com:hawksearch/datafeed-magento-2.git
```

2. Use composer to install the module:

```
composer require --no-upate hawksearch/connector hawksearch/datafeed
composer update

```

3. Complete your deployment process as usual (minimally "bin/magento setup:upgrade", see  for reference).
4. 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:

[](#steps-to-install-the-hawksearch-modules-via-zip-file)

1. Open  and  in a browser.
2. On each page, click the “Download zip” button to download the zip files.
3. Create a directory named “HawkSearch” in the Magento “app/code” directory and unzip the downloaded files in that directory.
4. Rename the unzipped directories to “Datafeed” and “Proxy” respectively .
5. Ensure the files have appropriate file permissions for your installation (see  for reference).
6. 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_Datafeed
bin/magento setup:upgrade
bin/magento cache:clean

```

7. Login to your Magento Dashboard and configure the modules with instructions provided by your Hawksearch account manager.

###  Health Score

53

—

FairBetter than 97% of packages

Maintenance78

Regular maintenance activity

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity93

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 55.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~67 days

Recently: every ~226 days

Total

43

Last Release

116d ago

PHP version history (13 changes)2.2.0PHP ~5.6|~7.0|~7.1

2.1.0.1PHP ~5.5.0|~5.6.0|~7.0.0|~7.1.0

2.2.3PHP ^7.0.13|^7.1

2.2.5PHP ^5.5.22|^5.6|^7.0.13|^7.1

2.1.10PHP ^5.6.5|^7.0.13|^7.1

2.3.10PHP ^7.0.13|^7.1|^7.2

2.3.11PHP ^7.2|^7.3

2.4.0PHP ^7.2|^7.3|^7.4

2.2.0.3PHP ^7.3|^7.4

2.5.8PHP ^7.2|^7.3|^7.4|^8.0

2.7.0PHP ^7.2|~8.0.0|~8.1.0|~8.2.0

2.8.0PHP ^7.2|~8.0.0|~8.1.0|~8.2.0|~8.3.0

2.8.1PHP ~8.0.0|~8.1.0|~8.2.0|~8.3.0|~8.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/d446cff3810518727fc5149a7f5a48a069ce6642076e4888128db5cab7d67777?d=identicon)[amartinkevich@bridgeline.com](/maintainers/amartinkevich@bridgeline.com)

---

Top Contributors

[![andrewstayart](https://avatars.githubusercontent.com/u/22348145?v=4)](https://github.com/andrewstayart "andrewstayart (80 commits)")[![martin-cod](https://avatars.githubusercontent.com/u/33550246?v=4)](https://github.com/martin-cod "martin-cod (57 commits)")[![devbelvg](https://avatars.githubusercontent.com/u/6757753?v=4)](https://github.com/devbelvg "devbelvg (7 commits)")[![pavithl](https://avatars.githubusercontent.com/u/38868202?v=4)](https://github.com/pavithl "pavithl (1 commits)")

### Embed Badge

![Health badge](/badges/hawksearch-datafeed/health.svg)

```
[![Health](https://phpackages.com/badges/hawksearch-datafeed/health.svg)](https://phpackages.com/packages/hawksearch-datafeed)
```

###  Alternatives

[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[smile/elasticsuite

Magento 2 merchandising and search engine built on ElasticSearch

8044.5M33](/packages/smile-elasticsuite)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[algolia/algoliasearch-custom-algolia-magento-2

Custom boilerplate module to extend Algolia Magento 2 extension

1043.3k](/packages/algolia-algoliasearch-custom-algolia-magento-2)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
