PHPackages                             hauerheinrich/hh-tt-address-places - 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. hauerheinrich/hh-tt-address-places

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

hauerheinrich/hh-tt-address-places
==================================

Simply adds places / companies TCA for EXT:tt\_address.

4.2.0(1y ago)01381GPL-2.0-or-laterPHP

Since Sep 26Pushed 5d ago2 watchersCompare

[ Source](https://github.com/Hauer-Heinrich/hh_tt_address_places)[ Packagist](https://packagist.org/packages/hauerheinrich/hh-tt-address-places)[ Fund](https://www.paypal.com/paypalme/hauerheinrich)[ RSS](/packages/hauerheinrich-hh-tt-address-places/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (2)Versions (13)Used By (1)

hh\_tt\_address\_places
=======================

[](#hh_tt_address_places)

hh\_tt\_address\_places is a TYPO3 extension. Use tt\_address not only to manage / deliver personal addresses but also for locations / company addresses incl. opening hours.

### Installation

[](#installation)

... like any other TYPO3 extension [extensions.typo3.org](https://extensions.typo3.org/ "TYPO3 Extension Repository")Don't forget to include the PageTS -&gt; backend-&gt;rootPage-&gt;site configuration-&gt;resources!

### Configuration

[](#configuration)

Add the PageTs to the page / directory (from TYPO3 BE site-tree). Keep default tt\_address (persons) and hh\_tt\_address\_places (places / companies) in a seperate page / directory! (optional) Add the PageTs (hh\_tt\_address\_places - Allow only Places / Companies) to the storage place of your places / companies.

### Usage

[](#usage)

You should have all functions from the EXT:tt\_address plugins, so use the tt\_address plugins to show the places / companies like the "normal" tt\_address entries. For the opening hours: there are example for the FLUID output at hh\_tt\_address\_places/Resources/Private/Partials/

### ViewHelper

[](#viewhelper)

#### openHoursMerged

[](#openhoursmerged)

Usage example: (Input can be any supported date and time format). optional: timeformat (default: H:i). optional: mergedDays true/false (groups open/closeing times by weekdays) optional: mergedDaysSeperator string (default " - ")

$openingHours description, supports lunch break or similar: open\_monday: opening time in the morning (08:00:00), close\_monday: closing time in the morning (12:00:00), open\_monday2: opening time in the afternoon (13:00:00), close\_monday2: closing time in the afternoon (17:00:00) Results in 08:00 - 12:00, 13:00 - 1700

If you do not want to display a lunch break or similar, please use open\_monday and close\_monday2 for the opening and closing times. open\_monday: Opening time in the morning (08:00:00), close\_monday2: closing time in the afternoon (17:00:00) Results in 08:00 - 17:00

```
$openingHours = [
    'open_monday' => '08:00:00',
    'close_monday' => '18:30:00',
    'open_monday2' => '00:00:00',
    'close_monday2' => '00:00:00',
    'open_tuesday' => '13:00:00',
    'close_tuesday' => '18:30:00',
    'open_tuesday2' => '00:00:00',
    'close_tuesday2' => '00:00:00',
    'open_wednesday' => '08:00:00',
    'close_wednesday' => '18:30:00',
    'open_wednesday2' => '00:00:00',
    'close_wednesday2' => '00:00:00',
    'open_thursday' => '08:00:00',
    'close_thursday' => '12:30:00',
    'open_thursday2' => '13:00:00',
    'close_thursday2' => '18:00:00',
    'open_friday' => '08:00:00',
    'close_friday' => '18:30:00',
    'open_friday2' => '00:00:00',
    'close_friday2' => '00:00:00',
    'open_saturday' => '09:00:00',
    'close_saturday' => '12:00:00',
    'open_saturday2' => '00:00:00',
    'close_saturday2' => '00:00:00',
    'open_sunday' => '00:00:00',
    'close_sunday' => '00:00:00',
    'open_sunday2' => '00:00:00',
    'close_sunday2' => '00:00:00',
];

        {hours}
        {hours} = e. g. "Monday - Friday: 08:00 - 18:30"

```

Translation via TypoScript for the days e. g.:

```
plugin.tx_hh_tt_address_places {
    _LOCAL_LANG {
        de {
            day.monday = Montag
            day.tuesday = Dienstag
            day.wednesday = Mittwoch
            day.thursday = Donnerstag
            day.friday = Freitag
            day.saturday = Samstag
            day.sunday = Sonntag

            day.hour = Uhr
            day.appointment = nur nach Vereinbarung
        }
    }
}

```

### Development

[](#development)

Want to contribute? Great!

#### Preview images:

[](#preview-images)

[![example picture from backend](.github/images/opening-hours.jpg?raw=true "opening-hours")](.github/images/opening-hours.jpg?raw=true)[![example picture from backend](.github/images/opening-hours-detail.jpg?raw=true "opening-hours")](.github/images/opening-hours-detail.jpg?raw=true)

##### Copyright notice

[](#copyright-notice)

This repository is part of the TYPO3 project. The TYPO3 project is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

The GNU General Public License can be found at .

This repository is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

This copyright notice MUST APPEAR in all copies of the repository!

##### License

[](#license)

---

GNU GENERAL PUBLIC LICENSE Version 3

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance74

Regular maintenance activity

Popularity11

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.4% 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 ~58 days

Total

11

Last Release

470d ago

Major Versions

1.0.0 → 2.3.02024-04-30

2.4.0 → 3.0.02024-09-12

3.0.0 → 4.0.02025-02-04

### Community

Maintainers

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

---

Top Contributors

[![Teisi](https://avatars.githubusercontent.com/u/10898521?v=4)](https://github.com/Teisi "Teisi (38 commits)")[![mhofmannhauerheinrich](https://avatars.githubusercontent.com/u/247131106?v=4)](https://github.com/mhofmannhauerheinrich "mhofmannhauerheinrich (5 commits)")

---

Tags

typo3typo3-extensionaddressextensionTYPO3 CMSplacescompanies

### Embed Badge

![Health badge](/badges/hauerheinrich-hh-tt-address-places/health.svg)

```
[![Health](https://phpackages.com/badges/hauerheinrich-hh-tt-address-places/health.svg)](https://phpackages.com/packages/hauerheinrich-hh-tt-address-places)
```

###  Alternatives

[friendsoftypo3/content-blocks

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

103574.3k70](/packages/friendsoftypo3-content-blocks)[friendsoftypo3/visual-editor

TYPO3 CMS Visual Editor - Brings a modern WYSIWYG editing experience to TYPO3 CMS.

6010.0k3](/packages/friendsoftypo3-visual-editor)[clickstorm/cs-seo

\[clickstorm\] SEO - Extension for TYPO3. Enables important onpage features for search engine optimization (SEO). Expands the page settings and any desired records for example with a preview for Google search results (SERP) Structured Data (JSON-LD) and a Focus Keyword. Restrictive hreflang and canonical tags. Modules for metadata of records and alternative texts of images. Further features are shown in the extension manual.

37542.0k1](/packages/clickstorm-cs-seo)[jweiland/events2

Events 2 - Create single and recurring events

2168.1k3](/packages/jweiland-events2)[web-vision/deepltranslate-core

DeepL Translate (CORE) - This extension provides option to translate content element, and TCA record texts to DeepL supported languages.

34162.0k10](/packages/web-vision-deepltranslate-core)[mfd/ai-filemetadata

Automatically generates FAL metadata for files by means of public LLMs

1360.2k](/packages/mfd-ai-filemetadata)

PHPackages © 2026

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