PHPackages                             netzmacht/contao-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. netzmacht/contao-flysystem

Abandoned → [oneup/flysystem-bundle](/?search=oneup%2Fflysystem-bundle)ArchivedContao-module[File &amp; Storage](/categories/file-storage)

netzmacht/contao-flysystem
==========================

This integrates the flysystem filesystem abstraction into Contao

1.0.0-beta1(10y ago)122LGPL-3.0+PHPPHP &gt;=5.4

Since Sep 26Pushed 10y ago1 watchersCompare

[ Source](https://github.com/netzmacht-archive/contao-flysystem)[ Packagist](https://packagist.org/packages/netzmacht/contao-flysystem)[ RSS](/packages/netzmacht-contao-flysystem/feed)WikiDiscussions master Synced 1mo ago

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

Contao Flysystem integration
============================

[](#contao-flysystem-integration)

[![Build Status](https://camo.githubusercontent.com/daa5d13fb80f063028e27bbb9e5441d05c7c88b660655d4b8a97fab00983f0cd/687474703a2f2f696d672e736869656c64732e696f2f7472617669732f6e65747a6d616368742f636f6e74616f2d666c7973797374656d2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/netzmacht/contao-flysystem)[![Version](https://camo.githubusercontent.com/afe69ae8830e58b524d9632e40273b7161157df899fb1f23f86cc77ffc0009c5/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e65747a6d616368742f636f6e74616f2d666c7973797374656d2e7376673f7374796c653d666c61742d737175617265)](http://packagist.com/packages/netzmacht/contao-flysystem)[![License](https://camo.githubusercontent.com/46420912d09e501648fccb9208f2ab499401df94e2b2cae5b3be5ea31d60cc86/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6e65747a6d616368742f636f6e74616f2d666c7973797374656d2e7376673f7374796c653d666c61742d737175617265)](http://packagist.com/packages/netzmacht/contao-flysystem)[![Downloads](https://camo.githubusercontent.com/806d99d1a7b215615c3ba90d65d77ab56d59b2c8b190a98d65e038456bb97c20/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e65747a6d616368742f636f6e74616f2d666c7973797374656d2e7376673f7374796c653d666c61742d737175617265)](http://packagist.com/packages/netzmacht/contao-flysystem)[![Contao Community Alliance coding standard](https://camo.githubusercontent.com/5c83beb382413cbfa523bbea12d70d0723a803b3f7cbba029609ed1848dfa99b/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6363612d636f64696e675f7374616e646172642d7265642e7376673f7374796c653d666c61742d737175617265)](https://github.com/contao-community-alliance/coding-standard)

This library integrates the [flysystem filesystem abstraction](http://flysystem.thephpleague.com) into Contao.

It provides a fully configured filesystem service for `TL_ROOT` and an adapter for the Dbafs of Contao!

Install
-------

[](#install)

You can install this library using Composer. It requires at least PHP 5.4 and Contao 3.2.

```
$ php composer.phar require netzmacht/contao-flysystem:~1.0

```

Features
--------

[](#features)

- Filesystem abstraction for whole Contao installation
- Dbafs adapter
- Metadata caching

Usage
-----

[](#usage)

### Access to the mount manager and the default file system

[](#access-to-the-mount-manager-and-the-default-file-system)

```
