gobel/framework 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

gobel/framework

最新稳定版本:v1.1.0

Composer 安装命令:

composer create-project gobel/framework

包简介

An advanced, Laravel-like PHP MVC framework

README 文档

README

Gobel Logo

Build Status PHP Version License Stars

💎 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

  • 🚀 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

1. Installation

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

2. Configure Environment

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

3. Run Migrations

php gobel migrate

4. Serve the App

php -S localhost:8000 -t public

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

📖 Feature Showcase

Expressive Routing

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

Eloquent ORM

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

Background Jobs

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

🤝 Contributing

We love contributions! Please see our Contributing Guide to get started. Let's make Gobel even better together!

📜 License

The Gobel Framework is open-sourced software licensed under the MIT license.

Made with ❤️ by Goktug and the Gobel Community

统计信息

  • 总下载量: 8
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2026-03-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固