PHPackages                             dynamic/silverstripe-elemental-customer-service - 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. dynamic/silverstripe-elemental-customer-service

ActiveSilverstripe-vendormodule[Utility &amp; Helpers](/categories/utility)

dynamic/silverstripe-elemental-customer-service
===============================================

Display a map, directions, and contact info for your location

4.0.0(6mo ago)223.4k↓20%5[2 issues](https://github.com/dynamic/silverstripe-elemental-customer-service/issues)1BSD-3-ClausePHPPHP ^8.3CI passing

Since May 9Pushed 5mo ago6 watchersCompare

[ Source](https://github.com/dynamic/silverstripe-elemental-customer-service)[ Packagist](https://packagist.org/packages/dynamic/silverstripe-elemental-customer-service)[ GitHub Sponsors](https://github.com/sponsors/dynamic)[ RSS](/packages/dynamic-silverstripe-elemental-customer-service/feed)WikiDiscussions 4 Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (23)Used By (1)

SilverStripe Elemental Customer Service Block
=============================================

[](#silverstripe-elemental-customer-service-block)

Display a map, directions, and contact info for your location.

[![CI](https://github.com/dynamic/silverstripe-elemental-customer-service/actions/workflows/ci.yml/badge.svg)](https://github.com/dynamic/silverstripe-elemental-customer-service/actions/workflows/ci.yml)[![Sponsors](https://camo.githubusercontent.com/e9acca7fc1dd68a94435b95c67dbcdb7f064a84597a2be1307c1b3ddd00ae0e4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53706f6e736f722d44796e616d69632d6666363962343f6c6f676f3d6769746875622d73706f6e736f7273266c6f676f436f6c6f723d7768697465)](https://github.com/sponsors/dynamic)

[![Latest Stable Version](https://camo.githubusercontent.com/781a9c838f6dc5bbb8fe08d2a863ef2339c6c70a9a53862d0466e6e4a78a0437/68747470733a2f2f706f7365722e707567782e6f72672f64796e616d69632f73696c7665727374726970652d656c656d656e74616c2d637573746f6d65722d736572766963652f762f737461626c65)](https://packagist.org/packages/dynamic/silverstripe-elemental-customer-service)[![Total Downloads](https://camo.githubusercontent.com/16b68cfe3bed6f5a173e8159144ea706ecc0e945873bcadc652f1acf63b39ec2/68747470733a2f2f706f7365722e707567782e6f72672f64796e616d69632f73696c7665727374726970652d656c656d656e74616c2d637573746f6d65722d736572766963652f646f776e6c6f616473)](https://packagist.org/packages/dynamic/silverstripe-elemental-customer-service)[![Latest Unstable Version](https://camo.githubusercontent.com/f30ef08fa1331db73a5269328b350b80fd14147541e3729b121b3e3568c2fc1e/68747470733a2f2f706f7365722e707567782e6f72672f64796e616d69632f73696c7665727374726970652d656c656d656e74616c2d637573746f6d65722d736572766963652f762f756e737461626c65)](https://packagist.org/packages/dynamic/silverstripe-elemental-customer-service)[![License](https://camo.githubusercontent.com/0e4e5828bb408855087fd75a4a93f3172c1780f77e5f528de36f77b85be4b6a4/68747470733a2f2f706f7365722e707567782e6f72672f64796e616d69632f73696c7665727374726970652d656c656d656e74616c2d637573746f6d65722d736572766963652f6c6963656e7365)](https://packagist.org/packages/dynamic/silverstripe-elemental-customer-service)

Requirements
------------

[](#requirements)

- SilverStripe ^6.0
- PHP ^8.3
- dnadesign/silverstripe-elemental: ^6.0
- dynamic/silverstripe-geocoder: ^4.0

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

[](#installation)

`composer require dynamic/silverstripe-elemental-customer-service`

Usage
-----

[](#usage)

Adds a Customer Service block to display a map, directions and contact info for your location. Userful for a Contact Us page.

### Note

[](#note)

In order to use the Geocoder and address map, you will need to set two [Google API keys](https://developers.google.com/maps/documentation/javascript/get-api-key). Each key needs to have specific API libraries enabled:

- `geocoder_api_key`
    - Geocoding API
- `map_api_key`
    - Maps JavaScript API
    - Maps Static API

They can be set in your YML file like this:

```
Dynamic\SilverStripeGeocoder\GoogleGeocoder:
  geocoder_api_key: 'your-key-here'
  map_api_key: 'your-key-here'

```

For more, see [Silverstripe Geocoder](https://github.com/dynamic/silverstripe-geocoder#google-api-keys)

Screen Shots
------------

[](#screen-shots)

#### Front End sample of a Customer Service Element

[](#front-end-sample-of-a-customer-service-element)

[![Front End sample of a Customer Service Element](./docs/en/_images/customer-service-block-sample.png)](./docs/en/_images/customer-service-block-sample.png)

#### CMS - Customer Service Element Main Tab

[](#cms---customer-service-element-main-tab)

[![CMS - Customer Service Element Main Tab](./docs/en/_images/customer-service-block-cms.png)](./docs/en/_images/customer-service-block-cms.png)

#### CMS - Customer Service Element - Address Tab

[](#cms---customer-service-element---address-tab)

[![CMS - Customer Service Element - Address Tab](./docs/en/_images/customer-service-block-cms-address.png)](./docs/en/_images/customer-service-block-cms-address.png)

Getting more elements
---------------------

[](#getting-more-elements)

See [Elemental modules by Dynamic](https://github.com/orgs/dynamic/repositories?q=elemental&type=all&language=&sort=)

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

[](#configuration)

See [SilverStripe Elemental Configuration](https://github.com/dnadesign/silverstripe-elemental#configuration)

Upgrading from version 3
------------------------

[](#upgrading-from-version-3)

SilverStripe Elemental Customer Service 4.0 is compatible with SilverStripe 6. Key changes:

- Updated to SilverStripe CMS 6
- Requires PHP 8.3 or higher
- Updated to Elemental 6 and Geocoder 4
- Namespace changes for DataExtension and validation classes
- No breaking changes to the API or templates

Maintainers
-----------

[](#maintainers)

- [Dynamic](http://www.dynamicagency.com) ()

Bugtracker
----------

[](#bugtracker)

Bugs are tracked in the issues section of this repository. Before submitting an issue please read over existing issues to ensure yours is unique.

If the issue does look like a new bug:

- Create a new issue
- Describe the steps required to reproduce your issue, and the expected outcome. Unit tests, screenshots and screencasts can help here.
- Describe your environment as detailed as possible: SilverStripe version, Browser, PHP version, Operating System, any installed SilverStripe modules.

Please report security issues to the module maintainers directly. Please don't file security issues in the bugtracker.

Development and contribution
----------------------------

[](#development-and-contribution)

If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.

###  Health Score

51

—

FairBetter than 96% of packages

Maintenance50

Moderate activity, may be stable

Popularity31

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity88

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 71.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 ~138 days

Recently: every ~273 days

Total

21

Last Release

168d ago

Major Versions

1.0.x-dev → 2.0.02019-01-18

2.2.x-dev → 3.0.02024-08-14

3.0.0 → 4.0.02025-11-19

3.x-dev → 4.x-dev2025-12-02

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/867942?v=4)[Dynamic](/maintainers/dynamic)[@dynamic](https://github.com/dynamic)

---

Top Contributors

[![jsirish](https://avatars.githubusercontent.com/u/1163643?v=4)](https://github.com/jsirish "jsirish (35 commits)")[![muskie9](https://avatars.githubusercontent.com/u/870751?v=4)](https://github.com/muskie9 "muskie9 (8 commits)")[![korthjp17](https://avatars.githubusercontent.com/u/3858661?v=4)](https://github.com/korthjp17 "korthjp17 (3 commits)")[![mak001](https://avatars.githubusercontent.com/u/1750550?v=4)](https://github.com/mak001 "mak001 (2 commits)")[![ethanjohnstone](https://avatars.githubusercontent.com/u/23485998?v=4)](https://github.com/ethanjohnstone "ethanjohnstone (1 commits)")

---

Tags

hacktoberfestsilverstripesilverstripe-elementalsilverstripephonemaplocationblockscontactelemental

### Embed Badge

![Health badge](/badges/dynamic-silverstripe-elemental-customer-service/health.svg)

```
[![Health](https://phpackages.com/badges/dynamic-silverstripe-elemental-customer-service/health.svg)](https://phpackages.com/packages/dynamic-silverstripe-elemental-customer-service)
```

###  Alternatives

[dynamic/silverstripe-locator

SilverStripe Locator Module. Show locations on a map. Search by geoposition.

2113.2k1](/packages/dynamic-silverstripe-locator)[wedevelopnl/silverstripe-elemental-grid

Elemental grid module

1014.1k2](/packages/wedevelopnl-silverstripe-elemental-grid)

PHPackages © 2026

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