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.
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 1 322
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:shopware-plugin
Requires
- php: ^7.4 || ^8.0
- composer/installers: ~1.0
Requires (Dev)
- phpunit/phpunit: ^6.5
- roave/security-advisories: dev-master
This package is auto-updated.
Last update: 2023-07-29 02:07:51 UTC
README
FfuenfReplicateMediaStorage
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
-
Fork the repository from GitHub.
-
Clone your fork to your local machine:
$ git clone https://github.com/USER/FfuenfReplicateMediaStorage
-
Create a git branch
$ git checkout -b my_bug_fix
-
Make your changes/patches/fixes, committing appropriately
-
Push your changes to GitHub
-
Open a Pull Request
License and Author
- Author:: Achim Rosenhagen (a.rosenhagen@ffuenf.de)
- Copyright:: 2021, ffuenf
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.