PHPackages                             helixforge/forge - 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. helixforge/forge

ActiveProject[Framework](/categories/framework)

helixforge/forge
================

Helix-Forge: The AI-native PHP framework for building APIs and web apps 10x faster with agents.

00PHP

Since Jun 11Pushed 1mo agoCompare

[ Source](https://github.com/ijidev/helix-forge)[ Packagist](https://packagist.org/packages/helixforge/forge)[ RSS](/packages/helixforge-forge/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Helix-Forge
===========

[](#helix-forge)

**The AI-native PHP framework for building APIs and web apps 10x faster with agents.**

[![PHP](https://camo.githubusercontent.com/3f99b197569aa2dcfbefff17ecc68d74098e7f929d8b52dc40f3a898f740eae1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e322532422d3737374242343f6c6f676f3d706870)](https://php.net)[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](LICENSE)

Quick Start
-----------

[](#quick-start)

```
composer create-project helix/forge my-app
cd my-app
php helix serve
```

Visit `http://127.0.0.1:8080` in your browser.

Why Helix-Forge?
----------------

[](#why-helix-forge)

ProblemHow Helix-Forge Solves ItAI generates messy code in LaravelAttribute-driven + explicit DI = clean outputMagic facades break static analysisNo facades, no `__call`. Constructor injection onlyRoutes scattered across files`#[Route]` attributes on controller methodsSchema defined in 4 places`#[Entity]` / `#[Column]` — one source of truthAI breaks things by guessing pathsAgent protocol: safe CLI commands for AIFeatures
--------

[](#features)

- **⚡ Attribute Routing** — `#[Route('/api/users', method: 'GET')]` on controller methods
- **🧩 Explicit DI** — PSR-11 container with auto-wiring. No facades
- **📦 Schema-First DB** — `#[Entity]` / `#[Column]` attributes, repository pattern
- **✅ Attribute Validation** — `#[Validate]` rules on methods and properties
- **🤖 AI-Native** — `.helix/agent.yml` protocol for safe AI code generation
- **🔥 Compiled Routes** — 0.2ms resolution, no reflection in prod
- **📖 Built-in Docs** — Visit `/docs` when the server is running

Commands
--------

[](#commands)

```
php helix serve              # Start dev server
php helix make:controller    # Generate controller
php helix make:model         # Generate model + repository
php helix route:list         # Show registered routes
php helix cache:routes       # Compile routes for production
```

Documentation
-------------

[](#documentation)

Full documentation is available at `/docs` when the dev server is running, or in the `docs/` directory as markdown.

License
-------

[](#license)

Helix-Forge is open-source software licensed under the [MIT license](LICENSE).

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance60

Regular maintenance activity

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/108c3dfb55d903b36482988c8d41e4e23bebe09c9d7a4ef804ba6d341a26e18b?d=identicon)[iheanyi\_](/maintainers/iheanyi_)

---

Top Contributors

[![ijidev](https://avatars.githubusercontent.com/u/86620592?v=4)](https://github.com/ijidev "ijidev (3 commits)")

### Embed Badge

![Health badge](/badges/helixforge-forge/health.svg)

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

###  Alternatives

[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[alizharb/laravel-modular

A professional, framework-agnostic modular architecture for Laravel 11+. Features zero-config autoloading, 29+ Artisan command overrides, and seamless Vite integration.

211.6k9](/packages/alizharb-laravel-modular)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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