PHP Worker


About

The PHP Worker container is a pre-built queue runner with the sole purpose of executing your application's background jobs. Differing from the Laravel Horizon worker, it's simpler to setup and configure. Moreover, it doesn't require the Redis container, meaning you can explore using different drivers for your queue workers.

Use Cases

  • If you need to run background jobs in your application.
  • If you want a simpler setup for your queue workers.
  • If you want to explore using a different driver for your queue workers besides Redis.