> For the complete documentation index, see [llms.txt](https://docs.yavuzlar.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yavuzlar.org/egitim/00x0-php-nedir/00x000-xampp-kurulumu.md).

# XAMPP kurulumu

XAMPP, Apache Friends tarafından geliştirilen, kolay kullanımlı bir web sunucusu paketidir. XAMPP, Apache, MySQL/MariaDB, PHP ve Perl gibi web geliştirme için gerekli olan bileşenleri içeren ücretsiz ve açık kaynaklı bir yazılımdır.

* **X**: Cross-platform (çoklu platform desteği)
* **A**: Apache (web sunucusu)
* **M**: MySQL (veritabanı yönetim sistemi) veya MariaDB
* **P**: PHP (betik dili)
* **P**: Perl (betik dili)

[Download XAMPP (apachefriends.org)](https://www.apachefriends.org/tr/download.html)

.exe dosyası içinde yer alan herhangi bir dosyayı indirebilirsiniz!

`.exe`, Windows işletim sistemlerinde yürütülebilir dosya formatını belirtir. Bu dosya uzantısı, "executable" kelimesinin kısaltmasıdır ve bilgisayarın doğrudan çalıştırabileceği programları temsil eder.

## XAMPP Nasıl Kullanılır?

1. **İndirme ve Kurulum**:
   * XAMPP'yi Apache Friends web sitesinden indirin ve işletim sisteminize uygun olan sürümü kurun.
2. **Başlatma**:
   * XAMPP kontrol panelini açın ve Apache ve MySQL servislerini başlatın.
3. **Proje Dosyalarını Yerleştirme**:
   * Proje dosyalarınızı `htdocs` klasörüne yerleştirin. Bu klasör genellikle XAMPP'nin kurulu olduğu dizinde bulunur.
4. **Erişim**:
   * Web tarayıcınızı açarak `http://localhost` adresine gidin. Buradan projelerinizi çalıştırabilir ve test edebilirsiniz.

<div align="center"><figure><img src="https://github.com/Yavuzlar/Book/blob/main/egitim/.gitbook/assets/php/php2.png" alt=""><figcaption></figcaption></figure></div>

<div align="center"><figure><img src="https://github.com/Yavuzlar/Book/blob/main/egitim/.gitbook/assets/php/php3.png" alt=""><figcaption></figcaption></figure></div>

<figure><img src="https://github.com/Yavuzlar/Book/blob/main/egitim/.gitbook/assets/php/php4.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://github.com/Yavuzlar/Book/blob/main/egitim/.gitbook/assets/php/php5.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://github.com/Yavuzlar/Book/blob/main/egitim/.gitbook/assets/php/php6.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://github.com/Yavuzlar/Book/blob/main/egitim/.gitbook/assets/php/php7.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://github.com/Yavuzlar/Book/blob/main/egitim/.gitbook/assets/php/php8.png" alt=""><figcaption></figcaption></figure>
