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

ActiveTypo3-cms-extension

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

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

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

Since Sep 26Pushed 4mo 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 1mo 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

36

—

LowBetter than 82% of packages

Maintenance63

Regular maintenance activity

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

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 ~58 days

Total

11

Last Release

373d 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 (32 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

[mfd/ai-filemetadata

Automatically generates FAL metadata for files by means of public LLMs

1142.1k](/packages/mfd-ai-filemetadata)[ichhabrecht/core-upgrader

Run upgrade wizards for multiple TYPO3 versions at once

2732.0k](/packages/ichhabrecht-core-upgrader)

PHPackages © 2026

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