Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 520 Bytes

File metadata and controls

10 lines (9 loc) · 520 Bytes

Symfony RoadRunner skeleton

Features:

  • Uses Angie (Nginx) to distribute static content;
  • Uses the Symfony backend via the Angie -> RoadRunner -> Symfony chain;
  • Uses the Symfony backend via the RoadRunner -> Symfony chain;
  • Sends Symfony logs to RoadRunner;
  • Works with RoadRunner KV via Symfony Cache, which lets you work with a pool of cache connections;
  • Works with RoadRunner Jobs via Symfony Messenger, which lets you work with a pool of queues connections;
  • Works with Symfony Scheduler instead of cron.