raphhh/acdc

PHP generator stream

dev-master 2018-11-27 10:18 UTC

This package is auto-updated.

Last update: 2024-03-25 21:02:56 UTC


README

Latest Stable Version Build Status

Convert a generator to a stream

Installation

$ composer require raphhh/acdc

Usage

$acdc = new Ac\Dc();
$resource = $acdc->createStream($generator);