flagbit / magento2-flysystem
Flysystem integration for Magento2
Installs: 194
Dependents: 1
Suggesters: 0
Security: 0
Stars: 28
Watchers: 17
Forks: 2
Open Issues: 6
Type:magento2-module
Requires
- php: >=7.1.0
- league/flysystem: ^1.0
- league/flysystem-sftp: ^1.0
- magento/framework: >=102.0.5
- magento/magento-composer-installer: *
- magento/module-backend: >=100.2.0
Requires (Dev)
- phpunit/phpunit: ^7.5
- roave/security-advisories: dev-master
Suggests
- flagbit/magento2-flysystem-s3: S3 Adapter for Magento2 Flysystem integration
- dev-develop
- 0.3.0.0
- 0.2.1.4
- 0.2.1.3
- 0.2.1.2
- 0.2.1.1
- 0.2.1
- 0.2.0
- 0.1.7
- 0.1.7-BETA
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- dev-master
- dev-bugfix/ASPHALT-615
- dev-feature/FLYS-20
- dev-feature/FLYS-19
- dev-hotfix/FLAGBIT-5088
- dev-feature/FLAGBIT-5088
- dev-feature/FLAGBIT-5094
- dev-feature/FLAGBIT-4646
- dev-release/0.2.0
- dev-feature/FLAGBIT-4621
- dev-feature/FLAGBIT-4639
This package is auto-updated.
Last update: 2023-04-04 13:17:44 UTC
README
Magento2 Flysystem Module from Flagbit integrate Flysystem an Abstraction for local and remote filesystems into Magento2 without overriding or breaking core media storage functions.
Features
- Integrate Flysystem to configure different file storages like sftp, local or cloud (S3).
- Provide modularity to easily integrate more adapters in the projects which use it.
- Integrate image modal for Magento2 product and category image uploads.
- You can select from the same file-pool instead of uploading from local.
- So you can select an image like in the image selector for cms pages and blocks.
- ACL Configuration for insert, upload, delete files and for create, delete folders and more.
- Separate media page for fast access to flysystem media files. No need for WYSIWYG-Editor Button.
Flysystem Adapters
- In core module integrated local, ftp and sftp adapters
- S3 Flysystem Adapter (install the additional magento2 module)
Wiki Pages
- User Guides
- Developer Guides
Screenshots
Backend Configuration
Select Product Image
Select Category Image
Modal File View
ACL Configuration
Browse Media Content