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 1mo ago

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 77% of packages

Maintenance37

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

563d 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

86514.0M138](/packages/cakephp-debug-kit)[cakephp/bake

Bake plugin for CakePHP

11211.2M158](/packages/cakephp-bake)[friendsofcake/bootstrap-ui

Bootstrap front-end framework support for CakePHP

3492.1M32](/packages/friendsofcake-bootstrap-ui)[cakephp/app

CakePHP skeleton app

3831.7M1](/packages/cakephp-app)[cakephp/localized

CakePHP Localized Plugin

218595.6k5](/packages/cakephp-localized)[cakephp/acl

Acl Plugin for CakePHP framework

109553.9k15](/packages/cakephp-acl)

PHPackages © 2026

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