orisai/stream-wrapper-contracts

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

Installs: 5 753

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/orisai/stream-wrapper-contracts

1.0.0 2025-07-31 00:56 UTC

This package is auto-updated.

Last update: 2025-10-01 00:13:36 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
{

	// ...

}