pipirima / pimcore-ftp-export
Automatically exports new assets from given directory into FTP server.
Installs: 223
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:pimcore-bundle
Requires
- php: >=7.4
- ext-ftp: *
- nicolab/php-ftp-client: *
- pimcore/pimcore: ^6|^10
README
Automatically exports new assets from given directory into FTP server
Description
This bundle allows defining arbitrary number of FTP exports of newly created Pimcore assets. This is done by listening to Pimcore events.
Installation
composer require pipirima/pimcore-ftp-export
Then either you can add the bundle into Pimcore kernel or call:
bin/console pimcore:bundle:enable PimcoreFtpExportBundle
Usage
Add YAML configuration. See the example file with comments:
src/Resources/config/pimcore_ftp_export_example.yml