PHPackages                             nativemind/module-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. [Admin Panels](/categories/admin)
4. /
5. nativemind/module-marketplace

ActiveMagento2-module[Admin Panels](/categories/admin)

nativemind/module-marketplace
=============================

Transform your Magento 2 store into a powerful marketplace platform similar to Avito, Facebook Marketplace, Shopee, Lazada, AliExpress, or Ozone. v2.0 includes comprehensive Admin API and React microservice for marketplace management.

v1.0.0(9mo ago)201MITPHPPHP ^7.4.0|^8.0|^8.1|^8.2

Since Sep 22Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/libsPHP/module-marketplace)[ Packagist](https://packagist.org/packages/nativemind/module-marketplace)[ RSS](/packages/nativemind-module-marketplace/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (13)Versions (2)Used By (0)

NativeMind Marketplace Module for Magento 2
===========================================

[](#nativemind-marketplace-module-for-magento-2)

[![Latest Stable Version](https://camo.githubusercontent.com/85d4792964ea2e6b89181f7c1ed5f06db9395cab963b778b102058ddc5e0dff5/68747470733a2f2f706f7365722e707567782e6f72672f6e61746976656d696e642f6d6f64756c652d6d61726b6574706c6163652f762f737461626c65)](https://packagist.org/packages/nativemind/module-marketplace)[![License](https://camo.githubusercontent.com/da754bed17231bdb4c2e0698cb3ece92c71fb64def306d8422ad876d0416475c/68747470733a2f2f706f7365722e707567782e6f72672f6e61746976656d696e642f6d6f64756c652d6d61726b6574706c6163652f6c6963656e7365)](https://packagist.org/packages/nativemind/module-marketplace)[![Total Downloads](https://camo.githubusercontent.com/9d58e0135585e84c220eb94a454f200d0b3c4ae9fbe23fc72a10d11ad1729853/68747470733a2f2f706f7365722e707567782e6f72672f6e61746976656d696e642f6d6f64756c652d6d61726b6574706c6163652f646f776e6c6f616473)](https://packagist.org/packages/nativemind/module-marketplace)

Transform your Magento 2 store into a powerful marketplace platform similar to Avito, Facebook Marketplace, Shopee, Lazada, AliExpress, or Ozone. Enable multiple sellers to create their own stores with subdomains or subdirectories, manage products (new and used), and build a thriving marketplace ecosystem.

🚀 Features
----------

[](#-features)

### 🏪 **Multi-Seller Platform**

[](#-multi-seller-platform)

- **Seller Registration &amp; Verification** - Complete seller onboarding with document verification
- **Individual Seller Stores** - Each seller gets their own store with custom branding
- **Subdomain/Subdirectory Support** - `seller1.yourstore.com` or `/seller/seller1/`
- **Seller Dashboard** - Comprehensive management interface for sellers
- **Seller Profiles** - Public profiles with ratings, reviews, and statistics

### 🛍️ **Product Management**

[](#️-product-management)

- **New &amp; Used Products** - Support for both new and second-hand items
- **Advanced Product Attributes** - Custom fields for marketplace-specific data
- **Bulk Product Import/Export** - CSV/Excel support for large catalogs
- **Product Moderation** - Admin approval workflow for new products
- **Inventory Management** - Real-time stock tracking per seller

### ⭐ **Rating &amp; Review System**

[](#-rating--review-system)

- **Seller Ratings** - Overall seller performance scoring
- **Product Reviews** - Detailed product feedback from buyers
- **Review Moderation** - Admin controls for review approval
- **Rating Analytics** - Comprehensive seller performance metrics

### 💬 **Communication Tools**

[](#-communication-tools)

- **Internal Messaging** - Direct buyer-seller communication
- **Order Messaging** - Contextual messaging tied to orders
- **Notification System** - Email and in-app notifications
- **Dispute Resolution** - Built-in conflict resolution tools

### 💰 **Commission &amp; Payment**

[](#-commission--payment)

- **Flexible Commission Rates** - Configurable commission per category/seller
- **Multi-Payment Methods** - Support for various payment gateways
- **Escrow System** - Secure payment holding until order completion
- **Payout Management** - Automated seller payouts with reporting

### 🎛️ **Admin Management**

[](#️-admin-management)

- **Seller Management** - Approve, suspend, or manage seller accounts
- **Commission Settings** - Configure commission rates and rules
- **Dispute Resolution** - Handle buyer-seller conflicts
- **Analytics Dashboard** - Comprehensive marketplace analytics
- **Content Moderation** - Review and approve products/reviews

### 🌐 **Multi-Store Support**

[](#-multi-store-support)

- **Subdomain Configuration** - Easy subdomain setup for sellers
- **Subdirectory Support** - Alternative path-based seller stores
- **Custom Themes** - Seller-specific store themes
- **SEO Optimization** - Individual SEO settings per seller store

### 📱 **Mobile &amp; API Support**

[](#-mobile--api-support)

- **REST API** - Complete API for mobile app integration
- **GraphQL Support** - Modern API for frontend applications
- **Mobile-Optimized** - Responsive design for all devices
- **PWA Ready** - Progressive Web App capabilities

📋 Requirements
--------------

[](#-requirements)

- **Magento 2.4.x** (2.4.0 or higher)
- **PHP 7.4+** (8.1+ recommended)
- **MySQL 5.7+** or **MariaDB 10.2+**
- **Elasticsearch 7.x** (for advanced search)
- **Redis** (for caching, recommended)

### Optional Dependencies

[](#optional-dependencies)

- **NativeMind Translation Module** - For multi-language marketplace support
- **Elasticsearch** - For advanced product search and filtering
- **Varnish** - For improved performance

🛠️ Installation
---------------

[](#️-installation)

### Via Composer (Recommended)

[](#via-composer-recommended)

```
composer require nativemind/module-marketplace
php bin/magento module:enable NativeMind_Marketplace
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
```

### Manual Installation

[](#manual-installation)

```
# 1. Download and extract module
mkdir -p app/code/NativeMind/Marketplace
# Extract module files to app/code/NativeMind/Marketplace

# 2. Enable module
php bin/magento module:enable NativeMind_Marketplace

# 3. Run setup
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
```

⚙️ Configuration
----------------

[](#️-configuration)

### 1. Basic Setup

[](#1-basic-setup)

Navigate to **Stores &gt; Configuration &gt; NativeMind &gt; Marketplace** to configure:

- **Enable Marketplace** - Activate marketplace functionality
- **Seller Registration** - Configure seller signup process
- **Commission Settings** - Set default commission rates
- **Subdomain Configuration** - Configure seller subdomains

### 2. Seller Subdomain Setup

[](#2-seller-subdomain-setup)

#### Option A: Subdomains (seller1.yourstore.com)

[](#option-a-subdomains-seller1yourstorecom)

```
# Add to your web server configuration
*.yourstore.com -> yourstore.com
```

#### Option B: Subdirectories (/seller/seller1/)

[](#option-b-subdirectories-sellerseller1)

```
# Configure URL rewrites in Magento admin
# Stores > Configuration > Web > URL Options
```

### 3. Payment Configuration

[](#3-payment-configuration)

Configure payment methods for marketplace:

- **Escrow Payments** - Hold payments until order completion
- **Commission Collection** - Automatic commission deduction
- **Seller Payouts** - Automated seller payment processing

🎯 Usage Examples
----------------

[](#-usage-examples)

### Seller Registration

[](#seller-registration)

```
// Enable seller registration
$sellerRegistration = $this->sellerRegistrationFactory->create();
$sellerRegistration->setData([
    'email' => 'seller@example.com',
    'firstname' => 'John',
    'lastname' => 'Doe',
    'company' => 'John\'s Store',
    'tax_id' => '123456789'
]);
$sellerRegistration->save();
```

### Product Management

[](#product-management)

```
// Add product to seller's catalog
$product = $this->productFactory->create();
$product->setData([
    'name' => 'Used iPhone 12',
    'sku' => 'used-iphone-12-001',
    'price' => 599.99,
    'seller_id' => 123,
    'condition' => 'used',
    'description' => 'Excellent condition iPhone 12...'
]);
$product->save();
```

### API Integration

[](#api-integration)

```
// Get seller's products via API
GET /rest/V1/marketplace/seller/123/products

// Create new product via API
POST /rest/V1/marketplace/seller/123/products
{
    "product": {
        "name": "Product Name",
        "price": 99.99,
        "condition": "new"
    }
}
```

🔧 Advanced Configuration
------------------------

[](#-advanced-configuration)

### Custom Seller Attributes

[](#custom-seller-attributes)

```

                Business License

```

### Commission Rules

[](#commission-rules)

```
// Set category-specific commission rates
$commissionRule = $this->commissionRuleFactory->create();
$commissionRule->setData([
    'category_id' => 15,
    'commission_rate' => 8.5,
    'seller_group' => 'premium'
]);
$commissionRule->save();
```

📊 Analytics &amp; Reporting
---------------------------

[](#-analytics--reporting)

### Seller Dashboard Metrics

[](#seller-dashboard-metrics)

- **Sales Performance** - Revenue, orders, conversion rates
- **Product Performance** - Best-selling items, inventory levels
- **Customer Feedback** - Reviews, ratings, response rates
- **Financial Reports** - Commissions, payouts, earnings

### Admin Analytics

[](#admin-analytics)

- **Marketplace Overview** - Total sellers, products, orders
- **Revenue Analytics** - Commission income, growth trends
- **Seller Performance** - Top performers, inactive sellers
- **Product Analytics** - Popular categories, search trends

🔒 Security Features
-------------------

[](#-security-features)

- **Seller Verification** - Document verification system
- **Product Moderation** - Admin approval for new products
- **Fraud Detection** - Automated suspicious activity detection
- **Data Protection** - GDPR compliance for seller data
- **Secure Payments** - PCI-compliant payment processing

🌍 Multi-Language Support
------------------------

[](#-multi-language-support)

Integrate with **NativeMind Translation Module** for:

- **Automatic Translation** - Translate product descriptions
- **Multi-Store Support** - Different languages per seller store
- **Localized Content** - Region-specific marketplace features

📱 Mobile Integration
--------------------

[](#-mobile-integration)

### Flutter Integration

[](#flutter-integration)

```
// Using flutter_magento package
final marketplace = FlutterMagento();
await marketplace.getSellerProducts(sellerId: '123');
await marketplace.createSellerAccount(sellerData);
```

### React Native Integration

[](#react-native-integration)

```
// Using react-native-magento package
import { MagentoMarketplace } from 'react-native-magento';

const marketplace = new MagentoMarketplace();
await marketplace.getSellerStore(sellerId);
```

🧪 Testing
---------

[](#-testing)

```
# Run unit tests
vendor/bin/phpunit tests/unit/

# Run integration tests
vendor/bin/phpunit tests/integration/

# Run API tests
vendor/bin/phpunit tests/api/
```

📈 Performance Optimization
--------------------------

[](#-performance-optimization)

- **Elasticsearch Integration** - Fast product search
- **Redis Caching** - Improved page load times
- **CDN Support** - Global content delivery
- **Database Optimization** - Indexed queries for large catalogs
- **Image Optimization** - Automatic image compression

🤝 Contributing
--------------

[](#-contributing)

We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details.

### Development Setup

[](#development-setup)

```
# Clone repository
git clone https://github.com/nativemind/module-marketplace.git
cd module-marketplace

# Install dependencies
composer install

# Run tests
vendor/bin/phpunit
```

📄 License
---------

[](#-license)

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

🆘 Support
---------

[](#-support)

- **Documentation** - [Full Documentation](https://docs.nativemind.net/marketplace)
- **Issues** - [GitHub Issues](https://github.com/nativemind/module-marketplace/issues)
- **Community** - [Magento Community](https://community.magento.com/)
- **Email Support** -

🗺️ Roadmap
----------

[](#️-roadmap)

### Version 2.0 (Q2 2024)

[](#version-20-q2-2024)

- Advanced AI-powered product recommendations
- Blockchain integration for authenticity verification
- Advanced analytics with machine learning
- Mobile app SDK improvements

### Version 2.1 (Q3 2024)

[](#version-21-q3-2024)

- Multi-currency support with automatic conversion
- Advanced shipping integration
- Social commerce features
- Voice search integration

📞 Contact
---------

[](#-contact)

- **Website** - [nativemind.net](https://nativemind.net)
- **Email** -
- **Twitter** - [@NativeMindDev](https://twitter.com/NativeMindDev)

---

**Transform your Magento store into a powerful marketplace today!** 🚀

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance77

Regular maintenance activity

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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

285d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/463918?v=4)[Alexey Dodonov](/maintainers/dodonov)[@dodonov](https://github.com/dodonov)

---

Top Contributors

[![Anton-Dodonov](https://avatars.githubusercontent.com/u/7759385?v=4)](https://github.com/Anton-Dodonov "Anton-Dodonov (18 commits)")

---

Tags

magentomarketplaceecommercesubdomainb2bvendormagento2marketplacesellermulti-storemulti-seller

### Embed Badge

![Health badge](/badges/nativemind-module-marketplace/health.svg)

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

###  Alternatives

[mollie/magento2

Mollie Payment Module for Magento 2

1131.9M16](/packages/mollie-magento2)[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

68357.9k](/packages/run-as-root-magento2-prometheus-exporter)[buckaroo/magento2

Buckaroo Magento 2 extension

32420.3k8](/packages/buckaroo-magento2)[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1011.8k26](/packages/loki-magento2-components)[opengento/module-category-import-export

This module add the capability to import and export the categories from the back-office.

1310.9k2](/packages/opengento-module-category-import-export)[mage-os/module-inventory-reservations-grid

Add a grid with the list of inventory reservations.

1615.9k](/packages/mage-os-module-inventory-reservations-grid)

PHPackages © 2026

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