tiggr / t3helpers

Simple and easy functions that make your TYPO3 life a little easier. (>=8)

Home Page:https://extensions.typo3.org/extension/t3helpers/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

T3Helpers - Helpers for TYPO3

Helpers for Extbase: Simple and easy functions that make your TYPO3 life with extbase and extension development a little easier. Please let me know if you have any ideas or if you find any errors, i will fix this immediately.

  • CMS: TYPO3
  • Type: plugin

Information regarding TYPO3 11

I am actually working on updating all functions to TYPO3 11. Please let me know, if you find anything or if you have any enhancements. Currently, not all functions may work as usual. Most of it is still tested with TYPO3 9.

Installation

Composer

composer require saschaende/t3helpers

How to use

Type "t3h::" and get a list of all functions. For example:

$extension = t3h::Filesystem()->getFileExtension($_FILES['tx_semusicuserarea_musicupload']['name']['mp3'])

You can find all features in: t3helpers\Classes\Utilities

Look around in this extension, you will find many helpful tools.

plugin

About

Simple and easy functions that make your TYPO3 life a little easier. (>=8)

https://extensions.typo3.org/extension/t3helpers/

License:GNU General Public License v3.0


Languages

Language:PHP 95.5%Language:HTML 3.4%Language:JavaScript 1.1%