https://github.com/forge-engine/framework
Forge Framework Repository
https://github.com/forge-engine/framework
forge-engine forge-framework
Last synced: 10 months ago
JSON representation
Forge Framework Repository
- Host: GitHub
- URL: https://github.com/forge-engine/framework
- Owner: forge-engine
- License: mit
- Created: 2025-03-02T03:10:54.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-04-12T15:55:52.000Z (10 months ago)
- Last Synced: 2025-04-12T16:45:38.505Z (10 months ago)
- Topics: forge-engine, forge-framework
- Language: PHP
- Homepage:
- Size: 234 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🔧 Forge Engine – The Core Stuff
Hey! 👋 This is the core of the Forge Framework—where all the essential pieces come together. If you're wondering how Forge actually *runs*, this is the place to be.
It's not flashy, just the solid foundation that everything else builds on.
## What's in Here?
This repo powers the whole Forge experience. You'll find:
- 🗃️ **Database Layer** – Lightweight and straightforward
- 🔄 **ORM** – Simple, useful, nothing wild
- 🛣️ **Router** – Maps your requests to the right place
- 📦 **Module Auto-Loader** – Plug in new features easily
- 🧰 **Dependency Injection Container** – Keep things clean and modular
- 🖼️ **View Engine** – PHP-first, no weird templating rules
- ⚙️ **CLI Kernel** – Run commands with ease
- 🗂️ **Config + Env Managers** – Tame your settings and environments
- 🥾 **Bootstrap for CLI + Web** – Gets things running properly
- 🧩 **Helpers + Traits** – Common patterns and shortcuts
Eventually, some parts like the bootstraps will become their own modules to keep the engine lean and mean—but for now, it’s all bundled together here.
## This Isn't a Framework for Everyone
Forge isn’t trying to be everything to everyone. It’s a foundation I built to solve my problems and give me control. If it helps you too, awesome. Fork it, change it, make it yours.
Check out the [Modules Registry](https://github.com/forge-engine/modules) for the official modules, and the [Forge Starter](https://github.com/forge-engine/forge-starter) if you want to kick off a new project.
Have fun exploring!