Skip to content

Fw Framework v1.0.0

Choose a tag to compare

@velkymx velkymx released this 04 Feb 04:53
· 111 commits to main since this release

🐺 Fw Framework v1.0.0 - "Alpha Super Awesome Cool Dynamite Wolf"

The first official release of Fw - a blazing fast PHP framework built for speed, simplicity, and vibes.

🚀 Performance

  • 13,593 requests/second on Mac M2 with FrankenPHP
  • 17x faster than Laravel
  • 9x faster than Symfony
  • 14.8ms average latency under load

✨ Key Features

Speed First

  • Fiber-based async I/O with PHP 8.4
  • FrankenPHP worker mode support for 5-10x throughput
  • Lazy session loading - no overhead on stateless requests
  • Zero runtime dependencies

Modern PHP

  • PHP 8.4+ with property hooks and asymmetric visibility
  • Result<T,E> and Option monads for explicit error handling
  • 100% type coverage
  • Built-in security headers and CSRF protection

Developer Experience

  • Elegant ORM with relationships, eager loading, and migrations
  • Fluent query builder
  • Built-in auth (session + API tokens)
  • Powerful CLI generators (php fw make:model, php fw make:controller)
  • Quill.js rich text editor integration

Vibe Coding Ready

  • Clean, expressive syntax
  • Sensible defaults everywhere
  • Minimal boilerplate
  • AI-friendly codebase structure

📦 Quick Start

git clone https://github.com/velkymx/fw myapp
cd myapp
composer install
php fw serve

🔗 Links

📄 License

MIT License © 2026 Alan Bollinger


Built for developers who want to ship fast and enjoy the process. 🐺⚡