moderntribe / flysystem-stream-wrapper
A PHP Stream Wrapper for Flysystem
Installs: 1 437
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 15
Forks: 0
Open Issues: 0
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