PHPackages                             levelshoes/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. [API Development](/categories/api)
4. /
5. levelshoes/module-shopfinder

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

levelshoes/module-shopfinder
============================

Simple Shopfinder Module including Graphql API

1.0.0(2y ago)09proprietaryPHPPHP ~5.5.0|~5.6.0|7.\*|8.\*

Since Jun 26Pushed 2y ago1 watchersCompare

[ Source](https://github.com/krunal2212/magento2-shopfinder)[ Packagist](https://packagist.org/packages/levelshoes/module-shopfinder)[ RSS](/packages/levelshoes-module-shopfinder/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Module Name : Levelshoes\_Shopfinder
------------------------------------

[](#module-name--levelshoes_shopfinder)

### Installation Steps

[](#installation-steps)

1. Copy the whole code base under app/code/`Levelshoes/Shopfinder`
     OR
2. Using composer : composer require krunal/module-shopfinder

### After performing above step please run below commands

[](#after-performing-above-step-please-run-below-commands)

```
php bin/magento module:enable Levelshoes_Shopfinder
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f

```

#### GraphQL API Request Example

[](#graphql-api-request-example)

URL : storeurl/graphql

1. List all Shop
     Choose the fields which you want to list in API Response

```
  ListShopsGraphql {
    shopname
    identifier
    addresslineone
    addresslinetwo
    city
    country
    state
    zipcode
    phone
    latitude
    longitude
    email
    shopimage
    status
    cancollect
    shopdescription
    shopopentimedetail
    storeview
  }
}

```

2. Get Shop by shop\_id

```
query {
  ListShopsByStoreIDGraphql(shop_id:2) {
    shopname
    identifier
  }
}

```

3. Update Shop by shopid

```
mutation {
  editShopData(shop_id: 1, shopname: "test shop", status: 1, state: 0) {
    status
    message
  }
}

```

NOTE : Flag detail

```
Enabled : 1
Disabled : 0

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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

1047d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/622afddbdcc1f20ef16e8e8a47ad64fe4585cf4437ba0c297e21e2171626897d?d=identicon)[krunal2212](/maintainers/krunal2212)

---

Top Contributors

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

---

Tags

magento

### Embed Badge

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

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

###  Alternatives

[smile/elasticsuite

Magento 2 merchandising and search engine built on ElasticSearch

8044.5M33](/packages/smile-elasticsuite)[m2epro/magento2-extension

M2E Pro is a Magento trusted (TM), award-winning extension, which allows merchants of all sizes to fully integrate Magento based system(s) into eBay/Amazon/Walmart platforms.

70642.0k](/packages/m2epro-magento2-extension)[tinify/magento2

Make your web shop faster by compressing your JPEG and PNG images. This plugin automatically optimizes your images by integrating with the popular image compression services TinyJPG and TinyPNG.

4345.8k](/packages/tinify-magento2)[sehrling/elasticsuite-ghost-cleaner

Magento 2 module to delete ghost indices automatically for the Smile Elasticsuite module

1789.0k](/packages/sehrling-elasticsuite-ghost-cleaner)[yireo/magento2-graph-ql-rate-limiting

Magento 2 module to add rate limiting to GraphQL resources

1419.8k](/packages/yireo-magento2-graph-ql-rate-limiting)[collab/module-speculation-rules

Magento 2 module which adds support for Speculation Rules API for instant page loads.

108.5k](/packages/collab-module-speculation-rules)

PHPackages © 2026

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