PHPackages                             gp247/shop - 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. [Framework](/categories/framework)
4. /
5. gp247/shop

ActiveLibrary[Framework](/categories/framework)

gp247/shop
==========

Process shopping cart for gp247 Ecommerce with Laravel

2.0.12(2w ago)0925↓53.1%2MITPHP

Since Apr 27Pushed 1w ago1 watchersCompare

[ Source](https://github.com/gp247net/shop)[ Packagist](https://packagist.org/packages/gp247/shop)[ Docs](https://gp247.net)[ RSS](/packages/gp247-shop/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (10)Dependencies (8)Versions (52)Used By (2)

```
  _____  _____     ___  _  _   _____
 / ____|  __ \   |__ \| || | |___  |
| |  __| |__) |     ) | || |_   / /
| | |_ |  ___/     / /|__   _| / /
| |__| | |        / /_   | |  / /
 \_____|_|       |____|  |_| /_/

```

> 🌐 **Language:** 🇬🇧 English (current) · [🇻🇳 Tiếng Việt](readme_vi.md)

Free e-commerce platform for businesses

`composer require GP247/Shop`

[![Total Downloads](https://camo.githubusercontent.com/7406969e2100adb98fb1d782cd41a7a4a288a1fbfe66de044c48207c318e077e/68747470733a2f2f706f7365722e707567782e6f72672f47503234372f53686f702f642f746f74616c2e737667)](https://packagist.org/packages/GP247/Shop)[![Latest Stable Version](https://camo.githubusercontent.com/5103a529c45d2c06f5c96e62b178fddf545a7b26ae2110579b26d54afe3f18fa/68747470733a2f2f706f7365722e707567782e6f72672f47503234372f53686f702f762f737461626c652e737667)](https://packagist.org/packages/GP247/Shop)[![License](https://camo.githubusercontent.com/9cdb4fed90ac27b577918dd153476aa5788849fc832e89a92d7b4b370efb7b6a/68747470733a2f2f706f7365722e707567782e6f72672f47503234372f53686f702f6c6963656e73652e737667)](https://packagist.org/packages/GP247/Shop)[![Ask DeepWiki](https://camo.githubusercontent.com/0f5ae213ac378635adeb5d7f13cef055ad2f7d9a47b36de7b1c67dbe09f609ca/68747470733a2f2f6465657077696b692e636f6d2f62616467652e737667)](https://deepwiki.com/gp247net/shop)

Introduction
------------

[](#introduction)

GP247/Shop is a core package in the GP247 ecosystem that turns your GP247 site into a full-featured online store. It provides comprehensive e-commerce functionality and inherits all GP247 ecosystem features.

Key Features
------------

[](#key-features)

### E-commerce Features

[](#e-commerce-features)

- Product Management
    - Product categories and attributes
    - Product variants and options
    - Inventory management
    - Bulk import/export
- Order Management
    - Order processing and tracking
    - Multiple payment gateways
    - Shipping methods integration
    - Order status management
- Customer Management
    - Customer profiles and accounts
    - Address management
    - Order history
    - Customer groups and discounts
- Marketing Tools
    - Promotions and discounts
    - Coupon management
    - Newsletter integration
    - Product reviews and ratings
- Shopping Features
    - Shopping cart
    - Wishlist
    - Product comparison
    - Recently viewed products
- Multi-vendor Support
    - Vendor dashboard
    - Commission management
    - Vendor product management
    - Vendor order tracking

### GP247 Ecosystem Features

[](#gp247-ecosystem-features)

- Page content management
- Flexible template system
- Extensible plugin system
- Navigation and link management
- Integrated contact and subscription forms
- Multi-language support
- SEO optimization
- Responsive design
- Security features
- Backup and restore

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

[](#installation)

### Option 1: New installation with GP247 CMS

[](#option-1-new-installation-with-gp247-cms)

1. Install gp247/cms (includes Laravel, GP247/Core, GP247/Front)

> `composer create-project gp247/cms`

2. Install gp247/shop package

> `composer require gp247/shop`

3. Register the service provider in `bootstrap/providers.php` (add at the end of the array)

```
return [
    // ... existing providers
    GP247\Shop\ShopServiceProvider::class,
];
```

4. Install and create sample data

> `php artisan gp247:shop-install`

> `php artisan gp247:shop-sample`

### Option 2: Use S-Cart source code

[](#option-2-use-s-cart-source-code)

S-Cart already includes all the necessary components. See the full details at the [GitHub repository](https://github.com/gp247net/s-cart).

1. Create the project

> `composer create-project gp247/s-cart`

2. Install sample data

> `php artisan sc:install`

> `php artisan sc:sample`

Customization
-------------

[](#customization)

### Customize Admin Views

[](#customize-admin-views)

To customize admin views, run:

> `php artisan vendor:publish --tag=gp247:shop-view-admin`

The views will be published to `resources/views/vendor/gp247-shop-admin`.

### Customize Front Views

[](#customize-front-views)

To customize and update front views, run:

> `php artisan vendor:publish --tag=gp247:shop-view-front`

The views will be stored in `app/GP247/Templates/GP247Front`.

If you are not using the `GP247Front` template, manually copy the views from `vendor/gp247/shop/src/Views/front` to your template directory.

### Overriding controllers

[](#overriding-controllers)

> Step 1: Copy the controller files you want to override from `vendor/gp247/shop/src/Controllers` (or `src/Api/Controllers`) to `app/GP247/Shop/Controllers` (or `app/GP247/Shop/Api/Controllers`)

> Step 2: Change the namespace from `GP247\Shop\Controllers` (or `GP247\Shop\Api\Controllers`) to `App\GP247\Shop\Controllers` (or `App\GP247\Shop\Api\Controllers`) — just prepend `App`, keep the rest as-is.

Documentation
-------------

[](#documentation)

- GP247 documentation:

License
-------

[](#license)

The GP247/Shop is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance98

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity51

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

Every ~9 days

Recently: every ~1 days

Total

51

Last Release

17d ago

Major Versions

1.2.13 → 2.02026-07-06

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/135157421?v=4)[gp247](/maintainers/gp247)[@GP247](https://github.com/GP247)

---

Top Contributors

[![gp247net](https://avatars.githubusercontent.com/u/193377302?v=4)](https://github.com/gp247net "gp247net (126 commits)")

---

Tags

laravelshopecommerceshopping cartgp247

### Embed Badge

![Health badge](/badges/gp247-shop/health.svg)

```
[![Health](https://phpackages.com/badges/gp247-shop/health.svg)](https://phpackages.com/packages/gp247-shop)
```

###  Alternatives

[jsdecena/laracom

Laravel powered e-commerce

2.0k4.4k](/packages/jsdecena-laracom)[getcandy/core

GetCandy Laravel e-commerce core functionality.

156.8k3](/packages/getcandy-core)

PHPackages © 2026

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