PHPackages                             turboframe/lambostarter - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. turboframe/lambostarter

ActiveProject[Framework](/categories/framework)

turboframe/lambostarter
=======================

TurboFrame: The Fast PHP Framework for Students &amp; Modern Developers. Built for speed, PWA ready, and easy to use.

v1.0.4(6mo ago)316GPL-3.0-or-laterPHPPHP ^8.1

Since Dec 27Pushed 6mo agoCompare

[ Source](https://github.com/rizko77/turboframe)[ Packagist](https://packagist.org/packages/turboframe/lambostarter)[ RSS](/packages/turboframe-lambostarter/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (2)Versions (6)Used By (0)

TurboFrame
==========

[](#turboframe)

 [![TurboFrame Logo](public/logo.png)](public/logo.png)

 **⚡ The Lightweight PHP Framework for Students &amp; Developers ⚡**

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

---

� Quick Installation
--------------------

[](#-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
--------------

[](#-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
------------------------

[](#-official-documentation)

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

### 👉 [turboframe.my.id/docs](https://turboframe.my.id/docs)

[](#-turboframemyiddocs)

---

🛠️ Basic Usage
--------------

[](#️-basic-usage)

### Routing

[](#routing)

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

### Controller

[](#controller)

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

---

📄 License
---------

[](#-license)

TurboFrame is open-sourced software licensed under the [GPL-3.0-or-later license](LICENSE.txt).

 Made with ⚡ by **Rizko Imsar** &amp; TurboFrame Community

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance68

Regular maintenance activity

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

5

Last Release

187d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/110739010?v=4)[Rizko Imsar](/maintainers/rizko77)[@rizko77](https://github.com/rizko77)

---

Top Contributors

[![rizko77](https://avatars.githubusercontent.com/u/110739010?v=4)](https://github.com/rizko77 "rizko77 (11 commits)")

---

Tags

frameworkphpphp-fastphp-frameworkphp8rizko77rizkoimsarturbo-framephpframeworkmvcpwalambofast phpturboframestudent-friendly

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/turboframe-lambostarter/health.svg)

```
[![Health](https://phpackages.com/badges/turboframe-lambostarter/health.svg)](https://phpackages.com/packages/turboframe-lambostarter)
```

###  Alternatives

[zemit-cms/core

Build Phalcon REST APIs faster with database-first scaffolding, model relationships, eager loading, identity, permissions, CLI, and WebSocket support.

148.5k1](/packages/zemit-cms-core)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
