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

Reactphp Sqlite Laravel Package

clue/reactphp-sqlite

Async SQLite client for ReactPHP: run non-blocking queries against SQLite databases using promises and the event loop. Ideal for CLI daemons and long-running apps needing lightweight SQL storage without blocking I/O.

View on GitHub
Deep Wiki
Context7
Package
Score
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
clue/socks-react 0.85 Async SOCKS5/SOCKS4(a) proxy client and server for ReactPHP. Tunnel any TCP/IP protocol (HTTP, SMTP, IMAP, etc.) through a SOCKS proxy using the standard ConnectorInterface, enabling easy drop-in proxy support and parallel connections. 118 119 26 8K 0 22.5 28.8 MIT 3 months ago
View on GitHub
Context7
wyrihaximus/async-test-utilities 0.83 Async testing utilities for PHP/React: extend AsyncTestCase to run each PHPUnit test inside a Fiber with a default 30s timeout. Includes TimeOut attribute (class/method), plus helpers like random namespaces/directories and callable expectation utilities. 4 4 0 73K 1 31.8 64.8 MIT 1 week ago
View on GitHub
Context7
drift/react-functions 0.81 — 8 8 3 127 0 1.3 16.3 MIT 2 years ago
View on GitHub
Context7
php-standard-library/async 0.81 Fiber-based async primitives for PHP: structured concurrency with cooperative multitasking. Run tasks concurrently, manage lifecycles, cancellations, and scopes predictably. Part of PHP Standard Library; docs and guides at php-standard-library.dev. 2 2 0 37K 0 18.0 63.3 MIT 2 months ago
View on GitHub
Context7
react/socket 0.79 Async TCP/IP and TLS socket servers and clients for ReactPHP. Provides streaming, non-blocking connections built on EventLoop and Stream, with reusable interfaces and helpers for TCP, Unix sockets, secure servers, and connectors. 1,285 1,307 158 7M 6 28.3 58.1 MIT 8 months ago
View on GitHub
Context7
react/react 0.79 ReactPHP is an event-driven, non-blocking I/O toolkit for PHP. Built around an event loop, it provides async building blocks like streams, DNS, sockets, HTTP client/server and process control—ideal for fast network services and long-running apps. 9,093 9,114 714 23K 0 46.9 7.6 MIT 3 years ago
View on GitHub
Deep Wiki
Context7
clue/stdio-react 0.79 ReactPHP-based STDIO stream wrapper for non-blocking access to STDIN/STDOUT/STDERR. Enables event-driven CLI apps with readable and writable streams, integrating terminal input/output into the ReactPHP loop for async command-line tools. 200 201 21 267K 4 25.3 50.5 MIT 1 month ago
View on GitHub
Context7
react/mysql 0.79 Async MySQL client for ReactPHP. Pure PHP implementation of the MySQL protocol with no extensions required. Connect via URI, run queries with promises, stream results, and manage connection lifecycle (ping/quit/close). 339 341 69 10K 15 13.9 27.6 MIT 2 years ago
View on GitHub
Context7
drift/http-kernel 0.79 — 35 36 6 392 3 7.4 15.2 MIT 2 years ago
View on GitHub
Context7
clue/redis-react 0.79 Async Redis client for ReactPHP. Send commands in parallel with automatic pipelining and promise-based responses. Event-driven Pub/Sub support, lightweight SOLID design, and strong test coverage for Redis v2.6+. 282 283 49 2M 6 9.8 55.8 MIT 1 year ago
View on GitHub
Context7
alchemy/rabbitmq-management-client 0.79 PHP client for the RabbitMQ Management HTTP API. Query and manage queues, exchanges and more via synchronous Guzzle requests or asynchronous ReactPHP promises. Includes a Guarantee helper to ensure resources exist and match desired settings. 41 42 24 0 7 3.5 2.3 NOASSERTION 9 years ago
View on GitHub
Context7
amphp/sql 0.78 Async SQL library for PHP built on Amp. Provides non-blocking database connections, query execution, and result handling with a consistent API, enabling high-concurrency apps without blocking I/O. Supports common drivers and integrates cleanly with event-loop workflows. 20 20 5 36K 1 16.9 49.6 MIT 5 months ago
View on GitHub
Context7
clue/buzz-react 0.78 Deprecated: migrated to react/http and kept for BC. Legacy async PSR-7 HTTP client for ReactPHP, promise-based, supports concurrent requests and streaming responses. Upgrade by switching namespaces to React\Http\Browser. 350 353 38 8K 1 11.7 19.2 MIT 6 years ago
View on GitHub
Context7
aura/sqlquery 0.78 Database-agnostic SQL query builders for MySQL, PostgreSQL, SQLite, and SQL Server. Build SELECT/INSERT/UPDATE/DELETE statements safely and portably without tying to a specific DB library (PDO recommended). PSR-4, PHP 5.6+. 457 489 86 54K 2 10.3 29.4 MIT 3 years ago
View on GitHub
Context7
clue/term-react 0.78 Streaming terminal emulator for ReactPHP. Includes ControlCodeParser stream wrapper to strip ANSI/VT100 control sequences from input, buffering incomplete sequences so emitted data is always plain text for reliable processing. 104 104 7 264K 0 3.5 47.0 MIT 2 years ago
View on GitHub
Context7
clue/utf8-react 0.78 Streaming UTF-8 parser for ReactPHP streams. Wraps a ReadableStream to ensure emitted chunks contain only complete, valid UTF-8 sequences, buffering split multibyte characters and replacing invalid bytes with a configurable placeholder. 66 66 6 270K 9 5.1 51.9 MIT 2 years ago
View on GitHub
Context7
clue/framework-x 0.78 Framework X is a simple, fast micro framework for building reactive PHP web apps. Create routes, return PSR-7 responses, and run anywhere—behind a traditional web server or as a standalone server with ReactPHP under the hood. 943 942 57 4K 1 11.9 10.6 MIT 1 year ago
View on GitHub
Deep Wiki
Context7
clue/ndjson-react 0.78 Streaming NDJSON (newline-delimited JSON) encoder/decoder for ReactPHP. Parse or emit large JSON record streams efficiently without loading everything into memory. Implements ReactPHP stream interfaces for easy integration with IPC/RPC and file pipelines. 158 158 12 5M 0 3.4 55.3 MIT 3 years ago
View on GitHub
Context7
clue/http-proxy-react 0.77 Async HTTP proxy with support for forward and reverse proxying (including HTTPS via CONNECT), built on ReactPHP. Useful for tunneling, debugging and routing HTTP(S) traffic in event-driven PHP apps, with streaming I/O and low overhead. 49 49 17 16K 0 23.6 40.3 MIT 1 month ago
View on GitHub
Context7
clue/connection-manager-extra 0.77 Extra connector decorators for ReactPHP Socket. Wrap ConnectorInterface to add retries, timeouts, delays, rejection rules, swapping, consecutive/random selection, concurrency limits and selective routing—without changing your async connect() code. 22 22 4 431 0 19.4 20.1 MIT 3 months ago
View on GitHub
Context7
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.
terminal42/code-quality-tools
codifyo/ts-generator-bundle
andydefer/laravel-cluster
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky