Documentation

Fast Forward Framework is the metapackage entry point for the Fast Forward ecosystem. It installs the core libraries you are most likely to need first and exposes a single FrameworkServiceProvider that bootstraps the HTTP and event-dispatcher stacks inside a Fast Forward container.

If you are new to the package, start with Installation and Quickstart.

If you are maintaining a consumer application, read Integration, Usage, and Dependencies Documentation.

This package is especially useful when you want one Composer dependency that gives you:

  • a PSR-11 friendly container workflow
  • the Fast Forward HTTP and event-dispatcher service-provider stacks
  • access to supporting packages such as configuration, deferred callbacks, enum helpers, iterators, and process tools
Fast Forward Framework mascot

What this package does

  • Installs the main Fast Forward runtime packages in one step.
  • Provides FastForward\Framework\ServiceProvider\FrameworkServiceProvider as the local bootstrap class.
  • Aggregates FastForward\Http\ServiceProvider\HttpServiceProvider and FastForward\EventDispatcher\ServiceProvider\EventDispatcherServiceProvider .

What this package does not do

  • It does not generate a full application skeleton or project structure.
  • It does not register every installed package in the container automatically.
  • It does not replace the package-level documentation of fast-forward/http , fast-forward/event-dispatcher , fast-forward/config , or the other ecosystem libraries.

If you are new to the ecosystem, start with Installation and then move to Quickstart.