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

v2.0.0 2024-03-01 19:26 UTC

This package is auto-updated.

Last update: 2024-03-30 19:39:52 UTC


README

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: