digitalcz / streams
Opinionated abstraction around PHP streams implementing PSR-7 StreamInterface
Installs: 4 781
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 1
Requires
- php: ^8.1
- psr/http-message: ^2.0
Requires (Dev)
- digitalcz/coding-standard: ^0.2.0
- php-http/psr7-integration-tests: ^1.3.0
- phpstan/extension-installer: ^1.3.1
- phpstan/phpstan: ^1.10.58
- phpstan/phpstan-phpunit: ^1.3.15
- phpstan/phpstan-strict-rules: ^1.5.2
- phpunit/phpunit: ^9.6.16
- symfony/var-dumper: ^6.4.3 || ^v7.0.3
This package is auto-updated.
Last update: 2024-11-15 10:44:28 UTC
README
Opinionated abstraction around PHP streams implementing PSR-7 StreamInterface. It aims to improve working with files or remote streams in unified way.
Heavily inspired by guzzle/psr7.
Install
Via Composer
$ composer require digitalcz/streams
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
$ composer csfix # fix codestyle $ composer checks # run all checks # or separately $ composer tests # run phpunit $ composer phpstan # run phpstan $ composer cs # run codesniffer
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email devs@digital.cz instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.