Welcome to the Marwa Framework. This section guides you from installation to your first working application.
If you want a full application starter instead of assembling the framework package manually, start with memran/marwa-php. It is the recommended starter project for Marwa Framework.
| Guide | Description | Time |
|---|---|---|
| Installation | Install and configure the framework | 2 min |
| Quick Start | Build your first working app | 5 min |
| Project Structure | Understand the directory layout | 3 min |
| HTTP Entry Point | Complete public/index.php examples | 5 min |
| Complete Tutorial | Step-by-step blog application | 15 min |
git clone https://github.com/memran/marwa-php.git myapp
cd myapp
composer install
cp .env.example .env
php -S localhost:8000 -t public
composer require memran/marwa-framework
cp vendor/memran/marwa-framework/.env.example .env
After your first app is running, explore: