stefanfroemken/linkhandler

TYPO3 extension containing LinkHandlers

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

dev-main 2023-06-25 18:58 UTC

This package is auto-updated.

Last update: 2024-04-25 20:59:36 UTC


README

With linkhandler a handful of LinkHandlers will be registered in your TYPO3 system. You can use them in RTE (rte_ckeditor) in link fields and everywhere where t3:// is allowed.

Registered LinkHandlers

Packagist

With this LinkHandler you can create links to Packagist. Add vendor and packagist and this LinkHandler will start a request to Packagist API and retrieves the download stats for given package. If response is valid the download stats will be added to link text.

Example: t3://packagist?vendor=stefanfroemken&package=mysqlreport

Result: <a href="https://packagist.org/packages/stefanfroemken/mysqlreport">MySQl Report <span>(Total Downloads: 2649)</span></a>