orisai / stream-wrapper-contracts
Interface for PHP stream wrapper methods
Installs: 4 146
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: 7.4 - 8.3
Requires (Dev)
- brianium/paratest: ^6.3.0
- infection/infection: ^0.26.0|^0.27.0|^0.28.0|^0.29.0
- orisai/coding-standard: ^3.0.0
- phpstan/extension-installer: ^1.0.0
- phpstan/phpstan: ^1.0.0
- phpstan/phpstan-deprecation-rules: ^1.0.0
- phpstan/phpstan-phpunit: ^1.0.0
- phpstan/phpstan-strict-rules: ^1.0.0
- phpunit/phpunit: ^9.5.0
- staabm/annotate-pull-request-from-checkstyle: ^1.7.0
This package is auto-updated.
Last update: 2024-10-21 11:19:07 UTC
README
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 { // ... }