2017 © Pedro Peláez
 

library protocol-stream

A library to create stream wrappers in PHP.

image

niels-nijens/protocol-stream

A library to create stream wrappers in PHP.

  • Monday, April 4, 2016
  • by niels-nijens
  • Repository
  • 1 Watchers
  • 1 Stars
  • 17,246 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 5 Versions
  • 9 % Grown

The README.md

Protocol stream

Latest version on Packagist Software License ![Build Status][icon-build] [Coverage Status][link-coverage] SensioLabsInsight ![StyleCI][icon-code-style], (*1)

A library to create stream wrappers in PHP., (*2)

Installation using Composer

Run the following command to add the package to the composer.json of your project:, (*3)

``` bash $ composer require niels-nijens/protocol-stream, (*4)


## Usage ``` php <?php $stream = new Stream('stream', array('domain' => '/allowed/path')); StreamManager::create()->registerStream($stream); readfile('stream://domain/file-in-allowed-path.ext');

Author

Also see the list of contributors who participated in this project., (*5)

License

This project licensed under the MIT License. Please see the LICENSE file for details., (*6)

The Versions

04/04 2016

dev-master

9999999-dev

A library to create stream wrappers in PHP.

  Sources   Download

MIT

The Requires

  • php ^5.4.0 || ^7.0.0

 

The Development Requires

wrapper stream

04/04 2016

1.0.2

1.0.2.0

A library to create stream wrappers in PHP.

  Sources   Download

MIT

The Requires

  • php ^5.4.0 || ^7.0.0

 

The Development Requires

wrapper stream

25/01 2016

1.0.1

1.0.1.0

A library to create stream wrappers in PHP.

  Sources   Download

MIT

The Requires

  • php ^5.4.0 || ^7.0.0

 

The Development Requires

wrapper stream

25/01 2016

dev-streamwrapper-error-handling

dev-streamwrapper-error-handling

A library to create stream wrappers in PHP.

  Sources   Download

MIT

The Requires

  • php ^5.4.0 || ^7.0.0

 

The Development Requires

wrapper stream

25/01 2016

1.0.0

1.0.0.0

A library to create stream wrappers in PHP.

  Sources   Download

MIT

The Requires

  • php ^5.4.0 || ^7.0.0

 

The Development Requires

wrapper stream