PHPackages                             sle/simpleaddress - 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. sle/simpleaddress

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

sle/simpleaddress
=================

This extension offers an easy way for showing an address block with or without a Google Maps. The address will rendered in vCard format.

v2.1.0(8y ago)0886MITPHP

Since Dec 1Pushed 8y ago2 watchersCompare

[ Source](https://github.com/hirnsturm/typo3-ext-simpleaddress)[ Packagist](https://packagist.org/packages/sle/simpleaddress)[ RSS](/packages/sle-simpleaddress/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

TYPO3 CMS Extension *simpleaddress*
===================================

[](#typo3-cms-extension-simpleaddress)

[![Tracis CI](https://camo.githubusercontent.com/b623a9aa5baf266faa98fc7e12a479f944d53546170fd6d53d07fdaf07469999/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6869726e737475726d2f7479706f332d6578742d73696d706c65616464726573732f6d61737465722e737667)](https://camo.githubusercontent.com/b623a9aa5baf266faa98fc7e12a479f944d53546170fd6d53d07fdaf07469999/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6869726e737475726d2f7479706f332d6578742d73696d706c65616464726573732f6d61737465722e737667)

Table of contents
-----------------

[](#table-of-contents)

Inhalt

- [What does it do?](#what-does-it-do)
- [Supported languages](#supported-languages)
- [Dependencies](#dependencies)
- [Installation](#installation)
    - [TypoScript Setup](#TypoScript-Setup)
    - [TypoScript Constants](#TypoScript-Constants)
    - [RealURL Konfiguration](#RealURL)
- [Configuration](#configuration)
- [Plugins](#plugins)
- [Known problems](#known-problems)
- [To Do](#to-do)

What does it do?
-----------------------------------------------------------

[](#what-does-it-do)

This extension offers an simple way for displaying an address block with or without a Google Maps and the address location on it. The address will rendered in vCard format and the whole template is full responsive because it based on Twitter Bootstrap.

Supported languages
------------------------------------------------------------------

[](#supported-languages)

- English
- Deutsch

Dependencies
----------------------------------------------------

[](#dependencies)

- See composer.json

Installation
----------------------------------------------------

[](#installation)

1. Install extension with composer

    ```
    $ composer require sle/simpleaddress

    ```
2. Add TypoScript template to your website root template
3. Include JavaScript

    ```
    (function(win, $) {
       $.getScript('https://maps.googleapis.com/maps/api/js?v=3.exp&key=YOUR-API-KEY')
           .done(function() {
               win.SleSimpleaddress.initialize();
           });
    })(window, jQuery);

    ```

    ```
    page.includeJSFooter.file999 = EXT:simpleaddress/Resources/Public/js/simpleaddress.js

    ```

Configuration
------------------------------------------------------

[](#configuration)

- You can change the default map marker icon in `Templates\Address\Show.html` by adding following attribute

    ```
    data-map-marker-icon="{f:uri.resource(extensionName: 'my_ext_key', path: 'Icons/my_marker_icon.png', absolute: 1)}"
    ```

    to

    ```

    ```

Plugins
------------------------------------------

[](#plugins)

### Address

[](#address)

- Displays the address block with or without a Google Maps

Known problems
--------------------------------------------------------

[](#known-problems)

neither

To do
--------------------------------------

[](#to-do)

Feel free and add a issue, pull request or ask for a missing feature.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity66

Established project with proven stability

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

Total

4

Last Release

3128d ago

Major Versions

v0.1.0-alpha → v2.0.02017-12-04

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6859265?v=4)[Steve Lenz](/maintainers/hirnsturm)[@hirnsturm](https://github.com/hirnsturm)

---

Tags

addresscmsgoogle mapstypo3

### Embed Badge

![Health badge](/badges/sle-simpleaddress/health.svg)

```
[![Health](https://phpackages.com/badges/sle-simpleaddress/health.svg)](https://phpackages.com/packages/sle-simpleaddress)
```

###  Alternatives

[friendsoftypo3/content-blocks

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

103519.9k47](/packages/friendsoftypo3-content-blocks)[typo3/cms-styleguide

TYPO3 extension to showcase TYPO3 Backend capabilities

106760.3k31](/packages/typo3-cms-styleguide)[wazum/sluggi

TYPO3 extension for URL slug management with inline editing, auto-sync, locking, access control, and redirects

40529.5k](/packages/wazum-sluggi)[jweiland/maps2

Maps2 - Create maps with Marker, Area, Routes or Radius based on Google Maps or OpenStreetMap

1595.0k17](/packages/jweiland-maps2)[friendsoftypo3/visual-editor

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

576.1k2](/packages/friendsoftypo3-visual-editor)[jweiland/events2

Events 2 - Create single and recurring events

2166.7k3](/packages/jweiland-events2)

PHPackages © 2026

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