Fast Forward Framework is a lightweight and fast PHP framework designed for building modern web applications. It provides a simple and elegant API, making it easy to develop and maintain your projects.

Getting Services

Once the FrameworkServiceProvider is registered, you can retrieve services from the container as needed:

$httpHandler = $container->get(RequestFactoryInterface::class);

Refer to the documentation of each core package for available service names and usage details.

Search results