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 2w ago

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 36% 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

2433d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/32112114?v=4)[Kasper Kloster](/maintainers/KasperKloster)[@KasperKloster](https://github.com/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/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M836](/packages/laravel-socialite)[laravel/dusk

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

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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