PHPackages                             webfactorybulgaria/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. webfactorybulgaria/shop

ActiveLibrary

webfactorybulgaria/shop
=======================

Shop module

v4.1.22(8y ago)023MITJavaScript

Since Feb 6Pushed 8y ago1 watchersCompare

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

READMEChangelogDependencies (4)Versions (24)Used By (0)

Shop
====

[](#shop)

Setup: composer require webfactorybulgaria/shop

Add this to the config/app.php

TypiCMS\\Modules\\Shop\\Shells\\Providers\\ModuleProvider::class,

Run php artisan vendor:publish --tag=shopconfig php artisan vendor:publish php artisan migrate

Attributes
----------

[](#attributes)

Add this to resources/assets/typicms/app.js:

```
if (moduleName === 'attribute-groups' && action === 'edit') {
    moduleName = 'attributes';
}

```

Combinations
------------

[](#combinations)

add "js-combinatorics": "0.5.2" to package.json Run npm install add 'node\_modules/js-combinatorics/combinatorics.js', to js-admin in gulpfile.js Run gulp js-admin

Users
-----

[](#users)

In config/auth.php

- change the user model to TypiCMS\\Modules\\Shop\\Shells\\Models\\User::class
- you can set skip\_activation to true

Frontend
========

[](#frontend)

Create and link a page to the products module Create and link a page to the shop module

Basket
------

[](#basket)

Add the following code to your template to include the basket: @section('shop-basket') [Basket]()@show

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity73

Established project with proven stability

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 ~4 days

Recently: every ~12 days

Total

23

Last Release

3279d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1bf994ff60a9415ce6651377cc1c662041e1f18643bf7b2bb91c480874cd54de?d=identicon)[webfactorybulgaria](/maintainers/webfactorybulgaria)

### Embed Badge

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

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

PHPackages © 2026

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