amphp/dns
Async DNS resolver for PHP built on Amp. Provides non-blocking hostname lookups, record queries, caching and timeouts with an event loop, ideal for high-concurrency applications and CLI tools needing fast, reliable DNS without blocking I/O.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| amphp/cache | 0.90 | Non-blocking cache library for Amp-based PHP apps. Provides async cache interfaces and adapters (e.g., in-memory, filesystem, Redis) with TTL support, atomic operations, and PSR-style ergonomics for high-concurrency services. | 130 | 129 | 15 | 3M | 0 | 5.7 | 55.3 | MIT | 2 years ago | |
| amphp/http-server-static-content | 0.89 | AMPHP HTTP server component for efficiently serving static files (assets, downloads) with correct MIME types, caching headers, range requests, and directory handling. Designed for non-blocking, event-driven apps built on amphp/http-server. | 21 | 21 | 12 | 1K | 1 | 4.2 | 25.2 | MIT | 2 years ago | |
| amphp/byte-stream | 0.89 | 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 | |
| amphp/amp | 0.86 | 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 | |
| daverandom/libdns | 0.84 | Pure-PHP DNS message library for building, parsing, and manipulating DNS packets. Create queries and responses, work with resource records, headers, questions, and sections, and encode/decode wire format for custom resolvers, servers, and network tools. | 165 | 165 | 14 | 3M | 5 | 6.9 | 57.6 | MIT | 2 years ago | |
| amphp/http | 0.83 | 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 | |
| react/dns | 0.83 | Async DNS resolver for ReactPHP. Provides non-blocking hostname lookups with a simple ResolverInterface, optional caching, and advanced UDP/TCP transports and hosts file support. Also includes tools for working with DNS messages and building DNS servers. | 538 | 538 | 63 | 6M | 7 | 22.9 | 63.2 | MIT | 8 months ago | |
| spatie/dns | 0.80 | Fetch DNS records in PHP using dig. Query domains for A, AAAA, CNAME, MX, TXT, SRV and more, filter by type(s), and get structured record objects with handy accessors for record details. | 609 | 617 | 99 | 108K | 0 | 33.8 | 36.1 | MIT | 1 month ago | |
| php-standard-library/php-standard-library | 0.79 | PSL (PHP Standard Library) is a well-typed, centralized API set for PHP 8.4+ covering async, collections, networking, I/O, crypto, terminal UI, and more. It replaces unsafe PHP primitives with predictable, async-ready alternatives and includes composable type-safe validation. | 1,559 | 1,554 | 90 | 278K | 21 | 43.6 | 44.4 | MIT | 1 month ago | |
| amphp/http-client | 0.79 | 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. | 730 | 731 | 67 | 958K | 7 | 34.8 | 51.9 | MIT | 2 months ago | |
| amphp/socket | 0.79 | Async, non-blocking socket library for AMPHP. Provides client/server abstractions over TCP, UDP, and Unix domain sockets with DNS resolution, retries, connect timeouts, cancellation, and optional TLS encryption. Implements ReadableStream/WritableStream. | 267 | 267 | 37 | 3M | 6 | 29.3 | 64.2 | MIT | 2 months ago | |
| azjezz/psl | 0.78 | PSL is a modern PHP standard library (PHP 8.4+) inspired by HHVM/HSL. It provides consistent, well-typed APIs for async, collections, networking, I/O, crypto, terminal UI, and data validation—safer, predictable alternatives to PHP’s built-ins. | 1,559 | 1,556 | 90 | 446K | 21 | 45.3 | 47.6 | MIT | 1 month ago |
How can I help you explore Laravel packages today?