https://github.com/utopia-php/queue
· scanned 2026-06-16 00:46 UTC (2 months, 1 week ago)
15 raw signals (9 security + 6 graph)
Last scanned 2 months, 1 week ago · v1 · 13 actionable findings from 2 signal sources. 153 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 65 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.
| Label | Layer | Status | Path |
|---|---|---|---|
README.md |
software | healthy | README.md |
CONTRIBUTING.md |
software | healthy | CONTRIBUTING.md |
composer.json |
software | healthy | composer.json |
LICENSE |
software | healthy | LICENSE |
CODE_OF_CONDUCT.md |
software | healthy | CODE_OF_CONDUCT.md |
docker-compose.yml |
software | healthy | docker-compose.yml |
e2e.sh |
software | healthy | tests/e2e.sh |
InMemoryConnection.php |
software | healthy | tests/Queue/E2E/Adapter/InMemoryConnection.php |
PoolTest.php |
software | healthy | tests/Queue/E2E/Adapter/PoolTest.php |
RedisReconnectCallbackTest.php |
software | healthy | tests/Queue/E2E/Adapter/RedisReconnectCallbackTest.php |
ServerTelemetryTest.php |
software | healthy | tests/Queue/E2E/Adapter/ServerTelemetryTest.php |
SwooleRedisClusterTest.php |
software | healthy | tests/Queue/E2E/Adapter/SwooleRedisClusterTest.php |
SwooleTest.php |
software | healthy | tests/Queue/E2E/Adapter/SwooleTest.php |
SwooleConcurrencyTest.php |
software | healthy | tests/Queue/E2E/Adapter/SwooleConcurrencyTest.php |
WorkermanTest.php |
software | healthy | tests/Queue/E2E/Adapter/WorkermanTest.php |
Base.php |
software | healthy | tests/Queue/E2E/Adapter/Base.php |
LockingTest.php |
software | healthy | tests/Queue/E2E/Adapter/LockingTest.php |
tests.php |
software | healthy | tests/Queue/servers/tests.php |
worker.php |
software | healthy | tests/Queue/servers/SwooleRedisCluster/worker.php |
worker.php |
software | healthy | tests/Queue/servers/Workerman/worker.php |
worker.php |
software | healthy | tests/Queue/servers/Swoole/worker.php |
mirror.yml |
software | healthy | .github/workflows/mirror.yml |
tests.yml |
software | healthy | .github/workflows/tests.yml |
Message.php |
software | healthy | src/Queue/Message.php |
Job.php |
software | healthy | src/Queue/Job.php |
Consumer.php |
software | healthy | src/Queue/Consumer.php |
Queue.php |
software | healthy | src/Queue/Queue.php |
Server.php |
software | healthy | src/Queue/Server.php |
Connection.php |
software | healthy | src/Queue/Connection.php |
Adapter.php |
software | healthy | src/Queue/Adapter.php |
Publisher.php |
software | healthy | src/Queue/Publisher.php |
Locking.php |
software | healthy | src/Queue/Connection/Locking.php |
RedisCluster.php |
software | healthy | src/Queue/Connection/RedisCluster.php |
Redis.php |
software | healthy | src/Queue/Connection/Redis.php |
Pool.php |
software | healthy | src/Queue/Broker/Pool.php |
Redis.php |
software | healthy | src/Queue/Broker/Redis.php |
Swoole.php |
software | healthy | src/Queue/Adapter/Swoole.php |
Workerman.php |
software | healthy | src/Queue/Adapter/Workerman.php |
| Label | Layer | Status | Path |
|---|---|---|---|
tests |
software | healthy | tests |
Queue |
software | healthy | tests/Queue |
E2E |
software | healthy | tests/Queue/E2E |
Adapter |
software | healthy | tests/Queue/E2E/Adapter |
servers |
software | healthy | tests/Queue/servers |
SwooleRedisCluster |
software | healthy | tests/Queue/servers/SwooleRedisCluster |
Workerman |
software | healthy | tests/Queue/servers/Workerman |
Swoole |
software | healthy | tests/Queue/servers/Swoole |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
src |
software | healthy | src |
Queue |
software | healthy | src/Queue |
Connection |
software | healthy | src/Queue/Connection |
Broker |
software | healthy | src/Queue/Broker |
Adapter |
software | healthy | src/Queue/Adapter |
| Label | Layer | Status | Path |
|---|---|---|---|
port:16379 |
network | healthy | docker-compose.yml |
port:6379 |
network | healthy | docker-compose.yml |
port:17002 |
network | healthy | docker-compose.yml |
port:17000 |
network | healthy | docker-compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
redis |
hardware | healthy | docker-compose.yml |
redis-cluster |
hardware | healthy | docker-compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::mirror |
cicd | healthy | .github/workflows/mirror.yml |
gha::tests |
cicd | healthy | .github/workflows/tests.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
redirect |
cicd | healthy | .github/workflows/mirror.yml |
test |
cicd | healthy | .github/workflows/tests.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-x2n1w57a |
software | healthy | /tmp/repobility-clone-x2n1w57a |
| Label | Layer | Status | Path |
|---|---|---|---|
redis |
data | healthy | README.md |
This page is publicly accessible at:
https://repobility.com/scan/3fd906b0-14b8-49bb-8875-bd4603be2c2b/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/3fd906b0-14b8-49bb-8875-bd4603be2c2b/
Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.