Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PFF Application

Protocol-independent application lifecycle for PHP Fiber Framework. It owns one shared DI container, configuration binding, scoped Fiber cleanup, and Composer-discovered providers and protocol applications.

$app = new Pff\Application\Application()
$app->run();

Installed protocol packages are mounted through Composer discovery:

  • pff/webserver for HTTP routing and PSR-15 handling.
  • pff/websocket for WebSocket connection and frame dispatch.
  • pff/mqtt for MQTT sessions and packet dispatch (planned).

Every installed application runs in its own supervised worker process. Configure <app>.workers to increase its worker count; the default is one worker per application.

About

Reusable HTTP application orchestration for PFF

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages