Ecommerce is an open-source e-commerce platform written in PHP. It allows you to quickly and easily set up an online store for selling digital or physical goods.
- User authentication and registration
- Product management (adding, editing, and deleting products)
- Shopping cart functionality
- Secure payment processing integration (Not Enable)
- Order management
- Responsive design for optimal mobile shopping experience
- PHP 7.2 or higher
- MySQL 5.6 or higher
- Composer
- Clone or download the repository
- Run
composer installto install the required dependencies - Create a new MySQL database and import the provided
ecommerce.sqlfile - Update database credential and path from inc/connection.php.
- Start the built-in PHP web server with
php -S localhost:8000 - Visit
http://localhost:8000in your web browser to access the Ecommerce storefront