This adapter works with the standard PHP ZipArchive implementation which is documented in the manual.
You have to provide at least a value for the location
key.
# app/config/config.yml
oneup_flysystem:
adapters:
my_adapter:
zip:
location: "%kernel.root_dir%/Resources/fs.zip"
archive: ~