amphp/sql
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.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| amphp/http-client | 0.85 | Asynchronous HTTP client for PHP built on Revolt and fibers. Supports HTTP/1 & HTTP/2, concurrent requests, connection pooling, redirects, gzip/deflate, streaming bodies, TLS by default, forms, cookies, and proxies—no ext/curl dependency. | 729 | 731 | 67 | 958K | 7 | 33.9 | 51.5 | MIT | 2 months ago | |
| danilovl/async-bundle | 0.85 | — | 0 | 0 | 0 | 11 | 0 | 17.2 | 16.5 | MIT | 5 months ago | |
| php-standard-library/async | 0.84 | 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 | 1 | 0 | 31K | 0 | 19.2 | 63.9 | MIT | 2 months ago | |
| amphp/http | 0.84 | Event-driven HTTP primitives for PHP 8.1+ in the AMPHP ecosystem. Provides shared building blocks for HTTP clients and servers, including IANA status codes with default reasons, RFC 6265 cookie parsing/creation (Set-Cookie/Cookie), and header utilities. | 103 | 103 | 10 | 973K | 1 | 8.0 | 55.2 | MIT | 1 year ago | |
| async-aws/s3 | 0.83 | AsyncAws S3 is a lightweight, async-friendly PHP client for Amazon S3. Install via Composer and interact with S3 using the AsyncAws ecosystem, with CI/BC checks and full docs available at async-aws.com. | 61 | 62 | 2 | 766K | 0 | 29.2 | 64.5 | MIT | 3 weeks ago | |
| async/amp-sql-profiler-bundle | 0.83 | — | 0 | 0 | 0 | 12 | 0 | 0.0 | 15.4 | — | — | |
| amphp/byte-stream | 0.83 | Event-driven byte stream abstractions for PHP 8.1+ in the AMPHP ecosystem. Provides ReadableStream/WritableStream interfaces plus implementations like Payload, buffers, resource/iterable streams, stream chaining, base64 encode/decode, and decompression for fiber-friendly I/O. | 394 | 393 | 28 | 3M | 2 | 12.3 | 54.5 | MIT | 1 year ago | |
| matthiasnoback/phpunit-asynchronicity | 0.82 | PHPUnit/Behat helper for testing asynchronous behavior. Provides assertEventually() to retry a callable until assertions pass or a timeout occurs—useful for waiting on files, processes, or UI updates, with configurable timeout and polling interval. | 36 | 36 | 7 | 8K | 0 | 3.7 | 32.0 | MIT | 2 years ago | |
| acseo/sql-server-bundle | 0.82 | Symfony bundle that adds SQL Server datatype conversions for Doctrine ORM/DBAL. Provides custom types for string, text and datetime, plus a driver class and a Composer post-install script to register the pdo_dblib driver for Doctrine DriverManager. | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| clue/reactphp-sqlite | 0.82 | 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. | 57 | 57 | 10 | 1K | 10 | 6.1 | 22.3 | MIT | 1 year ago | |
| amphp/pipeline | 0.82 | Fiber-safe concurrent iterators and collection operators for AMPHP. Build pipelines from iterables, map/filter/merge, and consume results from multiple fibers safely using ConcurrentIterator (foreach or manual continue/getValue/getPosition). Requires PHP 8.1+. | 78 | 77 | 6 | 3M | 1 | 25.3 | 64.8 | MIT | 1 week ago | |
| bbit/async-dispatcher-bundle | 0.81 | — | 14 | 14 | 8 | 62 | 0 | 2.1 | 9.8 | — | 9 years ago | |
| amphp/amp | 0.81 | AMPHP (AMP) accelerates PHP concurrency with fibers, eliminating callbacks and generators. Built on PHP 8.1’s cooperative coroutines, it lets you run async tasks like sync code—ideal for I/O-bound apps. Use Amp\async() for parallel execution and Future::await() to handle results seamlessly. No event... | 4,431 | 4,439 | 257 | 4M | 15 | 62.5 | 53.5 | MIT | 1 month ago | |
| amphp/websocket-server | 0.81 | Async WebSocket server for PHP built on Amp’s event-driven concurrency. Handles upgrades, connections, message streaming, backpressure and graceful shutdown, making it easy to build real-time apps like chat, dashboards and live notifications. | 125 | 125 | 17 | 6K | 2 | 5.1 | 23.4 | MIT | 2 years ago | |
| bodaclick/async-event-dispatcher | 0.81 | Async event dispatcher for PHP inspired by Symfony. Add one or more drivers (listeners) and dispatch AsyncEventInterface events using a fire-and-forget pub/sub style. Includes RabbitMQ and file drivers, with an easy interface for custom drivers. | 0 | 4 | — | 0 | — | 0.2 | — | — | — | |
| nette/database | 0.81 | Nette Database is a lightweight PHP database layer with a safe, fluent SQL builder, easy connection and result handling, and handy helpers for queries and transactions. Designed to work smoothly with the Nette framework while usable standalone. | 543 | 567 | 112 | 76K | 61 | 48.7 | 62.7 | NOASSERTION | 3 months ago | |
| drift/http-kernel | 0.81 | — | 35 | 36 | 6 | 542 | 3 | 7.4 | 17.0 | MIT | 2 years ago | |
| dlakomski/asynchronous-bundle | 0.81 | — | 0 | 0 | 0 | 372 | 0 | 0.0 | 35.5 | MIT | — | |
| isoft/mssql-bundle | 0.80 | — | 19 | 20 | 57 | 21 | 4 | 3.1 | 6.2 | — | — | |
| atlas/pdo | 0.80 | Decorates any PDO instance with a Connection that adds perform() (query + bind in one call), handy fetch*/yield* helpers, and query logging with backtraces. Includes a ConnectionLocator to manage named default/read/write connections. | 18 | 18 | 7 | 3K | 0 | 5.9 | 31.4 | MIT | 10 months ago |
How can I help you explore Laravel packages today?