Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Roadrunner Kv Laravel Package

spiral/roadrunner-kv

RoadRunner KV provides a fast, simple key-value storage layer for PHP apps running on RoadRunner. Store and retrieve data via an in-memory or configured KV backend with minimal overhead—useful for caching, flags, and lightweight shared state across workers.

View on GitHub
Deep Wiki
Context7

Product Decisions This Supports

  • Enables low-latency caching and state sharing between workers without external dependencies, reducing infrastructure costs and complexity.
  • Supports roadmap decisions to avoid building custom KV layers by leveraging RoadRunner’s native plugin, accelerating feature delivery for transient data needs.
  • Ideal for use cases like session caching, temporary computation results, or lightweight state synchronization where full database overhead is unnecessary.
  • Drives "build vs buy" decisions by providing a maintainable, MIT-licensed solution instead of custom code or additional services like Redis for simple key-value scenarios.

When to Consider This Package

  • Adopt when using RoadRunner as the application server and needing fast, ephemeral storage for small data (e.g., <1MB keys) with basic operations (get/set/delete).
  • Suitable for high-performance PHP workers where data persistence is tied to worker lifecycle (e.g., caching API responses between requests).
  • Avoid if data requires persistence beyond worker restarts, complex queries, transactions, or large-scale storage—opt for Redis/PostgreSQL instead.
  • Not applicable for non-RoadRunner environments (e.g., PHP-FPM, Swoole) or when needing advanced features like pub/sub or
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport