Home
Softono
i

iqbolshoh

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
2

Software by iqbolshoh

php-mysql-marketplace
Open Source

php-mysql-marketplace

# πŸ›’ PHP MySQL Marketplace This is an **online marketplace platform** built using **PHP and MySQL**, where users can **buy and sell products** with ease. The project demonstrates the use of **PHP for server-side scripting** and **MySQL for database management**. ![πŸ› Marketplace Banner](./src/images/banner.png?raw=true) --- ## 🎯 **Features** βœ… **πŸ” User Registration & Login** – Users can create accounts, log in, and manage their profiles βœ… **πŸ› Product Listings** – Sellers can list products with price, description, and images βœ… **πŸ”Ž Search & Filters** – Users can search for products and filter them based on various criteria βœ… **πŸ›’ Shopping Cart** – Users can add products to their cart and proceed to checkout βœ… **πŸ“¦ Order Management** – Admins can manage orders and update order statuses --- ## πŸ”‘ **Login Page** ![πŸ”‘ Login Roles](./src/images/roles.png?raw=true) - **πŸ–₯ Admin Login:** `iqbolshoh` - **πŸ‘€ Seller Login:** `user` - **πŸ‘€ User Login:** `user` - **πŸ”‘ Password:** `IQBOLSHOH` --- ## πŸ‘₯ **User Roles** ### πŸ† **Admin** ![βš™ Admin Panel](./src/images/admin.png?raw=true) - πŸ”Ή Manages the entire marketplace - πŸ”Ή Can view and manage all users and their products - πŸ”Ή Can update or delete any listings - πŸ”Ή Oversees order management and resolves issues - πŸ”Ή Can **block** users if needed ### πŸ›’ **Seller** ![πŸ› Seller Panel](./src/images/seller.png?raw=true) - πŸ”Ή Can **list** products for sale and manage their listings - πŸ”Ή Can view and update their **orders** - πŸ”Ή Manages their **profile and product details** ### πŸ‘€ **User (Customer)** ![πŸ› User Panel](./src/images/user.png?raw=true) - πŸ”Ή Can **browse products**, add them to the cart, and **purchase** - πŸ”Ή Can create and manage their **profile** - πŸ”Ή Can view **order history** and track orders --- ## ⚑ **Installation Guide** To set up the **PHP-MySQL Marketplace**, follow these steps: ### 1️⃣ **Clone the Repository** ```bash git clone https://github.com/Iqbolshoh/php-mysql-marketplace.git ``` ### 2️⃣ **Navigate to the Project Directory** ```bash cd php-mysql-marketplace ``` ### 3️⃣ **Set Up the Database** - **Create a new MySQL database**: ```sql CREATE DATABASE marketplace; ``` - **Import the database schema**: ```bash mysql -u yourusername -p marketplace < db/database.sql ``` ### 4️⃣ **Configure Database Connection** - Open the **`config.php`** file in the root directory - Update the database credentials: ```php <?php public function __construct() { $servername = "localhost"; $username = "your_username"; $password = "password"; $dbname = "marketplace"; $this->conn = new mysqli($servername, $username, $password, $dbname); if ($this->conn->connect_error) { die("Connection failed: " . $this->conn->connect_error); } } ``` - **Ensure you have a `Database` class** in the `config.php` file ### 5️⃣ **Run the Application** - Deploy on a **PHP-compatible server** (Apache, Nginx, or XAMPP) - Open your browser and access: ``` http://localhost/php-mysql-marketplace ``` --- ## πŸ–₯ Technologies Used ![HTML](https://img.shields.io/badge/HTML-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white) ![CSS](https://img.shields.io/badge/CSS-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white) ![Bootstrap](https://img.shields.io/badge/Bootstrap-%23563D7C.svg?style=for-the-badge&logo=bootstrap&logoColor=white) ![JavaScript](https://img.shields.io/badge/JavaScript-%23F7DF1C.svg?style=for-the-badge&logo=javascript&logoColor=black) ![jQuery](https://img.shields.io/badge/jQuery-%230e76a8.svg?style=for-the-badge&logo=jquery&logoColor=white) ![PHP](https://img.shields.io/badge/PHP-%23777BB4.svg?style=for-the-badge&logo=php&logoColor=white) ![MySQL](https://img.shields.io/badge/MySQL-%234479A1.svg?style=for-the-badge&logo=mysql&logoColor=white) ## πŸ“œ License This project is open-source and available under the **MIT License**. ## 🀝 Contributing 🎯 Contributions are welcome! If you have suggestions or want to enhance the project, feel free to fork the repository and submit a pull request. ## πŸ“¬ Connect with Me πŸ’¬ I love meeting new people and discussing tech, business, and creative ideas. Let’s connect! You can reach me on these platforms: <div align="center"> <table> <tr> <td> <a href="https://iqbolshoh.uz" target="_blank"> <img src="https://img.icons8.com/color/48/domain.png" height="40" width="40" alt="Website" title="Website" /> </a> </td> <td> <a href="mailto:[email protected]" target="_blank"> <img src="https://github.com/gayanvoice/github-active-users-monitor/blob/master/public/images/icons/gmail.svg" height="40" width="40" alt="Email" title="Email" /> </a> </td> <td> <a href="https://github.com/iqbolshoh" target="_blank"> <img src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/github.svg" height="40" width="40" alt="GitHub" title="GitHub" /> </a> </td> <td> <a href="https://www.linkedin.com/in/iqbolshoh/" target="_blank"> <img src="https://github.com/gayanvoice/github-active-users-monitor/blob/master/public/images/icons/linkedin.svg" height="40" width="40" alt="LinkedIn" title="LinkedIn" /> </a> </td> <td> <a href="https://t.me/iqbolshoh_777" target="_blank"> <img src="https://github.com/gayanvoice/github-active-users-monitor/blob/master/public/images/icons/telegram.svg" height="40" width="40" alt="Telegram" title="Telegram" /> </a> </td> <td> <a href="https://wa.me/998997799333" target="_blank"> <img src="https://github.com/gayanvoice/github-active-users-monitor/blob/master/public/images/icons/whatsapp.svg" height="40" width="40" alt="WhatsApp" title="WhatsApp" /> </a> </td> <td> <a href="https://instagram.com/iqbolshoh_777" target="_blank"> <img src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/instagram.svg" height="40" width="40" alt="Instagram" title="Instagram" /> </a> </td> <td> <a href="https://x.com/iqbolshoh_777" target="_blank"> <img src="https://img.shields.io/badge/X-000000?style=for-the-badge&logo=x&logoColor=white" height="40" width="40" alt="X" title="X (Twitter)" /> </a> </td> <td> <a href="https://www.youtube.com/@Iqbolshoh_777" target="_blank"> <img src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/youtube.svg" height="40" width="40" alt="YouTube" title="YouTube" /> </a> </td> </tr> </table> </div>

E-commerce Platforms Marketplace & Multi-vendor
37 Github Stars
php-business-website
Open Source

php-business-website

# 🏒 PHP Business Website The `php-business-website` is a **modern business website template** built using **PHP** and **HTML/CSS**. This project is designed for businesses looking for a **professional online presence**. The template is **highly customizable**, allowing users to **adapt its design and features** based on their requirements. ![🌍 Business Website](https://github.com/Iqbolshoh/php-business-website/blob/main/assets/img/banner-1.png) ## ✨ Project Characteristics πŸ”Ή **🌍 Multi-Purpose:** Suitable for **services, product sales, marketing**, and more. πŸ”Ή **πŸ“± Fully Responsive:** Works perfectly on **mobile and desktop** devices. πŸ”Ή **🎨 Customizable:** Modify the **design, colors, and content** as needed. ![πŸ“Š Business Showcase](https://github.com/Iqbolshoh/php-business-website/blob/main/assets/img/banner-2.png) ## πŸ”‘ Admin Panel The **admin panel** is user-friendly and designed for users **without coding experience**. You can **update text, images, and manage your portfolio** effortlessly. ![πŸ› οΈ Admin Panel](https://github.com/Iqbolshoh/php-business-website/blob/main/assets/img/admin-panel-1.png) πŸ–₯ **Admin Login:** `iqbolshoh` πŸ”‘ **Password:** `IQBOLSHOH` ### βš™οΈ **Admin Panel Features:** βœ… **πŸ“„ Content Management** – Easily update text, images, and other elements. βœ… **πŸ–ΌοΈ Portfolio Management** – Add/remove services and products. βœ… **πŸ‘₯ User Management** – Manage user accounts and access levels. ![βš™οΈ Admin Dashboard](https://github.com/Iqbolshoh/php-business-website/blob/main/assets/img/admin-panel-2.png) ## πŸš€ Key Features 🎨 **Modern Design** – A professional layout for businesses. πŸ”— **Easy Navigation** – Intuitive system for seamless browsing. πŸ–ΌοΈ **Portfolio Showcase** – Display your services and products. πŸ“© **Contact Form** – Clients can reach out easily. πŸ› οΈ **Admin Panel** – Manage website content effortlessly. 🎨 **Customizable Theme** – Choose from multiple color schemes. ## πŸ›  Installation Guide ### πŸ“₯ 1. **Clone the Repository:** ```bash git clone https://github.com/Iqbolshoh/php-business-website.git ``` ### πŸ“‚ 2. **Navigate to the Project Directory:** ```bash cd php-business-website ``` ### 🌐 3. **Set Up the Website:** - Host it on a server that supports **PHP** (Apache or Nginx). - Open **`http://localhost/php-business-website`** in your browser. ## πŸ–₯ Technologies Used ![HTML](https://img.shields.io/badge/HTML-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white) ![CSS](https://img.shields.io/badge/CSS-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white) ![Bootstrap](https://img.shields.io/badge/Bootstrap-%23563D7C.svg?style=for-the-badge&logo=bootstrap&logoColor=white) ![JavaScript](https://img.shields.io/badge/JavaScript-%23F7DF1C.svg?style=for-the-badge&logo=javascript&logoColor=black) ![jQuery](https://img.shields.io/badge/jQuery-%230e76a8.svg?style=for-the-badge&logo=jquery&logoColor=white) ![PHP](https://img.shields.io/badge/PHP-%23777BB4.svg?style=for-the-badge&logo=php&logoColor=white) ![MySQL](https://img.shields.io/badge/MySQL-%234479A1.svg?style=for-the-badge&logo=mysql&logoColor=white) ## πŸ“œ License This project is open-source and available under the **MIT License**. ## 🀝 Contributing 🎯 Contributions are welcome! If you have suggestions or want to enhance the project, feel free to fork the repository and submit a pull request. ## πŸ“¬ Connect with Me πŸ’¬ I love meeting new people and discussing tech, business, and creative ideas. Let’s connect! You can reach me on these platforms: <div align="center"> <table> <tr> <td> <a href="https://iqbolshoh.uz" target="_blank"> <img src="https://img.icons8.com/color/48/domain.png" height="40" width="40" alt="Website" title="Website" /> </a> </td> <td> <a href="mailto:[email protected]" target="_blank"> <img src="https://github.com/gayanvoice/github-active-users-monitor/blob/master/public/images/icons/gmail.svg" height="40" width="40" alt="Email" title="Email" /> </a> </td> <td> <a href="https://github.com/iqbolshoh" target="_blank"> <img src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/github.svg" height="40" width="40" alt="GitHub" title="GitHub" /> </a> </td> <td> <a href="https://www.linkedin.com/in/iqbolshoh/" target="_blank"> <img src="https://github.com/gayanvoice/github-active-users-monitor/blob/master/public/images/icons/linkedin.svg" height="40" width="40" alt="LinkedIn" title="LinkedIn" /> </a> </td> <td> <a href="https://t.me/iqbolshoh_777" target="_blank"> <img src="https://github.com/gayanvoice/github-active-users-monitor/blob/master/public/images/icons/telegram.svg" height="40" width="40" alt="Telegram" title="Telegram" /> </a> </td> <td> <a href="https://wa.me/998997799333" target="_blank"> <img src="https://github.com/gayanvoice/github-active-users-monitor/blob/master/public/images/icons/whatsapp.svg" height="40" width="40" alt="WhatsApp" title="WhatsApp" /> </a> </td> <td> <a href="https://instagram.com/iqbolshoh_777" target="_blank"> <img src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/instagram.svg" height="40" width="40" alt="Instagram" title="Instagram" /> </a> </td> <td> <a href="https://x.com/iqbolshoh_777" target="_blank"> <img src="https://img.shields.io/badge/X-000000?style=for-the-badge&logo=x&logoColor=white" height="40" width="40" alt="X" title="X (Twitter)" /> </a> </td> <td> <a href="https://www.youtube.com/@Iqbolshoh_777" target="_blank"> <img src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/youtube.svg" height="40" width="40" alt="YouTube" title="YouTube" /> </a> </td> </tr> </table> </div>

Frontend Templates Traditional CMS
32 Github Stars