2017 © Pedro Peláez
 

library stream

Asynchronous streams for Icicle.

image

icicleio/stream

Asynchronous streams for Icicle.

  • Sunday, February 21, 2016
  • by Trowski
  • Repository
  • 4 Watchers
  • 6 Stars
  • 44,405 Installations
  • PHP
  • 7 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 18 Versions
  • 3 % Grown

The README.md

Asynchronous Streams for Icicle

This library is a component for Icicle, providing an asynchronous readable, writable, and seekable stream interfaces and a couple basic stream implementations. Like other Icicle components, this library uses Coroutines built from Awaitables and Generators to make writing asynchronous code more like writing synchronous code., (*1)

Build Status Coverage Status Semantic Version MIT License @icicleio on Twitter, (*2)

Documentation and Support

Requirements
  • PHP 5.5+ for v0.5.x branch (current stable) and v1.x branch (mirrors current stable)
  • PHP 7 for v2.0 (master) branch supporting generator delegation and return expressions
Installation

The recommended way to install is with the Composer package manager. (See the Composer installation guide for information on installing and using Composer.), (*3)

Run the following command to use this library in your project:, (*4)

composer require icicleio/stream

You can also manually edit composer.json to add this library as a project requirement., (*5)

// composer.json
{
    "require": {
        "icicleio/stream": "^0.5"
    }
}

The Versions

21/02 2016

dev-master

9999999-dev http://icicle.io

Asynchronous streams for Icicle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aaron Piotrowski

asynchronous async stream

21/02 2016

0.5.x-dev

0.5.9999999.9999999-dev http://icicle.io

Asynchronous streams for Icicle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aaron Piotrowski

asynchronous async stream

21/02 2016

1.x-dev

1.9999999.9999999.9999999-dev http://icicle.io

Asynchronous streams for Icicle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aaron Piotrowski

asynchronous async stream

21/02 2016

v0.5.5

0.5.5.0 http://icicle.io

Asynchronous streams for Icicle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aaron Piotrowski

asynchronous async stream

29/12 2015

v0.5.4

0.5.4.0 http://icicle.io

Asynchronous streams for Icicle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aaron Piotrowski

asynchronous async stream

21/12 2015

v0.5.3

0.5.3.0 http://icicle.io

Asynchronous streams for Icicle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aaron Piotrowski

asynchronous async stream

11/12 2015

v0.5.2

0.5.2.0 http://icicle.io

Asynchronous streams for Icicle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aaron Piotrowski

asynchronous async stream

09/12 2015

v0.5.1

0.5.1.0 http://icicle.io

Asynchronous streams for Icicle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aaron Piotrowski

asynchronous async stream

03/12 2015

v0.5.0

0.5.0.0 http://icicle.io

Asynchronous streams for Icicle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aaron Piotrowski

asynchronous async stream

03/11 2015

v0.4.3

0.4.3.0 http://icicle.io

Asynchronous streams for Icicle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aaron Piotrowski

asynchronous async stream

01/11 2015

v0.4.2

0.4.2.0 http://icicle.io

Asynchronous streams for Icicle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aaron Piotrowski

asynchronous async stream

20/10 2015

v0.4.1

0.4.1.0 http://icicle.io

Asynchronous streams for Icicle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aaron Piotrowski

asynchronous async stream

16/10 2015

v0.4.0

0.4.0.0 http://icicle.io

Asynchronous streams for Icicle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aaron Piotrowski

asynchronous async stream

04/09 2015

v0.3.0

0.3.0.0 http://icicle.io

Asynchronous streams for Icicle.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Aaron Piotrowski

asynchronous async stream

25/08 2015

v0.2.1

0.2.1.0 http://icicle.io

Asynchronous streams for Icicle.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Aaron Piotrowski

asynchronous async stream

18/08 2015

v0.2.0

0.2.0.0 http://icicle.io

Asynchronous streams for Icicle.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Aaron Piotrowski

asynchronous async stream

16/07 2015

v0.1.1

0.1.1.0 http://icicle.io

Asynchronous streams for Icicle.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Aaron Piotrowski

asynchronous async stream

02/07 2015

v0.1.0

0.1.0.0 http://icicle.io

Asynchronous streams for Icicle.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Aaron Piotrowski

asynchronous async stream