PHPackages                             gobel/framework - 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. gobel/framework

ActiveProject[Framework](/categories/framework)

gobel/framework
===============

An advanced, Laravel-like PHP MVC framework

v1.1.0(2mo ago)08PHPPHP ^8.0

Since Mar 4Pushed 2mo agoCompare

[ Source](https://github.com/goktugman8-netizen/gobel-framework)[ Packagist](https://packagist.org/packages/gobel/framework)[ RSS](/packages/gobel-framework/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (21)Versions (5)Used By (0)

🚀 Gobel Framework — The Enterprise-Grade PHP Engine
===================================================

[](#-gobel-framework--the-enterprise-grade-php-engine)

 [![Gobel Logo](https://raw.githubusercontent.com/goktugman8-netizen/gobel-framework/main/public/logo.png)](https://raw.githubusercontent.com/goktugman8-netizen/gobel-framework/main/public/logo.png)

 [![Build Status](https://camo.githubusercontent.com/9ed0965b7381004119f8c50c50a0fd6f7cbf8a989b9376aed4de5bf5b32b462c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6275696c642d70617373696e672d627269676874677265656e3f7374796c653d666f722d7468652d6261646765266c6f676f3d676974687562)](https://github.com/goktugman8-netizen/gobel-framework/actions) [![PHP Version](https://camo.githubusercontent.com/67221feac64bfe1fdca75786259332f9050ab5e1e7ece9af4270658748d30fc0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e322b2d3737376262343f7374796c653d666f722d7468652d6261646765266c6f676f3d706870)](https://php.net) [![License](https://camo.githubusercontent.com/2792a6b590e1b7fbcc5f7c80df8da3149453c596df80f16fa86bd82c487bec8d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f773f7374796c653d666f722d7468652d6261646765)](https://opensource.org/licenses/MIT) [![Stars](https://camo.githubusercontent.com/a688e8942e3450e06d2c996e09bbc48c8a60c53c268a8abed3e26e5dd60a741d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f676f6b7475676d616e382d6e6574697a656e2f676f62656c2d6672616d65776f726b3f7374796c653d666f722d7468652d626164676526636f6c6f723d6f72616e6765)](https://github.com/goktugman8-netizen/gobel-framework/stargazers)

---

💎 What is Gobel?
----------------

[](#-what-is-gobel)

**Gobel** is a high-performance, developer-centric PHP framework designed for modern web artisans. It combines a custom, lightweight core with industry-standard **Illuminate Components** to deliver an enterprise-grade experience without the unnecessary bloat.

Whether you're building a stateless Super-App API, a complex SaaS platform, or a lightning-fast web portal, Gobel provides the elegance and power you need.

✨ Key Features
--------------

[](#-key-features)

- **🚀 Performance First:** Ultra-lightweight kernel with optimized autoloading.
- **🏗️ Enterprise Architecture:** Built on a robust IoC Container with full Dependency Injection support.
- **⚙️ Standard Tech Stack:** Leverages `illuminate/http`, `illuminate/pipeline`, and `illuminate/database` (Eloquent).
- **🎨 Blade-like Engine:** Powerful, familiar, and expressive view rendering.
- **🛠️ Artisan-style CLI:** Command-line power for migrations, scaffolding, and background workers.
- **🛡️ Modern Security:** Built-in support for JWT, Session Auth, and industry-standard hashing.
- **🔥 Beautiful DX:** Ignition-style professional error reporting via Whoops integration.

🛠️ Quick Start
--------------

[](#️-quick-start)

### 1. Installation

[](#1-installation)

```
composer create-project goktugman8-netizen/gobel-framework my-project
```

### 2. Configure Environment

[](#2-configure-environment)

```
cp .env.example .env
php gobel key:generate
```

### 3. Run Migrations

[](#3-run-migrations)

```
php gobel migrate
```

### 4. Serve the App

[](#4-serve-the-app)

```
php -S localhost:8000 -t public
```

Now visit `http://localhost:8000` to see the magic! 🎩⭐

📖 Feature Showcase
------------------

[](#-feature-showcase)

### Expressive Routing

[](#expressive-routing)

```
$router->get('/users/{id}', [UserController::class, 'show'])->middleware('auth');
```

### Eloquent ORM

[](#eloquent-orm)

```
$user = User::with('orders')->where('active', true)->first();
```

### Background Jobs

[](#background-jobs)

```
ProcessPayment::dispatch($order)->onQueue('high');
```

🤝 Contributing
--------------

[](#-contributing)

We love contributions! Please see our [Contributing Guide](CONTRIBUTING.md) to get started. Let's make Gobel even better together!

📜 License
---------

[](#-license)

The Gobel Framework is open-sourced software licensed under the [MIT license](LICENSE).

---

 Made with ❤️ by **Goktug** and the **Gobel Community**

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance85

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

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

4

Last Release

75d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e16cc006ebf6dc1c1d95d0b447209d030905fe2dca8d0752a5a93105774cea76?d=identicon)[goktugman8-netizen](/maintainers/goktugman8-netizen)

---

Top Contributors

[![goktugman8-netizen](https://avatars.githubusercontent.com/u/261792392?v=4)](https://github.com/goktugman8-netizen "goktugman8-netizen (5 commits)")

### Embed Badge

![Health badge](/badges/gobel-framework/health.svg)

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

###  Alternatives

[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k12.1M99](/packages/laravel-pulse)[laravel/lumen-framework

The Laravel Lumen Framework.

1.5k26.2M709](/packages/laravel-lumen-framework)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)

PHPackages © 2026

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