PHPackages                             kasperkloster/monkcommerce - 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. kasperkloster/monkcommerce

ActiveLibrary[Framework](/categories/framework)

kasperkloster/monkcommerce
==========================

A Laravel Basic E-commerce

v1.0.0(6y ago)08[1 PRs](https://github.com/KasperKloster/MonkCommerce/pulls)MITHTMLCI failing

Since Oct 31Pushed 4y ago1 watchersCompare

[ Source](https://github.com/KasperKloster/MonkCommerce)[ Packagist](https://packagist.org/packages/kasperkloster/monkcommerce)[ RSS](/packages/kasperkloster-monkcommerce/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

A Laravel Basic E-Commerce Package (WIP)
========================================

[](#a-laravel-basic-e-commerce-package-wip)

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

[](#installation)

- Install a new laravel project.
- Install laravel/ui and run `php artisan ui vue --auth`
- Run composer require kasperkloster/monkcommerce.
- Go to config/app.php &gt; providers, add: `KasperKloster\MonkCommerce\Providers\MonkCommerceServiceProvider::class,`
- Run php `artisan vendor:publish --tag=monkcommerce`
- Update seeder and run `php artisan db:seed`
- Create an admin: Run `php artisan monkcommerce:admin`
- Create shop information: Run `php artisan monkcommerce:shop`
- Register admin middleware under app/kernel, routeMiddleware, `'admin' => \KasperKloster\MonkCommerce\Middleware\AdminMiddleware::class,`

Views
-----

[](#views)

Storefront views will be located in /resources/views/monkcommerce-storefront/.

Seeder
------

[](#seeder)

Paste in DatabaseSeeder.php

```
$this->call(McProductCategoriesTableSeeder::class);
$this->call(McProductsTableSeeder::class);
$this->call(McCategoryProductTableSeeder::class);
$this->call(McStaticPagesSeeder::class);
$this->call(McProductAttributesTableSeeder::class);
$this->call(McProductAttributeValuesTableSeeder::class);
$this->call(McProductAttrProductAttrValueTableSeeder::class);
$this->call(McShipmentCouriersTableSeeder::class);
$this->call(McOrdersStatusSeeder::class);
$this->call(McOrdersCustomerSeeder::class);
$this->call(McOrdersTableSeeder::class);
$this->call(McRolesTableSeeder::class);

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Unknown

Total

1

Last Release

2384d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d934deeb0f553f7c46aa1b20c7621f6865c99c1ec4d93319f31d53109c6cb125?d=identicon)[KasperKloster](/maintainers/KasperKloster)

---

Top Contributors

[![KasperKloster](https://avatars.githubusercontent.com/u/32112114?v=4)](https://github.com/KasperKloster "KasperKloster (56 commits)")

---

Tags

laravel

### Embed Badge

![Health badge](/badges/kasperkloster-monkcommerce/health.svg)

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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