Normal view

Before yesterdayMain stream

VibeFW 2.0.0 released: Lightweight PHP framework optimized for 40k RPS and Vibe Coding

I just released VibeFW 2.0.0. This is an open source PHP foundation designed for the modern development era where flow, intent, and AI assisted velocity (Vibe Coding) are the priority.

GitHub:https://github.com/velkymx/vibefw

Release:https://github.com/velkymx/vibefw/releases/tag/v2.0.0

With version 1, I was experimenting with how fast a 2026 implemented framework could get using PHP 8.4+ features. It was a solid start at 15k requests per second, but with version 2, we destroyed those original benchmarks. By refining the core architecture, we jumped to over 40k requests per second in this release.

The Core Philosophy: Traditional frameworks often rely on deep inheritance and magic configurations that confuse both human developers and LLMs. VibeFW 2.0 is built to be Flat and Fast.

  • AI Optimized Context: The core is small enough to fit into a single prompt. No black box behavior means AI agents like Cursor or Copilot can reason about your app with high accuracy.
  • Low Cognitive Load: Zero boilerplate routing and a predictable structure designed for rapid iteration.
  • Modern Stack: Built for FrankenPHP worker mode, leveraging route preloading and container fast paths to maximize the potential of PHP 8.4 property hooks and promoted properties.

Performance (Local Benchmark): Tested on an Apple M2 Air (4 workers) using FrankenPHP:

  • Requests/sec: ~40,058
  • Latency: ~5.15ms
  • Stability: Stable memory usage after 1.2M+ requests.

VibeFW is for when you want a high performance foundation that stays out of your way and lets you ship at the speed of thought.

submitted by /u/ajbapps to r/PHP
[link] [comments]
❌
❌