{"id":22725040,"url":"https://github.com/wapplersystems/t3-proxy","last_synced_at":"2026-02-11T15:03:12.637Z","repository":{"id":68181714,"uuid":"542124680","full_name":"WapplerSystems/t3-proxy","owner":"WapplerSystems","description":"TYPO3 proxy extension","archived":false,"fork":false,"pushed_at":"2026-01-16T12:24:17.000Z","size":128,"stargazers_count":0,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"release/v12","last_synced_at":"2026-01-17T01:55:11.899Z","etag":null,"topics":["proxy","typo3","typo3-cms-extension","typo3-extension"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WapplerSystems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-09-27T14:20:30.000Z","updated_at":"2025-11-09T09:35:56.000Z","dependencies_parsed_at":"2024-06-02T18:27:29.889Z","dependency_job_id":"f96335e8-e4df-43c6-bcd6-40c9ed19e2b3","html_url":"https://github.com/WapplerSystems/t3-proxy","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/WapplerSystems/t3-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WapplerSystems%2Ft3-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WapplerSystems%2Ft3-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WapplerSystems%2Ft3-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WapplerSystems%2Ft3-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WapplerSystems","download_url":"https://codeload.github.com/WapplerSystems/t3-proxy/tar.gz/refs/heads/release/v12","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WapplerSystems%2Ft3-proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29336027,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T14:34:07.188Z","status":"ssl_error","status_checked_at":"2026-02-11T14:34:06.809Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["proxy","typo3","typo3-cms-extension","typo3-extension"],"created_at":"2024-12-10T15:08:40.100Z","updated_at":"2026-02-11T15:03:12.620Z","avatar_url":"https://github.com/WapplerSystems.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# proxy - TYPO3 Extension\nProxy extension for embedding external HTML sources. You can integrate your own filters to optimize the output.\n\n\n# Screenshot\n![](./Documentation/Images/plugin.png)\n\n# Installation\n* Only composer mode is supported\n\n## How to integrate your own filters\n\nYou 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.\n\nExample:\n```php\nif (!isset($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['proxy']['plugins'])) {\n    $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['proxy']['plugins'] = [];\n}\n$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['proxy']['plugins'] = array_merge($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['proxy']['plugins'],[\n  'WebhelpPlugin' =\u003e WebhelpPlugin::class,\n  'RevitPlugin' =\u003e RevitPlugin::class,\n  'AutocadPlugin' =\u003e AutocadPlugin::class,\n]);\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwapplersystems%2Ft3-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwapplersystems%2Ft3-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwapplersystems%2Ft3-proxy/lists"}