orisai/stream-wrapper-contracts

Interface for PHP stream wrapper methods

v1.x-dev 2024-06-21 10:37 UTC

This package is auto-updated.

Last update: 2024-09-21 11:12:35 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
{

	// ...

}