orisai/stream-wrapper-contracts

Full and type-safe interface for PHP's stream wrapper

Maintainers

Package info

github.com/orisai/stream-wrapper-contracts

pkg:composer/orisai/stream-wrapper-contracts

Statistics

Installs: 5 802

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.0 2025-07-31 00:56 UTC

This package is auto-updated.

Last update: 2026-03-01 00:40:40 UTC


README

Orisai
Stream Wrapper Contracts

Interface for PHP stream wrapper methods

📄 Check out our documentation.

💸 If you like Orisai, please make a donation. Thank you!

use Orisai\StreamWrapperContracts\StreamWrapper;

final class ExampleStreamWrapper implements StreamWrapper
{

	// ...

}