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

ActiveMagento2-module

hsoni/module-shopfinder
=======================

Shopfinder Magento 2 Module

1.0.3(3y ago)011GPL-3.0PHP

Since Apr 23Pushed 3y ago1 watchersCompare

[ Source](https://github.com/hirensoni2005/module-shopfinder)[ Packagist](https://packagist.org/packages/hsoni/module-shopfinder)[ RSS](/packages/hsoni-module-shopfinder/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)DependenciesVersions (5)Used By (0)

Shopfinder module for Magento 2
===============================

[](#shopfinder-module-for-magento-2)

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

[](#installation)

The extension must be installed via `composer`. To proceed, run these commands in your terminal:

```
composer require hsoni/module-shopfinder
php bin/magento module:enable Hsoni_Shopfinder
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

```

GraphQL
-------

[](#graphql)

### Create Shop

[](#create-shop)

Creates new Shop query format

```
mutation {
    createShop(
        input:{
            identifier  :"shop-identifier"
            shop_name  :"Shop Name"
            country  :"US"
            image  :"image.jpg"
            longitude  :"2.232123"
            latitude  :"123232"
        }
    ){
        shopfinder_id
        identifier
        shop_name
        country
        longitude
        latitude
    }
}

```

### Update Shop

[](#update-shop)

Update Shop query format

```
mutation {
    updateShop(
        input:{
            shopfinder_id  :3,
            identifier  :"shop-identifier",
            shop_name  :"New shop name",
            country  :"UAE",
            longitude  :"122.232123",
            latitude  :"123.232",
        }
    ){
        message
    }
}

```

### Delete Shop

[](#delete-shop)

Delete shop query format

```
mutation {
    deleteShop(
        shopfinder_id: 10
    ){
        message
    }
}

```

### Fetch All Shops

[](#fetch-all-shops)

Get list of all shops

```
{
    shopfinderList(
        pageSize: 10
        pageNo: 1
    ){
        shoplist{
            shopfinder_id
            shop_name
            identifier
            country
            image
            longitude
            latitude
        }
    }
}

```

### Get Particular Shop

[](#get-particular-shop)

Get shop by shopfinder\_id or identifier

```
{
    shopfinder(identifier:'shop-identifier') {
        shopfinder_id
        shop_name
        identifier
        country
        image
        longitude
        latitude
    }
}

```

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.9% 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 ~0 days

Total

4

Last Release

1111d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cdfd32a1353e31c106e1ccb5d48de0f9f00ded3bed4eee99a604a503afd78d4b?d=identicon)[hirensoni](/maintainers/hirensoni)

---

Top Contributors

[![hiren-triterras](https://avatars.githubusercontent.com/u/161585609?v=4)](https://github.com/hiren-triterras "hiren-triterras (8 commits)")[![hi-soni](https://avatars.githubusercontent.com/u/4537207?v=4)](https://github.com/hi-soni "hi-soni (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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