PHPackages                             fourallportal/fourallportal-typo3-extension - 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. fourallportal/fourallportal-typo3-extension

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

fourallportal/fourallportal-typo3-extension
===========================================

This TYPO3 extension enables the 4allportal-typo3-connector to send files from 4ALLPORTAL to TYPO3.

2.0.0(1mo ago)31[1 PRs](https://github.com/4ALLPORTAL/4allportal-typo3-extension/pulls)MITPHPPHP &gt;=8.2CI failing

Since Jan 19Pushed 4w ago2 watchersCompare

[ Source](https://github.com/4ALLPORTAL/4allportal-typo3-extension)[ Packagist](https://packagist.org/packages/fourallportal/fourallportal-typo3-extension)[ RSS](/packages/fourallportal-fourallportal-typo3-extension/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (4)Dependencies (13)Versions (17)Used By (0)

[![4ALLPORTAL logo](Resources/Public/Icons/Extension.svg)](Resources/Public/Icons/Extension.svg)4ALLPORTAL TYPO3 Extension
==========================

[](#4allportal-typo3-extension)

[![Packagist Version](https://camo.githubusercontent.com/3b43659fad56c97bc4291586e13b558aa28a54d61f973305d775d0f764fc8718/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f666f7572616c6c706f7274616c2f666f7572616c6c706f7274616c2d7479706f332d657874656e73696f6e)](https://packagist.org/packages/fourallportal/fourallportal-typo3-extension)[![TER Downloads](https://camo.githubusercontent.com/60dfdf7065065ea0335d93c8e889451391a195d8c855fcc5735b3872c0981cf7/68747470733a2f2f696d672e736869656c64732e696f2f656e64706f696e743f75726c3d68747470732533412532462532467479706f332d6261646765732e6465762532466261646765253246666f7572616c6c706f7274616c5f7479706f335f657874656e73696f6e253246646f776e6c6f616473253246736869656c64732e6a736f6e)](https://extensions.typo3.org/extension/fourallportal_typo3_extension)[![TYPO3](https://camo.githubusercontent.com/6964e38a152e3cc3403c7b2f1c3a5c421a6ba3aff7613c03168d676fbf425536/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5459504f332d31332e3425323025374325323031342d6666383730303f6c6f676f3d7479706f33266c6f676f436f6c6f723d7768697465)](https://extensions.typo3.org/extension/fourallportal_typo3_extension)[![License](https://camo.githubusercontent.com/f00228035f2f6b48a8f18592e0811d73fff26da685c55d69066126612a63e17d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f666f7572616c6c706f7274616c2f666f7572616c6c706f7274616c2d7479706f332d657874656e73696f6e)](LICENSE)

Share media from your [4ALLPORTAL](https://www.4allportal.com) DAM directly with your TYPO3 website: this extension is the TYPO3-side counterpart of the [4ALLPORTAL TYPO3 Connector](https://docs.4allportal.com/4allportal-typo3-connector/latest/). Assets shared in 4ALLPORTAL are pushed into the TYPO3 file abstraction layer (FAL) and kept in sync - including renames, moves, metadata updates and deletions.

[![Sharing an asset with TYPO3 from the 4ALLPORTAL detail view](docs/images/connector-detail-view.jpg)](docs/images/connector-detail-view.jpg)

What it does
------------

[](#what-it-does)

The extension exposes a small JSON REST API under `/api` that the 4ALLPORTAL connector uses to:

- upload files into a configurable storage and folder path
- read file information
- rename, move and delete files (including cleanup of emptied folders)
- update file metadata (title, description, alternative, keywords, copyright)

Access is restricted to authenticated TYPO3 frontend users via short-lived bearer tokens.

API
---

[](#api)

MethodRoutePurposePOST`/api/auth`Authenticate a frontend user, returns a bearer tokenPOST`/api/files`Upload a file (multipart)GET`/api/files/{uid}`Get file informationPUT`/api/files/{uid}`Update file metadataDELETE`/api/files/{uid}`Delete a filePOST`/api/files/{uid}/rename`Rename a filePOST`/api/files/{uid}/move`Move a fileAll routes except `/api/auth` require an `Authorization: Bearer ` header.

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

[](#installation)

```
composer require fourallportal/fourallportal-typo3-extension
```

Also available in the [TYPO3 Extension Repository](https://extensions.typo3.org/extension/fourallportal_typo3_extension)as `fourallportal_typo3_extension`.

The API requires at least one frontend user (`fe_users` record) whose credentials are configured in the 4ALLPORTAL connector.

Documentation
-------------

[](#documentation)

Full installation and configuration guides (including the 4ALLPORTAL side: connector setup, field mapping, download profiles and sharing triggers) are available in the [official 4ALLPORTAL TYPO3 Connector documentation](https://docs.4allportal.com/4allportal-typo3-connector/latest/).

Compatibility
-------------

[](#compatibility)

ExtensionTYPO3PHP2.x13.4 / 14&gt;= 8.21.x13per TYPO3 requirementsVersion 1.x relied on the third-party extension `nng/nnrestapi`; since 2.0 the extension is dependency-free apart from TYPO3 itself.

Releasing
---------

[](#releasing)

Releases are driven by git tags following [semantic versioning](https://semver.org). Bump the version in both `composer.json` and `ext_emconf.php` (they must match), commit, then tag.

- **Packagist** picks up the new tag automatically via its GitHub webhook and publishes the version - no manual step. Consumers then get it through `composer require`.
- **TER** (TYPO3 Extension Repository) needs an upload archive. Build it from the tag:

    ```
    composer ter:zip v2.0.0
    ```

    This writes `Build/dist/fourallportal_typo3_extension_.zip` (with `ext_emconf.php`at the root, dev files excluded) ready to upload at [extensions.typo3.org](https://extensions.typo3.org/). The command refuses to build if the `composer.json` and `ext_emconf.php` versions disagree.

License
-------

[](#license)

[MIT](LICENSE)

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance94

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 77.6% of commits — single point of failure

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 ~59 days

Total

4

Last Release

34d ago

Major Versions

1.0.2 → 2.0.02026-07-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/e1482c6c58da58b1d5c9f528af3a68dcc97688e0c2bebb6f3f556fe22fdc7327?d=identicon)[4allportal](/maintainers/4allportal)

---

Top Contributors

[![FNMY123](https://avatars.githubusercontent.com/u/174349246?v=4)](https://github.com/FNMY123 "FNMY123 (45 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (12 commits)")[![mstroecker](https://avatars.githubusercontent.com/u/4459413?v=4)](https://github.com/mstroecker "mstroecker (1 commits)")

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/fourallportal-fourallportal-typo3-extension/health.svg)

```
[![Health](https://phpackages.com/badges/fourallportal-fourallportal-typo3-extension/health.svg)](https://phpackages.com/packages/fourallportal-fourallportal-typo3-extension)
```

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103574.3k70](/packages/friendsoftypo3-content-blocks)[typo3/cms-fluid-styled-content

TYPO3 CMS Fluid Styled Content - Fluid templates for TYPO3 content elements.

229.7M434](/packages/typo3-cms-fluid-styled-content)[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

631.1M8](/packages/netresearch-rte-ckeditor-image)[typo3/cms-seo

TYPO3 CMS SEO - SEO features including specific fields for SEO purposes, rendering of HTML meta tags and sitemaps.

169.1M175](/packages/typo3-cms-seo)[typo3/cms-form

TYPO3 CMS Form - Flexible TYPO3 frontend form framework that comes with a backend editor interface.

147.8M288](/packages/typo3-cms-form)[typo3/cms-adminpanel

TYPO3 CMS Admin Panel - The Admin Panel displays information about your site in the frontend and contains a range of metrics including debug and caching information.

115.8M71](/packages/typo3-cms-adminpanel)

PHPackages © 2026

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