eloquent/confetti API

Classes

Eloquent\Confetti\AbstractNativeStreamFilter An abstract base class for implementing native stream filters based on transforms.
Eloquent\Confetti\AbstractTransform An abstract base class for implementing transforms.
Eloquent\Confetti\BufferedTransformInterface The interface implemented by stream transforms that use buffering.
Eloquent\Confetti\CompoundTransform A transform that combines several other transforms in sequence.
Eloquent\Confetti\CompoundTransformInterface The interface implemented by compound stream transforms.
Eloquent\Confetti\CompoundTransformSubContext A data structure for the compound transform's sub-contexts.
Eloquent\Confetti\Exception\StreamClosedException The stream is closed.
Eloquent\Confetti\TransformInterface The interface implemented by stream transforms.
Eloquent\Confetti\TransformStream A stream that applies a transform.
Eloquent\Confetti\TransformStreamInterface The interface implemented by transform streams.