ffuenf/shopware-replicate-media-storage

This is a extension for Shopware that adds a replicate media adapter to store images on the local filesystem AND a AWS s3 CDN.

Installs: 1 322

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:shopware-plugin

2.0.0 2021-09-30 10:37 UTC

This package is auto-updated.

Last update: 2023-07-29 02:07:51 UTC


README

ffuenf - code • design • e-commerce

FfuenfReplicateMediaStorage

GitHub tag Build Status Code Quality Code Coverage Code Intelligence Status PayPal Donate

This is a extension for Shopware that adds a replicate media adapter to store images on the local filesystem AND a AWS s3 CDN.

Platform

The following versions are supported and tested:

  • Shopware 5.7.x

Other versions are assumed to work.

Requirements

PHP 7.3 PHP 7.4 PHP 8.0
EOL / SEC-FIX / STABLE / RC SEC-FIX STABLE STABLE
automated tests on [travis] allow failure allow failure require pass

Installation

via zip:

  • Download the latest plugin version (e.g. FfuenfReplicateMediaStorage-2.0.0.zip)
  • Upload and install the plugin using the Plugin-Manager

via git:

  • Checkout the plugin in /custom/plugins/FfuenfReplicateMediaStorage
  • Change to directory and run composer install to install the dependencies
  • Install the plugin with the Plugin-Manager

via composer:

  • Change to your root installation of shopware
  • Run command composer require ffuenf/shopware-replicate-media-storage and install/active the plugin in the Plugin-Manager

Development

  1. Fork the repository from GitHub.

  2. Clone your fork to your local machine:

     $ git clone https://github.com/USER/FfuenfReplicateMediaStorage
    
  3. Create a git branch

     $ git checkout -b my_bug_fix
    
  4. Make your changes/patches/fixes, committing appropriately

  5. Push your changes to GitHub

  6. Open a Pull Request

License and Author

The MIT License (MIT)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.