Overview

Namespaces

  • PHPFastCGI
    • FastCGIDaemon
      • Command
      • Connection
      • ConnectionHandler
      • Exception
      • Http

Classes

  • ApplicationFactory
  • CallbackWrapper
  • Daemon
  • DaemonFactory

Interfaces

  • ApplicationFactoryInterface
  • DaemonFactoryInterface
  • DaemonInterface
  • KernelInterface
  • Overview
  • Namespace
  • Class

Namespace PHPFastCGI\FastCGIDaemon

Namespaces summary
PHPFastCGI\FastCGIDaemon\Command
PHPFastCGI\FastCGIDaemon\Connection
PHPFastCGI\FastCGIDaemon\ConnectionHandler
PHPFastCGI\FastCGIDaemon\Exception
PHPFastCGI\FastCGIDaemon\Http
Classes summary
ApplicationFactory The default implementation of the ApplicationFactoryInterface.
CallbackWrapper

Wraps a callback (such as a closure, function or class and method pair) as an implementation of the kernel interface.

Daemon

The standard implementation of the DaemonInterface is constructed from a connection pool and a factory class to generate connection handlers.

DaemonFactory The default implementation of the DaemonFactoryInterface.
Interfaces summary
ApplicationFactoryInterface

Objects that implement the ApplicationFactoryInterface can be used to create Symfony console commands and applications.

DaemonFactoryInterface

Objects that implement the DaemonFactoryInterface can be used to create FastCGI daemons that listen on FCGI_LISTENSOCK_FILENO, a configured stream socket resource or a TCP host and port.

DaemonInterface

The DaemonInterface contains the FCGI constants and defines a single blocking method to run the daemon.

KernelInterface

Objects that implement the KernelInterface can be used by the FastCGIDaemon to

API documentation generated by ApiGen