PHPackages                             wapplersystems/proxy - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. wapplersystems/proxy

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

wapplersystems/proxy
====================

TYPO3 proxy extension for showing content of another system inside TYPO3

14.0.1(2mo ago)063[1 issues](https://github.com/WapplerSystems/t3-proxy/issues)[2 PRs](https://github.com/WapplerSystems/t3-proxy/pulls)GPL-2.0+PHP

Since Jan 13Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/WapplerSystems/t3-proxy)[ Packagist](https://packagist.org/packages/wapplersystems/proxy)[ RSS](/packages/wapplersystems-proxy/feed)WikiDiscussions release/v14 Synced yesterday

READMEChangelogDependencies (4)Versions (16)Used By (0)

proxy - TYPO3 Extension
=======================

[](#proxy---typo3-extension)

Proxy extension for embedding external HTML sources. You can integrate your own filters to optimize the output.

Screenshot
==========

[](#screenshot)

[![](./Documentation/Images/plugin.png)](./Documentation/Images/plugin.png)

Installation
============

[](#installation)

- Only composer mode is supported

How to integrate your own filters
---------------------------------

[](#how-to-integrate-your-own-filters)

You can integrate your own filters to optimize the output. The filter must extend the `WapplerSystems\Proxy\Plugin\AbstractPlugin` and must be registered in the `ext_localconf.php` of your extension.

Example:

```
if (!isset($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['proxy']['plugins'])) {
    $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['proxy']['plugins'] = [];
}
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['proxy']['plugins'] = array_merge($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['proxy']['plugins'],[
  'WebhelpPlugin' => WebhelpPlugin::class,
  'RevitPlugin' => RevitPlugin::class,
  'AutocadPlugin' => AutocadPlugin::class,
]);
```

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance89

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~124 days

Recently: every ~5 days

Total

9

Last Release

53d ago

Major Versions

11.0.0 → 12.0.02023-10-04

12.0.1 → 13.0.02026-01-16

12.0.2 → 14.0.02026-04-25

12.0.3 → 13.0.12026-05-11

### Community

Maintainers

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

---

Top Contributors

[![svewap](https://avatars.githubusercontent.com/u/1734738?v=4)](https://github.com/svewap "svewap (21 commits)")

---

Tags

proxytypo3typo3-cms-extensiontypo3-extensionTYPO3 CMS

### Embed Badge

![Health badge](/badges/wapplersystems-proxy/health.svg)

```
[![Health](https://phpackages.com/badges/wapplersystems-proxy/health.svg)](https://phpackages.com/packages/wapplersystems-proxy)
```

###  Alternatives

[friendsoftypo3/content-blocks

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

103519.9k53](/packages/friendsoftypo3-content-blocks)[derhansen/sf_event_mgt

Event management and registration - Configurable event management and registration extension based on ExtBase and Fluid

66338.4k10](/packages/derhansen-sf-event-mgt)[brotkrueml/schema

Embedding schema.org vocabulary - API and view helpers for schema.org markup

34653.7k16](/packages/brotkrueml-schema)[yoast-seo-for-typo3/yoast_seo

Yoast SEO for TYPO3

511.7M9](/packages/yoast-seo-for-typo3-yoast-seo)[jweiland/events2

Events 2 - Create single and recurring events

2166.7k3](/packages/jweiland-events2)[t3sbs/t3sbootstrap

Startup extension to use bootstrap 5 classes, components and more out of the box. Example and info: \[www.t3sbootstrap.de\](https://www.t3sbootstrap.de)

2416.4k](/packages/t3sbs-t3sbootstrap)

PHPackages © 2026

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