smartest-edu/flysystem-public-url-plugin

此包已被废弃且不再维护。未建议替代包。

Flysystem 插件,用于公开访问文件系统上的文件URL。

v1.1.1 2015-07-21 01:20 UTC

This package is not auto-updated.

Last update: 2022-04-16 04:04:48 UTC


README

这是一个 Flysystem 插件,增加了在文件系统上获取文件公开URL的能力。

当前支持的适配器

徽章

SensioLabsInsight

Circle CI

安装

使用 composer

composer require smartest-edu/flysystem-public-url-plugin

启用

Symfony2 通过 OneupFlysystemBundle

app/config/config.yml

oneup_flysystem:
    filesystems:
        default:
            adapter: yourAwss3v2Adapter
            plugins:
                - smartestedu.flysystem.public_url_plugin

services:
    smartestedu.flysystem.public_url_plugin:
        class: SmartestEdu\FlysystemPublicUrlPlugin\AwsUrlPlugin

用法

$publicUrl = $filesystem->getPublicUrl($filename)