orisai / stream-wrapper-contracts
Interface for PHP stream wrapper methods
Installs: 4 459
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 1
Requires
- php: 7.4 - 8.4
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: ^2.0.0
- phpstan/phpstan-deprecation-rules: ^2.0.0
- phpstan/phpstan-phpunit: ^2.0.0
- phpstan/phpstan-strict-rules: ^2.0.0
- phpunit/phpunit: ^9.5.0
- staabm/annotate-pull-request-from-checkstyle: ^1.7.0
This package is auto-updated.
Last update: 2024-12-29 02:37:15 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 { // ... }