Our generic Stream implementation was taken almost verbatim from Slim Framework's Stream class.
Stream
It implements PSR-7's StreamInterface but, aside from being fully type-safe, doesn't do anything special.
StreamInterface
info at phpclasses dot org