cb-master / lmvc
Laika PHP Framework
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=8.1
- cb-master/lmvc-core: dev-main
README
Laika is a lightweight, fast, and flexible MVC framework 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 Controller and Model 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/cb-master/lmvc.git
Or Install using composer
composer create-project cb-master/lmvc
📦 Configuration
- Configure Database
- Configure Session
- Configure Routes
- Create Controller
- Create Middleware
- Create Model
- Create View
- Using Template Engine
Or visit the Configuration Wiki Page