Download the PHP package ostrolucky/stdinho without Composer
On this page you can find all versions of the php package ostrolucky/stdinho. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ostrolucky/stdinho
More information about ostrolucky/stdinho
Files in ostrolucky/stdinho
Package stdinho
Short Description Turn any STDIN/STDOUT into HTTP server
License GPL-3.0
Informations about the package stdinho
stdinho
stdinho
is small command-line tool that creates TCP server, accepts any STDOUT as its STDIN and whoever connects to the server will get this data served as HTTP response.
It was written from frustration of having to share remote resources with my under-priviliged colleagues on semi-regular basis. This typically involves downloading file, uploading file, sending the link, waiting until target finishes downloading file, deleting file. In each stage of the process you would normally have to wait.
Diagram below compares the usual approach from above (having to wait in each stage) vs. streaming approach stdinho provides.
Install
Via Composer
Or grab executable PHAR file from Releases
Usage
As simple as just piping some data in:
For all options see
Features
- async. Yep, in PHP. No restriction on clients downloading simultaneusly
- buffers to temp file before client is connected, so no time or data in between is lost
- cross-platform: Linux/MacOS/Windows
- detects MIME type and attaches it to HTTP response
- neat progress bar showing status of buffering and client downloads.
Examples
Video streaming
Simple one-way chat
Tail application logs in realtime
Stream a folder, including compression
Dump remote database and stream it to different database on the fly via middle man
Use case from GIF in this README
Licensing
GPLv3 license. Please see License File for more information.
All versions of stdinho with dependencies
ext-fileinfo Version *
ext-json Version *
amphp/amp Version ^2.0
amphp/byte-stream Version ^1.2.5
amphp/socket Version ^1
jean85/pretty-package-versions Version ^2.0
psr/log Version >=2.0
symfony/console Version >=4.1