Recommend this page to a friend! |
Classes of Julian Finkler | PHP PSR-7 Implementation of Streams | README.md | Download |
|
Download
? Streams for PHPThis package provides some implementations of the PSR-7 StreamInterface. ? InstallationYou can install this package using composer:
? FileStreamProvides read / write access for files.
? MemoryStreamWith this implementation you can read data from and write data to the memory.
? InputStreamProvides read-only access for the
? OutputStreamProvides write-only access for the
? Unit Tests
?? RatingDon't forget to hit the ??-Star button if you find this package useful. Thanks ? |