Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nabedkhan/php-shop
This is full featured eCommerce website built with Raw PHP and MYSQL
https://github.com/nabedkhan/php-shop
Last synced: 4 days ago
JSON representation
This is full featured eCommerce website built with Raw PHP and MYSQL
- Host: GitHub
- URL: https://github.com/nabedkhan/php-shop
- Owner: nabedkhan
- Created: 2022-05-29T17:36:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-09T19:03:37.000Z (over 2 years ago)
- Last Synced: 2024-04-14T03:27:36.052Z (7 months ago)
- Language: PHP
- Size: 531 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Full E-Commerce Template
> This is full featured eCommerce website built with Raw PHP and MYSQL
## Features
1. User Authentication System
2. Fully Feature Shopping Cart
3. Checkout Process With Stripe Payment Gateway## Stripe Download
- Download Stripe file from this link
Download: [Stripe](https://github.com/stripe/stripe-php/releases).
## Database Access and Stripe Key
- create a config folder then create index.php in the config folder and write config here
```php
define('DB_HOST', '');
define('DB_USER', '');
define('DB_PASS', '');
define('DB_NAME', '');const STRIPE_KEY = '';
```
## Copyright
Copyright (c) 2022 Nabed Khan