PHPackages                             danialhatami/simple-marketplace - 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. danialhatami/simple-marketplace

ActiveLibrary[Framework](/categories/framework)

danialhatami/simple-marketplace
===============================

A simple E-Commerce Package for Laravel.

08[1 issues](https://github.com/danialhatami/simple-marketplace/issues)PHP

Since Jan 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/danialhatami/simple-marketplace)[ Packagist](https://packagist.org/packages/danialhatami/simple-marketplace)[ RSS](/packages/danialhatami-simple-marketplace/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Framework](https://camo.githubusercontent.com/7607f3b0b6d13665c49bdd24a455e22619949c8eaabcd03f262219a5eaa579f6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d5061636b6167652d726564)](https://camo.githubusercontent.com/7607f3b0b6d13665c49bdd24a455e22619949c8eaabcd03f262219a5eaa579f6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d5061636b6167652d726564)[ ![Framework](https://github.com/danialhatami/simple-marketplace/actions/workflows/php.yml/badge.svg?branch=master)](https://github.com/danialhatami/simple-marketplace/actions/workflows/php.yml)[ ![Downloads](https://camo.githubusercontent.com/6faac61e7ca8a40c672a6694fb40830080ea08793e1b085c806be2574d7ae734/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64616e69616c686174616d692f73696d706c652d6d61726b6574706c616365)](https://packagist.org/packages/danialhatami/simple-marketplace)

Laravel Simple Marketplace Package
----------------------------------

[](#laravel-simple-marketplace-package)

🚀 Welcome to the Laravel Simple Marketplace - where setting up an e-commerce solution is as easy as spotting the moon on a clear night! 🌔

Before we launch, make sure you've got Laravel installed and you've run the migrations (because our package needs users like a spaceship needs astronauts!).

### Installation

[](#installation)

Ready for a smooth takeoff? Just follow these steps:

1. Install Package via Composer: ```
    composer require danialhatami/simple-marketplace:dev-master
    ```
2. Initiate Installation: ```
    php artisan simple-marketplace:install
    ```
3. Migration Check Do a quick moonwalk over to your migrations. Modify them if you must (but let's try not to). Another round of migration will lay the groundwork for your marketplace. ```
    php artisan migrate
    ```
4. That's it

### Key Business Logic

[](#key-business-logic)

- Product: Title, price, multiple images
- Product Search: By title, with price filters and low-price sorting
- Seller/User Product Management: Add/remove products, inventory control
- Order Process: Simple ordering, cost calculation, admin email alerts
- Delivery Options: Doorstep delivery

After installation, you can customize the admin email. Navigate to the `config/marketplace.php` file and modify the admin\_email value to suit your needs.

### Essential Files

[](#essential-files)

Need to jump straight to the heart of the action?
Here are quick links to some of the most crucial files in this project:

- Package Service Provider [👉 Simple Marketplace Service Provider](https://github.com/danialhatami/simple-marketplace/blob/master/src/Providers/SimpleMarketplaceServiceProvider.php)
- Feature Tests [👉 Test Files](https://github.com/danialhatami/simple-marketplace/tree/master/src/Tests/Feature)
- Installation Command [👉 Install Command](https://github.com/danialhatami/simple-marketplace/blob/master/src/Console/Commands/InstallCommand.php)
- Main Services [👉 Service Files](https://github.com/danialhatami/simple-marketplace/tree/master/src/Services)
- Route File [👉 Api Route](https://github.com/danialhatami/simple-marketplace/blob/master/src/Routes/api.php)
- Notification [👉 Notification](https://github.com/danialhatami/simple-marketplace/blob/master/src/Notifications/OrderPlacedNotification.php)

**Dive Deeper**
For an enchanting journey through every nook and cranny of this project, kindly open your IDE's magical gates.
[👀 Project in IDE MODE](http://github.dev/danialhatami/simple-marketplace)

### Easy Navigation with Postman Collection

[](#easy-navigation-with-postman-collection)

It's your handy guidebook. [👉 Postman Json Collection](https://github.com/danialhatami/simple-marketplace/blob/master/Simple%20Ecommerce.postman_collection.json)

[![postman collection](https://camo.githubusercontent.com/a2b2e541362bb5b2864e7101b68f86119473719891a0b861de4dcddf8a90f00e/68747470733a2f2f692e6962622e636f2f473037743851342f53637265656e73686f742d323032342d30312d32312d3233343935372e706e67)](https://camo.githubusercontent.com/a2b2e541362bb5b2864e7101b68f86119473719891a0b861de4dcddf8a90f00e/68747470733a2f2f692e6962622e636f2f473037743851342f53637265656e73686f742d323032342d30312d32312d3233343935372e706e67)

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity20

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7c347e72563a5fab867baf62949e26c5693d560a4effcc5b511417f9f4388c39?d=identicon)[danialhatami](/maintainers/danialhatami)

---

Top Contributors

[![danialhatami](https://avatars.githubusercontent.com/u/1928702?v=4)](https://github.com/danialhatami "danialhatami (53 commits)")

### Embed Badge

![Health badge](/badges/danialhatami-simple-marketplace/health.svg)

```
[![Health](https://phpackages.com/badges/danialhatami-simple-marketplace/health.svg)](https://phpackages.com/packages/danialhatami-simple-marketplace)
```

###  Alternatives

[laravel/dusk

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

1.9k39.6M299](/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)
