PHPackages                             eggate/chalhoub-shopfinder - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. eggate/chalhoub-shopfinder

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

eggate/chalhoub-shopfinder
==========================

Shopfinder module allows you to add shops to your magento2 store

1.0.1(3y ago)021proprietaryPHPPHP ~7.4.0||~8.1.0

Since Jan 19Pushed 3y ago1 watchersCompare

[ Source](https://github.com/eggate/chalhoub-shopfinder)[ Packagist](https://packagist.org/packages/eggate/chalhoub-shopfinder)[ RSS](/packages/eggate-chalhoub-shopfinder/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (1)Versions (3)Used By (1)

Shopfinder module
=================

[](#shopfinder-module)

An assignment for Chalhoub M2 open vaccancy.

Installation
------------

[](#installation)

Install extension with composer

```
  composer require eggate/chalhoub-shopfinder
```

Run magento installion commands

```
  bin/magento setup:install
  bin/magento setup:di:compile
  bin/magento setup:static-content:deploy --area adminhtml
  bin/magento cache:flush
```

Features
--------

[](#features)

- We want you to prepare a module for us which can be installable with composer.
- We should be able to see "Shopfinder" menu on the Content section, When we click on Shopfinder link it should list all added shops. And it should also have filtering options
- We should be able to add/edit new shops
- we have lots of fields. For this scenario, you just need to cover these fields
    - Shop name - the name of the shop, string
    - Identifier - a unique identifier of a shop, string
    - country - which should be populated by a list of countries in Magento
    - image - user should be able to upload an image
    - (Optional) longitude/latitude, string

REST API Reference
------------------

[](#rest-api-reference)

#### Get all shops

[](#get-all-shops)

```
  GET /V1/shopfinder
```

#### Get shop by shop id

[](#get-shop-by-shop-id)

```
  GET /V1/shopfinder/${shopId}
```

ParameterTypeDescription`shopId``string`**Required**. Id of item to fetch#### Create new shop or update existing shop if shop\_id exists

[](#create-new-shop-or-update-existing-shop-if-shop_id-exists)

```
  POST /V1/shopfinder
```

ParameterTypeDescription`shop``\Chalhoub\Shopfinder\Api\Data\ShopInterface::class`**Required**. shop object```
  DELETE /V1/shopfinder/${shopId}
```

ParameterTypeDescription`shopId``int`**Required**. shop id to delete

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

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 ~0 days

Total

2

Last Release

1260d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/735715324ab34180378fd629eb47083e99893ab201f1b0c20782253acb9f7049?d=identicon)[tiefanovic1](/maintainers/tiefanovic1)

### Embed Badge

![Health badge](/badges/eggate-chalhoub-shopfinder/health.svg)

```
[![Health](https://phpackages.com/badges/eggate-chalhoub-shopfinder/health.svg)](https://phpackages.com/packages/eggate-chalhoub-shopfinder)
```

###  Alternatives

[elgentos/regenerate-catalog-urls

Regenerate Catalog URL Rewrites (products, categories, cms pages)

2842.6M](/packages/elgentos-regenerate-catalog-urls)[nosto/module-nostotagging

Increase your conversion rate and average order value by delivering your customers personalized product recommendations throughout their shopping journey.

27703.7k4](/packages/nosto-module-nostotagging)[tig/postnl-magento2

TIG Magento 2 PostNL extension

59570.5k5](/packages/tig-postnl-magento2)[myparcelnl/magento

A Magento 2 module that creates MyParcel labels

1860.2k](/packages/myparcelnl-magento)[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1011.8k24](/packages/loki-magento2-components)[angeo/module-llms-txt

Magento 2 module for AI Engine Optimization (AEO). Generates spec-compliant llms.txt and llms-full.txt per llmstxt.org standard, plus streaming JSONL for vector indexing. Multi-store, multi-website, CLI, cron, async admin UI, Page Builder-aware sanitization, customer-group pricing, atomic writes, ETag/Cache-Control, .md mirrors.

111.1k](/packages/angeo-module-llms-txt)

PHPackages © 2026

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