Bu proje, dinamik bir PHP tabanlı ürün satış sitesi olarak geliştirilmiştir. Kullanıcılar ürünleri görüntüleyebilir, sepete ekleyebilir ve yönetici paneli ile içerikler kontrol edilebilir.
This project is a dynamic PHP-based product store website. Users can browse products, add them to the cart, and administrators can manage content via the admin panel.
- Ürün listeleme ve detay sayfaları
Product listing and detail pages - Sepet sistemi (AJAX destekli)
Cart system with AJAX support - Yönetici paneli üzerinden içerik kontrolü
Content control through admin panel - Şifre güvenliği için
password_hashvePDO
Secure login withpassword_hashandPDO - Webalizer ile trafik takibi
Traffic analytics using Webalizer
| Teknoloji / Technology | Açıklama / Description |
|---|---|
| PHP | Sunucu taraflı dil / Server-side lang. |
| MySQL | Veritabanı / Database |
| Bootstrap 5 | Responsive arayüz / UI framework |
| jQuery 3.7 | Dinamik işlemler / Dynamic actions |
| PDO | Güvenli DB bağlantısı / Secure DB conn |
| Composer | PHP paket yöneticisi / PHP package mgmt |
| Webalizer | Trafik analizi / Traffic analyzer |
{
"require": {
"phpoffice/phpspreadsheet": "^4.2",
"components/jquery": "^3.7",
"twbs/bootstrap": "^5.3"
}
}composer install