Skip to content

rizko77/turboframe

Repository files navigation

TurboFrame

TurboFrame Logo

⚡ The Lightweight PHP Framework for Students & Developers ⚡

TurboFrame is a next-generation PHP framework engineered for speed, simplicity, and beginner-friendly experience. Built to make coding fun again.


� Quick Installation

Get started in seconds using Composer:

composer create-project turboframe/lambostarter my-app
cd my-app
php lambo serve

Your app is now running at http://localhost:7000


✨ Key Features

  • 🏎️ Lambo CLI: Simple commands to serve, make controllers, and clear cache.
  • 🔥 Nitrous Mode: Extreme performance by compiling your app into a single file.
  • 📱 PWA Ready: Turn your website into a mobile app out-of-the-box.
  • 🎨 Modern Engine: Clean template syntax and powerful Query Builder.
  • 🎓 Student Friendly: Minimalist code that is easy to read and learn.

📚 Official Documentation

For full documentation, tutorials, and deep-dive syntax, please visit our official site:


🛠️ Basic Usage

Routing

// routes/site.php
$router->get('/', function() {
    return view('welcome');
});

Controller

public function index() {
    return view('home', ['name' => 'TurboFrame']);
}

📄 License

TurboFrame is open-sourced software licensed under the GPL-3.0-or-later license.

Made with ⚡ by Rizko Imsar & TurboFrame Community

About

PHP Framework that prioritizes speed, stability and security

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published