PHPackages                             fm-labs/cakephp-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. fm-labs/cakephp-shop

ActiveCakephp-plugin[Framework](/categories/framework)

fm-labs/cakephp-shop
====================

Shop plugin for CakePHP

0.5.12(1y ago)198PHPPHP &gt;=8.0

Since Sep 4Pushed 1y ago1 watchersCompare

[ Source](https://github.com/fm-labs/cakephp-shop)[ Packagist](https://packagist.org/packages/fm-labs/cakephp-shop)[ RSS](/packages/fm-labs-cakephp-shop/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (7)Versions (30)Used By (0)

Shop plugin for CakePHP
=======================

[](#shop-plugin-for-cakephp)

An ecommerce plugin for CupCake - An opinionated extension of the CakePHP framework.

**This plugin is still under development - Use at your own risk ;)**

Requirements
------------

[](#requirements)

CakePHP v4

Dependencies
------------

[](#dependencies)

- fm-labs/cakephp-cupcake - Opinionated toolset for Cakephp
- fm-labs/cakephp-admin - Opinionated admin toolset for Cakephp

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

[](#installation)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require fm-labs/cakephp-shop

```

- Enable in your Application.php

```
class Application extends \Cupcake\Application {
    public function bootstrap() : void{
        parent::bootstrap();

        // load shop plugin
        $this->addPlugin('Shop')
    }
}
```

- Copy default config to application's config directory

    $ cp ./plugins/Shop/config/shop.php to ./config/plugins/shop.php

    Edit configuration settings, if necessary
    =========================================

    [](#edit-configuration-settings-if-necessary)

Features
--------

[](#features)

- Shop Products Management
- Minimal Ordering System
- Payment processing
    - Klarna
    - MPAY24
- Customer discounts
- Email notifications
- PDF generator for order confirmations and invoices
- Customer Discounts / Customer Group Discounts

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity69

Established project with proven stability

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

Recently: every ~142 days

Total

28

Last Release

613d ago

PHP version history (3 changes)0.1.0PHP &gt;=5.4

0.4.0PHP &gt;=7.2

0.5.4PHP &gt;=8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5556440?v=4)[fm-labs](/maintainers/fm-labs)[@fm-labs](https://github.com/fm-labs)

---

Top Contributors

[![fm-labs](https://avatars.githubusercontent.com/u/5556440?v=4)](https://github.com/fm-labs "fm-labs (312 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/fm-labs-cakephp-shop/health.svg)

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

###  Alternatives

[cakephp/debug_kit

CakePHP Debug Kit

86314.7M171](/packages/cakephp-debug-kit)[cakephp/bake

Bake plugin for CakePHP

11212.0M202](/packages/cakephp-bake)[dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

308954.9k25](/packages/dereuromark-cakephp-queue)[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1882.3M44](/packages/dereuromark-cakephp-ide-helper)[cakephp/twig-view

Twig powered View for CakePHP

155.7M19](/packages/cakephp-twig-view)[dereuromark/cakephp-tinyauth

A CakePHP plugin to handle user authentication and authorization the easy way.

131240.2k13](/packages/dereuromark-cakephp-tinyauth)

PHPackages © 2026

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