PHPackages                             alaz-framework/alaz - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. alaz-framework/alaz

ActiveProject[Framework](/categories/framework)

alaz-framework/alaz
===================

alaz PHP Micro-Framework

v1.0.0(9mo ago)11MITPHPPHP &gt;=8.2

Since Aug 20Pushed 9mo agoCompare

[ Source](https://github.com/mehmetserdar/alaz-framework)[ Packagist](https://packagist.org/packages/alaz-framework/alaz)[ RSS](/packages/alaz-framework-alaz/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (13)Versions (2)Used By (0)

Klasör Yapısı
-------------

[](#klasör-yapısı)

```
alaz/
├── .env
├── .env.example
├── .gitignore
├── alaz                     # CLI aracı (kökte)
├── bin/
│   └── alaz                 # CLI aracı
├── composer.json
├── composer.lock
├── config/
│   └── app.php              # Konfigürasyon
├── public/
│   └── index.php            # Giriş noktası
├── resources/
│   └── views/               # Plates şablonları
│       └── welcome.php
├── routes/
│   └── web.php              # Route tanımları
├── app/
│   ├── Application.php
│   ├── Config.php
│   ├── Controllers/
│   │   ├── BaseController.php
│   │   └── HomeController.php
│   ├── Crypt.php
│   ├── CSRFProtection.php
│   ├── Filesystem.php
│   ├── FilesystemManager.php
│   ├── helpers.php
│   ├── Model.php
│   ├── Request.php
│   ├── Response.php
│   ├── Router.php
│   ├── Session.php
│   ├── ValidationRequest.php
│   └── ViewFactory.php
├── vendor/                  # Composer bağımlılıkları
│   └── ...

```

alaz PHP Micro-Framework
========================

[](#alaz-php-micro-framework)

Hızlı, temiz ve güçlü web uygulamaları için tasarlanmış framework. Hızlıca web uygulamaları ve API'ler geliştirmek için temel özellikler sunar.

Neden alaz?
-----------

[](#neden-alaz)

- ✨ Minimal ama güçlü - gereksiz şişkinlik yok
- ⚡ Blazing fast - mikro-framework hızı
- 🔧 Developer-friendly - basit ama esnek
- 📦 Modern PHP 8.2+ - güncel standartlar

---

Özellikler
----------

[](#özellikler)

- Controller, Model, Middleware ve Validation altyapısı
- Plates tabanlı view sistemi
- Routing (League Route)
- Dependency Injection (League Container)
- PSR-7 Request/Response (Nyholm PSR-7)
- CSRF koruması ve Session yönetimi
- Dosya sistemi işlemleri (Filesystem)
- .env ile konfigürasyon (Symfony Dotenv)
- Basit CLI aracı (`alaz`)
- Hata yönetimi (Filp/Whoops)
- Geliştirici dostu örnek controller ve view dosyaları

---

Kurulum
-------

[](#kurulum)

1. Bağımlılıkları yükleyin:

```
composer install
```

2. Ortam dosyasını (.env) oluşturun:

Proje kök dizininde örnek bir .env.example dosyası bulunmaktadır. Kendi ortam ayarlarınızı yapmak için bu dosyayı kopyalayarak .env olarak adlandırın:

```
cp .env.example .env
```

.env dosyasını düzenleyerek uygulama anahtarı, veritabanı ve diğer ayarları kendinize göre yapılandırabilirsiniz.

3. Geliştirme sunucusunu başlatın:

```
php alaz serve
```

3. Tarayıcıda `http://localhost:8080` adresini ziyaret edin.

Klasör Yapısı
-------------

[](#klasör-yapısı-1)

- `public/` : Giriş noktası (index.php)
- `app/Controllers/` : Controller dosyaları
- `routes/` : Route tanımları
- `resources/views/` : Plates şablonları
- `config/` : Konfigürasyon dosyaları
- `bootstrap/` : Başlatıcı dosyalar
- `alaz` : CLI aracı

CLI Kullanımı
-------------

[](#cli-kullanımı)

Tüm komutlar için kök dizindeki `alaz` dosyasını kullanabilirsiniz:

```
php alaz [komut] [opsiyonlar]
```

Örnekler:

- Geliştirme sunucusu başlatmak için: ```
    php alaz serve
    ```
- Yeni bir controller oluşturmak için: ```
    php alaz make:controller PostController
    ```
- Komutları listelemek için: ```
    php alaz list
    ```

> Not: Eğer `php alaz` çalışmazsa, dosyanın çalıştırılabilir olduğundan emin olun:
>
> ```
> chmod +x alaz
> ```

Notlar
------

[](#notlar)

- ORM, gelişmiş güvenlik, event sistemi ve kuyruk işleri MVP'de yoktur.
- Geliştirme için PHP 8.2+ gereklidir.

Lisans
------

[](#lisans)

MIT

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance58

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

272d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/baa6d22acb95ed7f3149fe177ffbc2f539adb6f9cf7580bbb766ff8f0e584e8a?d=identicon)[mehmetserdar](/maintainers/mehmetserdar)

---

Top Contributors

[![mehmetserdar](https://avatars.githubusercontent.com/u/46869157?v=4)](https://github.com/mehmetserdar "mehmetserdar (4 commits)")

### Embed Badge

![Health badge](/badges/alaz-framework-alaz/health.svg)

```
[![Health](https://phpackages.com/badges/alaz-framework-alaz/health.svg)](https://phpackages.com/packages/alaz-framework-alaz)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[laravel/vapor-cli

The Laravel Vapor CLI

31310.7M8](/packages/laravel-vapor-cli)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[tempest/framework

The PHP framework that gets out of your way.

2.1k23.1k9](/packages/tempest-framework)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
