|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| amphp/log | 0.81 | Amp’s minimal PSR-3 compatible logging library with a simple Logger interface and built-in handlers. Designed for async apps, it integrates cleanly with the amphp ecosystem while remaining lightweight and easy to extend with custom log targets and formatters. | 40 | 40 | 5 | 77K | 3 | 2.9 | 45.5 | MIT | 3 years ago | |
| amphp/http-server-static-content | 0.81 | 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. | 22 | 21 | 12 | 1K | 1 | 4.2 | 25.0 | MIT | 2 years ago | |
| amphp/cache | 0.80 | 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. | 129 | 129 | 15 | 3M | 0 | 5.7 | 55.3 | MIT | 2 years ago | |
| amphp/http-tunnel | 0.79 | AMPHP HTTP Tunnel provides asynchronous HTTP tunneling for PHP using Amp, enabling CONNECT-based proxy tunneling and transparent TCP-over-HTTP streams. Useful for building clients that need to reach services through HTTP proxies with non-blocking I/O. | 13 | 13 | 3 | 33K | 1 | 1.5 | 45.4 | MIT | 1 year ago | |
| amphp/hpack | 0.79 | Fast HPACK (HTTP/2 header compression) implementation for PHP by amphp. Provides efficient encoding/decoding of header blocks with dynamic tables, Huffman coding, and compliance-focused behavior, suitable for high-performance HTTP/2 clients and servers. | 108 | 109 | 7 | 1M | 1 | 20.3 | 62.5 | MIT | 3 months ago | |
| 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 | 38K | 1 | 16.9 | 49.6 | MIT | 5 months ago | |
| php-standard-library/php-standard-library | 0.77 | 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,560 | 1,561 | 90 | 271K | 21 | 43.3 | 44.3 | MIT | 2 months ago | |
| sabre/uri | 0.77 | Lightweight PHP URI utility library compliant with RFC3986. Provides resolve, normalize, parse/build, and split helpers for working with URLs, including Windows-style path edge cases. Fully unit tested and inspired by Node.js URL handling. | 296 | 305 | 24 | 814K | 3 | 26.4 | 55.2 | BSD-3-Clause | 3 months ago | |
| league/uri | 0.77 | League URI provides simple, intuitive PHP 8.1+ classes to parse, validate, normalize, and manipulate URIs and related components. Supports PSR-7 interoperability, IDN hosts (intl/polyfill), IPv4 conversion, and HTML URI handling. | 1,134 | 1,166 | 71 | 12M | 0 | 29.3 | 61.2 | MIT | 4 months ago | |
| opis/uri | 0.76 | Build, parse, and validate URIs and URI templates with Opis URI. A lightweight PHP library for working with RFC-compliant URI components, assembling URLs, and verifying formats in PHP 7.4+ and 8.x projects. | 21 | 21 | 5 | 2M | 0 | 0.7 | 55.3 | Apache-2.0 | 5 years ago | |
| amphp/parser | 0.74 | Streaming parser helper for AMPHP: build incremental, generator-based parsers for line-, delimiter-, or length-based protocols. Feed data via Parser::push(); yield a delimiter string, byte length, or null to flush/await more input. PHP 7.4+ compatible. | 152 | 152 | 4 | 3M | 1 | 1.9 | 55.2 | MIT | 2 years ago | |
| zendframework/zend-uri | 0.74 | zend-uri is a PHP component for parsing, validating, normalizing, and building URIs. It supports common schemes, handles encoding and edge cases, and provides a consistent API for working with URLs in Zend Framework and standalone projects. | 114 | 114 | 22 | 90K | 6 | 2.2 | 29.0 | BSD-3-Clause | 6 years ago | |
| amphp/http | 0.73 | 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 | |
| amphp/socket | 0.70 | 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. | 266 | 268 | 37 | 3M | 6 | 28.3 | 63.7 | MIT | 3 months ago | |
| amphp/file | 0.69 | Non-blocking file I/O for PHP 8.1+ in the AMPHP ecosystem. Read/write files or stream via async file handles while keeping apps responsive. Uses multi-process by default, with optional eio/uv/parallel drivers when available. | 109 | 111 | 27 | 44K | 6 | 27.7 | 42.4 | MIT | 2 months ago | |
| phpcr/phpcr | 0.68 | PHPCR defines a common PHP interface for content repositories, inspired by JCR. It standardizes storing and querying structured content across implementations, enabling interchangeable backends, consistent APIs, and integration with tools like Doctrine and Symfony. | 441 | 443 | 35 | 37K | 2 | 9.0 | 27.4 | NOASSERTION | 1 year ago | |
| melipayamak/php | 0.68 | PHP client for the MeliPayamak SMS platform. Send SMS and manage messaging features via API with a simple, lightweight wrapper you can drop into any PHP app, including Laravel, for quick integration and delivery. | 32 | 32 | 8 | 3K | 6 | 2.6 | 29.0 | — | 6 years ago | |
| amphp/phpunit-util | 0.67 | Small utility for simplifying async testing in PHPUnit with AMPHP’s fiber-based concurrency. Integrates seamlessly with AsyncTestCase to run tests as coroutines, ensuring smooth execution of I/O-bound operations like sockets, streams, and HTTP requests. Works with PHP 8.1+. Ideal for testing concurr... | 22 | 22 | 8 | 18K | 1 | 4.8 | 39.9 | MIT | 1 year ago | |
| phpat/phpat | 0.66 | PHPat is a PHPStan extension for architecture testing. Define readable architectural rules and automatically verify boundaries, dependencies, layers, and conventions in your PHP codebase during static analysis. Easy to install via Composer and PHPStan config. | 1,273 | 1,264 | 62 | 545K | 12 | 33.5 | 45.7 | MIT | 4 months ago | |
| php-vcr/php-vcr | 0.65 | PHP-VCR records your test suite’s HTTP interactions and replays them in future runs for fast, deterministic tests. Works with common PHP HTTP clients, configurable request matching, cassette-based fixtures, YAML/JSON storage, and PHPUnit support. | 1,209 | 1,209 | 213 | 60K | 6 | 46.5 | 32.8 | MIT | 2 days ago |
How can I help you explore Laravel packages today?