bcncommerce/stream-wrapper
Laravel package providing a custom PHP stream wrapper to transparently read/write resources via non-standard URIs. Useful for integrating external storage or services behind fopen/file_get_contents with a familiar filesystem-like API.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| windwalker/stream | 0.85 | — | 0 | 0 | 0 | 314 | 0 | 0.0 | 34.5 | MIT | — | |
| kherge/file-manager | 0.84 | Strict file and stream manager for PHP: safe read/write operations with unified APIs for files, in-memory strings, and existing streams. Supports iteration over contents and consistent handling via File, Memory, and Stream managers. | 8 | 8 | 3 | 2K | 1 | 2.8 | 33.1 | NOASSERTION | 9 years ago | |
| guzzlehttp/psr7 | 0.83 | Full PSR-7 message implementation with rich stream support: multiple stream types and decorators (append, buffer, caching, etc.), plus helpers like query-string parsing. Installed via Composer and maintained with v2 for PHP 7.2.5+. | 7,938 | 8,002 | 23 | 19M | 4 | 60.1 | 55.3 | MIT | 2 weeks ago | |
| zbateson/stream-decorators | 0.83 | Lightweight PHP stream decorators for composing and filtering streams. Wrap any resource to add behaviors like buffering, limiting, logging, or on-the-fly transforms while keeping a standard stream interface. Useful for email parsing, I/O pipelines, and testing. | 47 | 48 | 8 | 1M | 0 | 26.9 | 64.9 | BSD-2-Clause | 6 days ago | |
| chigix/io-component | 0.82 | Java-like IO utilities for PHP: base InputStream/OutputStream classes, stdin/stdout helpers, serialization and filesystem stream support. Create custom streams by extending base classes and plug them into file, console, or network IO workflows. | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 11 years ago | |
| m2mtech/flysystem-stream-wrapper | 0.82 | Adds a PHP stream wrapper for Flysystem v2/v3 so you can use fly:// paths with native file functions (file_put_contents, mkdir, etc.). Includes Symfony Lock-based locking plus options to ignore visibility errors and emulate dir metadata. | 19 | 19 | 14 | 7K | 0 | 5.2 | 37.2 | MIT | 1 year ago | |
| guzzle/stream | 0.82 | Lightweight stream abstraction for PHP and Guzzle, offering common stream utilities and decorators to read, write, and transform data consistently. Useful for building HTTP clients, middleware, and I/O workflows that need simple, testable stream handling. | 19 | 22 | 1 | 51K | 0 | 0.1 | 47.1 | — | — | |
| bengor-file/file | 0.82 | Lightweight PHP file management library built with Domain-Driven Design. Provides common operations like upload (default or by hash), overwrite, remove, and rename, with a tested, documented codebase and flexible storage integration. | 2 | 2 | 1 | 25 | 0 | 3.3 | 13.4 | MIT | 8 years ago | |
| 1tomany/data-uri | 0.82 | Parse data URIs, base64 strings, plain text, URLs, or local files into a temporary file via an immutable value object. Auto-detect or override MIME type, set an optional display name, and the temp file is deleted automatically on destruct. | 0 | 0 | 0 | 605 | 0 | 29.2 | 45.2 | MIT | 6 days ago | |
| aboutcoders/file-distribution-bundle | 0.82 | Symfony bundle providing database-backed file management and distribution. Define filesystems in config or persist via Doctrine ORM, then store and transfer files across local, FTP, or CDN targets. Built on the AbcFileDistribution library and unit tested. | 1 | 2 | 1 | 2 | 0 | 0.0 | 4.2 | MIT | — | |
| flow-php/filesystem | 0.80 | Flow Filesystem provides a simple streaming abstraction for local and remote storage. Read files by byte ranges and write in chunks to support large files efficiently. Part of the Flow PHP ecosystem; see docs for installation and usage. | 6 | 7 | 4 | 66K | 0 | 0.2 | 54.9 | MIT | — | |
| baks-dev/files-cdn | 0.80 | — | 0 | 0 | 0 | 42 | 0 | 13.0 | 25.1 | MIT | 4 months ago | |
| covex-nn/joos-stream | 0.79 | JooS_Stream provides a PHP stream wrapper for a virtual filesystem protocol mapped to a base directory. Register a custom scheme, then use standard functions like file_put_contents, unlink, and file_exists on scheme:// paths; unregister when done. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| jstewmc/stream | 0.79 | jstewmc/stream is a small PHP library that provides a simple Stream abstraction for working with PHP stream resources. It helps with reading/writing, buffering, and common stream operations behind a cleaner, object-oriented API. | 5 | 5 | 0 | 9K | 0 | 0.0 | 44.1 | MIT | — | |
| phrity/net-stream | 0.78 | PSR-7 StreamInterface and PSR-17 StreamFactory implementations built for socket-based I/O. Includes Stream, SocketStream, SocketClient/Server, context wrapper, stream collections, and stream-specific exceptions and utilities for network connections. | 5 | 5 | 3 | 267K | 0 | 17.8 | 61.7 | MIT | 4 months ago | |
| twistor/stream-util | 0.78 | Lightweight PHP helper for working with streams. Copy/clone streams, inspect size and metadata, check readability/writability/seekability/appendability, and safely rewind/seek. Includes mode and URI utilities for fopen-compatible streams. | 9 | 9 | 8 | 13K | 0 | 0.7 | 43.8 | MIT | — | |
| twistor/flysystem-stream-wrapper | 0.78 | — | 58 | 60 | 21 | 13K | 9 | 4.0 | 36.7 | MIT | — | |
| bcncommerce/json-stream | 0.76 | Stream JSON reading and writing for PHP. Incrementally parse or generate large JSON documents from file handles without loading everything into memory. Supports entering/leaving objects and arrays, reading keys or iterating items—ideal for exports/imports like product catalogs. | 65 | 68 | 10 | 40K | 2 | 2.2 | 38.4 | MIT | 5 years ago | |
| darkanakin41/stream-bundle | 0.75 | — | 0 | 0 | 0 | 0 | 0 | 0.6 | — | — | 6 years ago | |
| clue/stream-filter | 0.74 | Lightweight PHP library that simplifies stream filtering with a few helper functions (append, prepend, fun, remove). Easily apply built-in or custom stream filters for on-the-fly transformations like gzip, encoding conversion, and compression, with solid tests and SOLID design. | 1,711 | 1,715 | 16 | 5M | 1 | 11.8 | 47.4 | MIT | 2 years ago |
How can I help you explore Laravel packages today?