Skip to content

moderntribe/flysystem-stream-wrapper

Repository files navigation

Flysystem Stream Wrapper

PHPCS + Unit Tests php 7.4+

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

More Resources: