f2/common dependents (5) Order by: name | downloads Show: all | require | require-dev

  • f2/container

    Make dependency injection available for F2 components. Can auto discover and use containers from other frameworks.

    Abandoned! See f2/common

  • f2/http

    Integrates laminas/laminas-diactoros in f2 to provide psr/http-factory and psr/http-message

  • f2/promises

    A simple to use Promise and co-routine library with an event loop that works transparently with Swoole, ReactPHP, Amp and probably others.

  • f2/router

    Integrates league/route with F2 with PSR-15 request handler and dispatcher.

  • f2/simple-router

    A fast router that will route requests to /users/123/ to a namespaced function \routes\users\_(int $id)