PHPackages                             selden1992/think-flysystem - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. selden1992/think-flysystem

ActiveThink-extension[File &amp; Storage](/categories/file-storage)

selden1992/think-flysystem
==========================

thinkphp 集成的文件系统，本地存储，第三发存储提供一致的API

v1.0.2(9y ago)131407[1 issues](https://github.com/selden1992/think-flysystem/issues)Apache-2.0PHPPHP &gt;=5.6.4

Since Mar 8Pushed 9y ago4 watchersCompare

[ Source](https://github.com/selden1992/think-flysystem)[ Packagist](https://packagist.org/packages/selden1992/think-flysystem)[ RSS](/packages/selden1992-think-flysystem/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

think-filesystem
================

[](#think-filesystem)

think PHP5集成Filesystem

think-filesystem基于 Frank de Jonge 开发的 PHP 包 Flysystem 提供了强大的文件系统抽象。think-filesystem 文件系统集成是中文化和简单化，当然也做了一下本地化封装。

安装
--

[](#安装)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
$ composer require selden1992/think-flysystem
```

or add

```
"selden1992/think-flysystem": "dev-master"

```

to the `require` section of your `composer.json` file.

配置
--

[](#配置)

复制 /vendor/selden1992/think-flysystem/config/flysystem.php 到 CONF\_PATH.'extra/flysystem.php'

```
