moderntribe / flysystem-stream-wrapper
There is no license information available for the latest version (v2.0.0) of this package.
A PHP Stream Wrapper for Flysystem
Package info
github.com/moderntribe/flysystem-stream-wrapper
pkg:composer/moderntribe/flysystem-stream-wrapper
v2.0.0
2024-03-01 19:26 UTC
Requires
- php: >=7.4
- guzzlehttp/psr7: ^1.5
- jhofm/flysystem-iterator: ^2.2
- league/flysystem: ^1.0
- symfony/lock: ^5.2
Requires (Dev)
- ext-exif: *
- league/flysystem-aws-s3-v3: ^1.0
- moderntribe/coding-standards: ^2.0
- php-mock/php-mock-mockery: ^1.3
- phpunit/phpunit: ^9
README
A PHP Stream Wrapper for Flysystem v1 for use primarily with Tribe Storage for WordPress.
Install with Composer v1
Add the following to the composer.json repositories object:
"repositories": [ { "type": "vcs", "url": "git@github.com:moderntribe/flysystem-stream-wrapper.git" }, ]
Then run:
composer require moderntribe/flysystem-stream-wrapper
Automated Testing Requirements
- Docker
- Docker Compose
Run Tests
$ composer install
$ composer test