PHPackages                             simp/commerce - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. simp/commerce

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

simp/commerce
=============

this is standalone commerce ready to us

v1.0.1(5mo ago)01MITHTML

Since Nov 30Pushed 5mo agoCompare

[ Source](https://github.com/CHANCENY/commerce-panel)[ Packagist](https://packagist.org/packages/simp/commerce)[ RSS](/packages/simp-commerce/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (8)Versions (3)Used By (0)

Here is **ONLY the raw markdown**, no code blocks, no HTML preview — just pure text you can copy:

---

Simp Commerce — Installation &amp; Setup Guide
==============================================

[](#simp-commerce--installation--setup-guide)

This guide explains how to install and set up the **Simp Commerce** PHP package in a new project.

Requirements
------------

[](#requirements)

Before installing, ensure you have:

1. **PHP 8.4 or higher**
2. **Composer** installed globally ()

---

Create Your Project
-------------------

[](#create-your-project)

1. Create a directory for your commerce project:

    `mkdir my-commerce-project`
2. Enter the directory:

    `cd my-commerce-project`
3. Install Simp Commerce:

    `composer require simp/commerce`

---

Project Structure Setup
-----------------------

[](#project-structure-setup)

After installation, your directory should look like this:

```
your_project_directory
  ├── composer.json
  ├── composer.lock
  ├── vendor/
  └── public/

```

Create the **public** directory manually if it doesn’t exist.

---

Create `public/index.php`
-------------------------

[](#create-publicindexphp)

Inside the `public` folder create `index.php`:

```
