crazy-goat/workerman-bundle
Symfony bundle integrating Workerman to run a high-performance async HTTP server, scheduler and supervisor in pure PHP. Keeps the Symfony kernel/container alive between requests for faster apps. Supports SO_REUSEPORT and optional direct Request creation for speed.
reuse_port (Linux kernel load balancing) and process pooling, ideal for microservices or high-traffic APIs.php-event extension) to align with modern architectures like serverless or reactive systems.GRPC_ENABLE_FORK_SUPPORT=1 env var)."This package lets us replace 4+ infrastructure components (Nginx, PHP-FPM, Supervisor, Cron) with pure PHP, cutting cloud costs by ~30% while enabling real-time features (e.g., live updates, WebSockets) without hiring Go/Node.js devs. It’s like serverless, but self-hosted and PHP-native. PHAR deployments also simplify edge/IoT rollouts. The tradeoff? A steeper learning curve for async PHP—but our team can pilot it on non-critical services first."
*"Workerman-Bundle gives us:
bin/console (no manual Supervisor/Cron config).*"This reduces our server sprawl by consolidating:
dragonmantank/cron-expression).
Ops wins:sudo for port binding (use CAP_NET_BIND_SERVICE or a proxy).var/log/workerman.*.bin/console workerman:server connections (Linux/macOS only)."*How can I help you explore Laravel packages today?