jinomial/fw-framework

The fast, async-first modern PHP framework core.

Maintainers

Package info

github.com/jinomial/fw-framework

pkg:composer/jinomial/fw-framework

Statistics

Installs: 8

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-03-07 20:12 UTC

This package is auto-updated.

Last update: 2026-03-07 20:35:16 UTC


README

This repository contains the core library for the FW ecosystem. It is intended to be required by the app-skeleton and is not meant to be run standalone.

Features

  • Compiled DI Container: Scans your handlers/services at build time to produce static PHP, eliminating runtime reflection.
  • Async First: Designed to naturally wrap long-running runtimes like RoadRunner and Swoole. No shared-state leakage between requests.
  • Explicit Architecture: CQRS-style Handlers instead of God-Controllers. Unobtrusive Service and Infrastructure layers.

Development

composer install
composer test