turboframe / lambostarter
TurboFrame: The Fast PHP Framework for Students & Modern Developers. Built for speed, PWA ready, and easy to use.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
pkg:composer/turboframe/lambostarter
Requires
- php: ^8.1
- ext-mbstring: *
- ext-pdo: *
- vlucas/phpdotenv: ^5.5
Requires (Dev)
- phpunit/phpunit: ^10.0
README
⚡ 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:
👉 turboframe.my.id/docs
🛠️ 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
