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

ActiveMagento2-module

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 1mo ago

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

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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

1298d 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

[fastly/magento2

Fastly CDN Module for Magento 2.4.x

1564.2M1](/packages/fastly-magento2)[mage-os/module-automatic-translation

Automatic AI content translation for Mage-OS.

277.1k](/packages/mage-os-module-automatic-translation)[zepgram/module-rest

Technical module to industrialize API REST call with dependency injection pattern using Guzzle library

1326.2k](/packages/zepgram-module-rest)[graycore/magento2-graphql-introspection-cache

1015.2k](/packages/graycore-magento2-graphql-introspection-cache)[mage-os/mageos-common-async-events

Send REST requests to external endpoints asynchronously. This module implements the most common events like order creation and customer change.

147.7k2](/packages/mage-os-mageos-common-async-events)[mage-os/module-inventory-reservations-grid

Add a grid with the list of inventory reservations.

126.8k](/packages/mage-os-module-inventory-reservations-grid)

PHPackages © 2026

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