PHPackages                             manja/typo3-storage-connector - 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. manja/typo3-storage-connector

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

manja/typo3-storage-connector
=============================

Provides a Manja driver for TYPO3 File Abstraction Layer.

2.0.0@stable(3y ago)05GPL-2.0-or-laterPHPPHP ^7.4

Since Feb 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/manjadigital/Add-On_Typo3)[ Packagist](https://packagist.org/packages/manja/typo3-storage-connector)[ Docs](https://www.manjadigital.de)[ RSS](/packages/manja-typo3-storage-connector/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (5)Used By (0)

Manja Digital Asset Management driver for TYPO3 File Abstraction Layer
======================================================================

[](#manja-digital-asset-management-driver-for-typo3-file-abstraction-layer)

This extension provides the necessary interfaces to connect a TYPO3 instance to Manja Digital Asset Management

Includes Manja API 4.0

Requirements
------------

[](#requirements)

- TYPO3 CMS 11.5
- PHP &gt;= 7.4

License
-------

[](#license)

This TYPO3 extension is licensed under GPL version 2 or any later version.

Installation
------------

[](#installation)

### Install via Composer

[](#install-via-composer)

Extension will be available at [packagist](https://packagist.org/packages/manja/typo3-storage-connector) you can require it via composer

`composer require manja/typo3-storage-connector`

Add Database changes after installation

`composer exec typo3cms database:update`

### Add file storage

[](#add-file-storage)

To connect Manja Digital Asset Management with TYPO3 you need to create a new file storage at root level.

[![AddFileStorageNew](Resources/Public/Documentation/02_AddFileStorageNew.png)](Resources/Public/Documentation/02_AddFileStorageNew.png)
*Add new file storage*

Name your new file storage and select `Manja Digital Asset Management` as driver, which will open further fields to setup your file storage.

[![AddFileStorageDriver](Resources/Public/Documentation/03_AddFileStorageDriver.png)](Resources/Public/Documentation/03_AddFileStorageDriver.png)
*Add file storage driver*

Setup your file storage with given credientlials in first tab `General` for at least `host`, `port`, `username`, `password`, `client id` and `tree id`.

Settings for `timeout`, `stream timeout`, `use SSL`, and `use session` has default values, which can be modified.

Checkbox for `Is default storage` is not enabled by default.
Normally folder `fileadmin` is auto created and the default storage.

Checkbox for `Automaticly extract metadata after upload` is enabled by default.

Enter `Folder for manipulated and temporary images etc.` for temporary folder of processed files. The entered value needs to be in the form `{storageId}:/{path/tho/folder}`where {storageId} must be the ID of a writable storage. If you leave it empty, or set it to a wrong value, a warning is shown and a default value of `0:/typo3temp/assets/_processed_manja` will be used. Any file from Manja server which is used in any modified versions (croped, resized, etc.) will be stored automaticly by TYPO3 in this folder.

[![AddFileStorageSettings](Resources/Public/Documentation/04_AddFileStorageSettings.png)](Resources/Public/Documentation/04_AddFileStorageSettings.png)
*Add file storage settings*

Checkbox for `is writable` in tab `Access capabilities` has no effect, cause this file storage driver does not support modification of files at Manja server via TYPO3 backend.

#### Configure Mapping of metadata

[](#configure-mapping-of-metadata)

If any document is loaded from the Manja Server to TYPO3, the extension downloads also basic Metadata Fields of the document and writes them into TYPO3 Database. The field Mapping has a defaulot configuration, you might want to change this in Tab `Metadata`. [![ConfigureMetaDataMapping](Resources/Public/Documentation/04_02_AddFileStorageSettings.png)](Resources/Public/Documentation/04_02_AddFileStorageSettings.png)
*Configure MetaData Mapping*

### Add file mount and access for editors

[](#add-file-mount-and-access-for-editors)

For backend editors (if you have) you usually need to add file mounts to get access to such folders inside your file storage.
Therefore you should create a new file mount entry in your TYPO3 root level.

[![AddFileMountNew](Resources/Public/Documentation/05_AddFileMountNew.png)](Resources/Public/Documentation/05_AddFileMountNew.png)
*Add new file mount*

Enter a label name and select your newly created file storage from the list.

[![AddFileMountDriver](Resources/Public/Documentation/06_AddFileMountDriver.png)](Resources/Public/Documentation/06_AddFileMountDriver.png)
*Add file mount driver*

Add settings for file mount and select a folder which exists at Manja server, to grant access for editors. The first entry `/` is for root level and all its subfolders.

[![AddFileMountSettings](Resources/Public/Documentation/07_AddFileMountSettings.png)](Resources/Public/Documentation/07_AddFileMountSettings.png)
*Add file mount settings*

Add your newly created file mount to backend editors access settings, which can be edited for each editor separately or by its group at root level.

[![AddFileMountToEditors](Resources/Public/Documentation/08_AddFileMountToEditors.png)](Resources/Public/Documentation/08_AddFileMountToEditors.png)
*Add file mount to editors*

Access files and folder at Manja server
---------------------------------------

[](#access-files-and-folder-at-manja-server)

In TYPO3 backend modul `Filelist` editors have access to all file mounts and its subfolders, which are configurated.

First time you select folders from Manja server, it will take extra time to load images from server and generate thumbnails for preview in TYPO3 backend, if you have choosen to show thumbnails in your profile.

[![BackendModulFileList](Resources/Public/Documentation/09_BackendModulFileList.png)](Resources/Public/Documentation/09_BackendModulFileList.png)
*Backend modul file list*

Such files and folders can be reached also in `Filebrowser`, which comes up, if editors want to add or select media files to any content element.

Files and folders from Manja Server are readable only and not editable via TYPO3 - therefore all folders has a locked symbol.

The search in `Filelist` and `Filebrowser` searches for file name only per default in TYPO3. To search and sort by further informations you need a thirdparty extension for your TYPO3 installation.

Changelog
---------

[](#changelog)

### 2.0.0

[](#200)

**BREAKING CHANGES**

- \[TASK\] Drop support for TYPO3 &lt; 8.7 and PHP &lt; 7.2

**OTHER CHANGES**

- \[FEATURE\] Add metaData Mapping to driver configuration
- \[FIX\] Fix problems with *\_processed*\_ folder

Development
-----------

[](#development)

### Manja Digital Asset Management

[](#manja-digital-asset-management)

IT-Service Robert Frunzke [www.manjadigital.de](https://www.manjadigital.de)

### Developers

[](#developers)

Robert Frunzke Martin Hoff Falk Röder
Jörg Kummer

### Git repository

[](#git-repository)

Private repository at [gitlab](https://manjagit.virtomain.de/manja/Add-On_Typo3) during development.
A public repository is planned by manjadigital.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~644 days

Total

3

Last Release

1356d ago

Major Versions

1.0.0-rc5 → 2.0.0-rc12019-10-15

### Community

Maintainers

![](https://www.gravatar.com/avatar/f075fa4a3840737f1342f50ef84f069e364fe2bd9b9222abbc08a66737fdcbde?d=identicon)[manjadigital](/maintainers/manjadigital)

---

Top Contributors

[![mhooma](https://avatars.githubusercontent.com/u/112067055?v=4)](https://github.com/mhooma "mhooma (23 commits)")[![rfool](https://avatars.githubusercontent.com/u/5239047?v=4)](https://github.com/rfool "rfool (22 commits)")[![manjadigital](https://avatars.githubusercontent.com/u/109333311?v=4)](https://github.com/manjadigital "manjadigital (7 commits)")[![jokumer](https://avatars.githubusercontent.com/u/6431813?v=4)](https://github.com/jokumer "jokumer (5 commits)")[![Muchtin](https://avatars.githubusercontent.com/u/7312445?v=4)](https://github.com/Muchtin "Muchtin (1 commits)")

---

Tags

TYPO3 CMStypo3digital asset managementmanja

### Embed Badge

![Health badge](/badges/manja-typo3-storage-connector/health.svg)

```
[![Health](https://phpackages.com/badges/manja-typo3-storage-connector/health.svg)](https://phpackages.com/packages/manja-typo3-storage-connector)
```

###  Alternatives

[beechit/fal-securedownload

Secure download of assets. Makes it possible to secure FE use of assets/files by setting permissions to folders/files for fe\_groups.

37569.0k3](/packages/beechit-fal-securedownload)[aimeos/aimeos-typo3

Professional, full-featured and high performance TYPO3 e-commerce extension for online shops and complex B2B projects

1.5k91.2k4](/packages/aimeos-aimeos-typo3)[fluidtypo3/vhs

This is a collection of ViewHelpers for performing rendering tasks that are not natively provided by TYPO3's Fluid templating engine.

1954.1M49](/packages/fluidtypo3-vhs)[apache-solr-for-typo3/solr

Apache Solr for TYPO3 - Apache Solr for TYPO3 is the enterprise search server you were looking for with special features such as Faceted Search or Synonym Support and incredibly fast response times of results within milliseconds.

1473.0M32](/packages/apache-solr-for-typo3-solr)[typo3/testing-framework

The TYPO3 testing framework provides base classes for unit, functional and acceptance testing.

675.0M775](/packages/typo3-testing-framework)[pagemachine/typo3-formlog

Form log for TYPO3

23225.3k6](/packages/pagemachine-typo3-formlog)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
