laikait / laika-framework
Laika PHP Micro Framework
Package info
github.com/laikait/laika-framework
Language:CSS
Type:project
pkg:composer/laikait/laika-framework
v4.1.1
2026-07-25 18:34 UTC
Requires
- php: >=8.1
- laikait/laika-core: ^4
This package is auto-updated.
Last update: 2026-07-26 19:29:31 UTC
README
Laika is a lightweight, fast, and flexible MVC framework (Model-Middleware-Controller) for PHP, built with simplicity in mind.
It provides essential tools like routing, controllers, models, and a modular structure — without the overhead of large frameworks like Laravel or Symfony.
✨ Features
- 🚀 Lightweight MVC structure
- 🛠️ Simple and clean Router (with support for route groups, parameters, and controller actions)
- 🗂️ Organized Model, Middleware & Controller classes
- 🔐 Secure by default (prevents direct file access)
- 📦 Composer autoloading with PSR-4
- 🧩 Easy to extend with custom modules
📦 Installation
Clone the repository:
git clone https://github.com/laikait/laika-framework.git
Or Install using composer
composer create-project laikait/laika-framework
📦 Configuration
- Basic Config
- Configure Routes
- Create Controller
- Create Pipeline
- Create Filter
- Create Model
- Create Template
- Laika Console
Or visit the Configuration Wiki Page