PHPackages                             recodem/module-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. recodem/module-shopfinder

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

recodem/module-shopfinder
=========================

Extension for managing shops

1.0.0(3y ago)113OSL-3.0PHPPHP &gt;=7.0.0

Since Oct 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/rajvinothcodem/recodem-shopfinder-stable)[ Packagist](https://packagist.org/packages/recodem/module-shopfinder)[ RSS](/packages/recodem-module-shopfinder/feed)WikiDiscussions master Synced yesterday

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

Recodem shopfinder module for adding and maintaining shop list

Changelog
=========

[](#changelog)

\[1.0.1\]
---------

[](#101)

- Extension for adding,editing and deleting shops in admin
- Available fields Shop Name, Shop Image, Unique identifier, Latitude and Longitude
- Created Graphql Api for getting the full shop list, get shop by identifier, update shop information and for delete api provided with error handling message as the shops cannot be deleted
- To access the shop finder api create a admin token

post : http:///rest//V1/integration/admin/token

Request
=======

[](#request)

{ "username": "admin", "password": "admin123" } #Response "eyJraWQiOiIxIiwiYWxnIjoiSFMyNTYifQ.eyJ1aWQiOjEsInV0eXBpZCI6MiwiaWF0IjoxNjY2MTg0MjA3LCJleHAiOjE2NjYxODc4MDd9.aAxPTz347WBjcddpL3zay05NhOto6wjPOa08HvTM-B4"

\#Sample request for getting shop list { shopfinder { shop\_id shop\_name identifier shop\_image latitude } } #Sample response shop list

```
"data": {
    "shopfinder": [
        {
            "shop_id": 6,
            "shop_name": "Test r",
            "identifier": "store-1",
            "shop_image": "",
            "latitude": "0.0000000"
        },
        {
            "shop_id": 7,
            "shop_name": "Test",
            "identifier": "store-123",
            "shop_image": "",
            "latitude": "0.0000000"
        },
        {
            "shop_id": 14,
            "shop_name": "Test123",
            "identifier": "123-test",
            "shop_image": "",
            "latitude": "9.9000002"
        },
        {
            "shop_id": 15,
            "shop_name": "efer",
            "identifier": "new-2",
            "shop_image": "download_11.png",
            "latitude": "9.9000000"
        },
        {
            "shop_id": 16,
            "shop_name": "Testte",
            "identifier": "new-1",
            "shop_image": "download_11.png",
            "latitude": "9.9000000"
        },
        {
            "shop_id": 17,
            "shop_name": "Newshop",
            "identifier": "new-3",
            "shop_image": "download_11.png",
            "latitude": "9.9000005"
        }
    ]
}

```

\#Sample request for getting shop by identifier { shopsByIdentifier(identifier:"new-3") { shop\_id shop\_name identifier shop\_image latitude } } #Sample response

```
"data": {
    "shopsByIdentifier": {
        "shop_id": 17,
        "shop_name": "Newshop",
        "identifier": "new-3",
        "shop_image": "download_11.png",
        "latitude": "9.9000005"
    }
}

```

\#Sample request update shop information mutation { updateshopinfo( input:{ shop\_id:17 identifier:"new-3" } ){ success\_message } }

\#Sample response

{ "data": { "updateshopinfo": { "success\_message": "Shop was updated" } } }

\#Sample request delete shop mutation { deleteshop( input:{ shop\_id:17 } ){ message } }

\#Sample response

```
 "errors": [
     {
         "message": "The shop Newshop cannot be deleted",
         "extensions": {
             "category": "graphql-input"
         },
         "locations": [
             {
                 "line": 2,
                 "column": 4
             }
         ],
         "path": [
             "deleteshop"
         ]
     }
 ],
 "data": {
     "deleteshop": null
 }

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

1352d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9361030992f198cdd5392b0bf4f63145bde268926abc8f9f7d930cff130b410b?d=identicon)[codem](/maintainers/codem)

---

Top Contributors

[![rajvinothcodem](https://avatars.githubusercontent.com/u/115462322?v=4)](https://github.com/rajvinothcodem "rajvinothcodem (1 commits)")

### Embed Badge

![Health badge](/badges/recodem-module-shopfinder/health.svg)

```
[![Health](https://phpackages.com/badges/recodem-module-shopfinder/health.svg)](https://phpackages.com/packages/recodem-module-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.8k26](/packages/loki-magento2-components)[zwernemann/module-withdrawal

Magento 2 EU Withdrawal Button Module - Adds a withdrawal/revocation button for orders in compliance with EU Directive (EU) 2023/2673

244.9k2](/packages/zwernemann-module-withdrawal)

PHPackages © 2026

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