PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Julian Finkler   PHP PSR-7 Implementation of Streams   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP PSR-7 Implementation of Streams
Implements the access to data as defined in PSR-7
Author: By
Last change:
Date: 4 years ago
Size: 715 bytes
 

Contents

Class file image Download
{ "name": "mintware-de/streams", "description": "A implementation of the PSR-7 StreamInterface", "keywords": [ "PSR", "PSR-7", "StreamInterface", "ResourceStream", "MemoryStream", "InputStream", "OutputStream", "FileStream", "Resource" ], "type": "library", "require": { "php": "5.6.* || ^7.0", "psr/http-message": "^1.0" }, "require-dev": { "phpunit/phpunit": "^5.7" }, "license": "MIT", "authors": [ { "name": "Julian Finkler", "email": "julian@mintware.de" } ], "minimum-stability": "stable", "autoload": { "psr-4": { "MintWare\\Streams\\": "src/", "MintWare\\Tests\\Streams\\": "tests/" } } }