文件名称:flysystem-bundle:Symfony软件包将Flysystem集成到Symfony 4.2+应用程序中
文件大小:44KB
文件格式:ZIP
更新时间:2024-06-02 19:29:23
PHP
飞行系统捆绑 flysystem-bundle是将库集成到Symfony应用程序中的Symfony捆绑软件。 它为文件系统提供了有效的抽象,以便根据执行环境(开发中的本地文件,生产中的云存储和测试中的内存)更改存储后端。 注意:您正在阅读依赖于Flysystem 2.X的flysystem-bundle 2.0的文档。 如果您使用Flysystem 1.X,请使用 阅读以了解如何升级。 安装 flysystem-bundle需要PHP 7.2+和Symfony 4.2+。 您可以使用Symfony Flex安装捆绑软件: composer require league/flysystem-bundle 基本用法 安装捆绑包后,由Symfony Flex创建的默认配置文件将提供足够的配置以在您的应用程序中使用Flysystem: # config/packages/flysyst
【文件预览】:
flysystem-bundle-master
----composer.json(1KB)
----.php_cs.dist(235B)
----UPGRADE.md(765B)
----docs()
--------5-creating-a-custom-adapter.md(1KB)
--------4-using-lazy-adapter-to-switch-at-runtime.md(4KB)
--------1-getting-started.md(5KB)
--------A-security-disclosure-procedure.md(905B)
--------B-configuration-reference.md(2KB)
--------2-cloud-storage-providers.md(3KB)
--------3-interacting-with-ftp-and-sftp-servers.md(2KB)
----.github()
--------workflows()
----.rmt.yml(282B)
----tests()
--------DependencyInjection()
--------Kernel()
--------FlysystemBundleTest.php(926B)
--------Adapter()
----LICENSE(1KB)
----src()
--------DependencyInjection()
--------FlysystemBundle.php(785B)
--------Lazy()
--------Adapter()
--------Exception()
----.gitignore(57B)
----phpunit.xml.dist(765B)
----README.md(6KB)