# hhxsv5/laravel-s

LaravelS is an out-of-the-box adapter between Laravel/Lumen and Swoole.

Repository: https://github.com/hhxsv5/laravel-s
Canonical: https://ross.abutalabs.com/products/laravel-s
Language: PHP
License: MIT
License Family: permissive
Topics: swoole, laravel, lumen, async, server, http, websocket, tcp, udp, process, task, timer, performance
Last push: 2026-07-20T06:59:04+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 93, release rhythm 93, longevity 100
- inputs: {"age_days": 3151, "days_push": 44, "days_rel": 44, "gap_med": 27.0, "n_releases_24m": 13}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3879, forks 464 (observed 2026-08-28T04:08:27.988536+00:00)

## What it is
LaravelS is an out-of-the-box adapter that integrates Laravel/Lumen applications with the Swoole high-performance coroutine server. It enables Laravel apps to run as persistent Swoole HTTP/WebSocket/TCP/UDP servers with async task queues, millisecond timers, and custom processes.

## Use cases
- run laravel on swoole for high performance
- add websocket server to laravel app
- async task queue in laravel
- millisecond cron jobs in lumen
- speed up laravel request handling with coroutines
- run custom background processes in laravel

## When to choose
- you use Laravel or Lumen and need Swoole's performance without rewriting your app
- you need websocket, TCP, or UDP servers alongside your Laravel HTTP app
- you want in-process async task queues and millisecond timers in PHP

## When to avoid
- your app runs on shared hosting without the Swoole PHP extension
- you use a framework other than Laravel/Lumen
- you prefer traditional PHP-FPM deployment simplicity over persistent server processes

## Facets
- artifact type: library
- maturity: active
- function: http-server, websocket, middleware, scheduling, concurrency
- domain: web-development, backend, performance
- platform: php, cli
- tags: swoole, laravel, lumen, async-task-queue, coroutine, high-performance, tcp-server, udp-server, timer, custom-process, real-time, linux

## Member repositories
- hhxsv5/laravel-s (main) score 94

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:27.988536+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:25:44.024448+00:00, confidence not recorded.
  - readme: https://github.com/hhxsv5/laravel-s (fetched 2026-08-28T04:08:27.988536+00:00, sha d4b88b0f2432)
- Data as of 2026-08-30T08:39:29.467469+00:00.
