PHPackages                             jonnitto/smartlook - 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. jonnitto/smartlook

ActiveNeos-plugin[Utility &amp; Helpers](/categories/utility)

jonnitto/smartlook
==================

Integrate smartlook.com into your Neos CMS Site

2.1.0(1y ago)2351GPL-3.0

Since Nov 8Pushed 1y ago1 watchersCompare

[ Source](https://github.com/jonnitto/Jonnitto.Smartlook)[ Packagist](https://packagist.org/packages/jonnitto/smartlook)[ Fund](https://www.paypal.me/Jonnitto/20eur)[ GitHub Sponsors](https://github.com/jonnitto)[ RSS](/packages/jonnitto-smartlook/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (8)Dependencies (1)Versions (10)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/b7f34d389339402a7dcb5e6f3d10238fac5b578ff06efc220e01f84611d492ad/68747470733a2f2f706f7365722e707567782e6f72672f6a6f6e6e6974746f2f736d6172746c6f6f6b2f762f737461626c65)](https://packagist.org/packages/jonnitto/smartlook)[![Total Downloads](https://camo.githubusercontent.com/317df454e124ad91ebfe4ba39056522b17f824922d8e55082510a9befe2dfde2/68747470733a2f2f706f7365722e707567782e6f72672f6a6f6e6e6974746f2f736d6172746c6f6f6b2f646f776e6c6f616473)](https://packagist.org/packages/jonnitto/smartlook)[![License](https://camo.githubusercontent.com/3aff57ba81428de2910594e889b575c35052fc6ebf9c55449fbaa033c55fc21f/68747470733a2f2f706f7365722e707567782e6f72672f6a6f6e6e6974746f2f736d6172746c6f6f6b2f6c6963656e7365)](LICENSE)[![GitHub forks](https://camo.githubusercontent.com/8a354247df1e908668cf9f3234c8baca602d0fd22f03747b56f6ece87dd6b522/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f6a6f6e6e6974746f2f4a6f6e6e6974746f2e536d6172746c6f6f6b2e7376673f7374796c653d736f6369616c266c6162656c3d466f726b)](https://github.com/jonnitto/Jonnitto.Smartlook/fork)[![GitHub stars](https://camo.githubusercontent.com/21839a7318cbdc8b26d27a6e71b06d1cc2385afa11f223310c4dfbba6a20de46/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6a6f6e6e6974746f2f4a6f6e6e6974746f2e536d6172746c6f6f6b2e7376673f7374796c653d736f6369616c266c6162656c3d5374617273)](https://github.com/jonnitto/Jonnitto.Smartlook/stargazers)[![GitHub watchers](https://camo.githubusercontent.com/3781f2c1210f4b3fddbe0db0d3aed978f8a9cabd831182a07e8862e0bc2f35e2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f77617463686572732f6a6f6e6e6974746f2f4a6f6e6e6974746f2e536d6172746c6f6f6b2e7376673f7374796c653d736f6369616c266c6162656c3d5761746368)](https://github.com/jonnitto/Jonnitto.Smartlook/subscription)[![GitHub followers](https://camo.githubusercontent.com/d6a5c27d7c6c05ecc3a033972dd1c1d6e88610dc4495d29b74681b0dfe391eb5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f6c6c6f776572732f6a6f6e6e6974746f2e7376673f7374796c653d736f6369616c266c6162656c3d466f6c6c6f77)](https://github.com/jonnitto/followers)[![Follow Jon on Twitter](https://camo.githubusercontent.com/a5d40acbfdb781560e282476df7895f40f8b10783e6b1b9058900bd601d5d2a8/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f666f6c6c6f772f6a6f6e6e6974746f2e7376673f7374796c653d736f6369616c266c6162656c3d466f6c6c6f77)](https://twitter.com/jonnitto)

Jonnitto.Smartlook
==================

[](#jonnittosmartlook)

Add [Smartlook](https://www.smartlook.com) to your [Neos CMS](https://www.neos.io) site:

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

[](#installation)

Most of the time you have to make small adjustments to a package (e.g. configuration in Settings.yaml). Because of that, it is important to add the corresponding package to the composer from your theme package. Mostly this is the site packages located under Packages/Sites/. To install it correctly go to your theme package (e.g.Packages/Sites/Foo.Bar) and run following command:

```
composer require jonnitto/smartlook --no-update

```

The --no-update command prevent the automatic update of the dependencies. After the package was added to your theme composer.json, go back to the root of the Neos installation and run composer update. Et voilà! Your desired package is now installed correctly.

Set id for recording
--------------------

[](#set-id-for-recording)

You need to set the id on your `Settings.yaml` file:

```
Jonnitto:
  Smartlook:
    Id: 123456789012345678901234567890
```

You get the id after registration on [smartlook.com](https://www.smartlook.com)

Automatic handling of `forms`
-----------------------------

[](#automatic-handling-of-forms)

The plugin add automaticly `data-recording-ignore="mask"` to every `form` tag. This behavior can be disabled via `Settings.yaml`:

```
Jonnitto:
  Smartlook:
    ignoreForms: false
```

Disable recording on a certain page
-----------------------------------

[](#disable-recording-on-a-certain-page)

If you want to disable recording on a certain page you just set the variable `track` to false:

```
prototype(Page).head.smartlook.track = false;
```

or

```
renderPathPage.head.smartlook.track = false;
```

If this variable is set to false, `smartlook('disable',true);` is getting added to the tracking code. To disable the complete code on a page you can delete the complete tag like this: `prototype(Page).head.smartlook >`

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance45

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 95% 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 ~385 days

Recently: every ~637 days

Total

9

Last Release

434d ago

Major Versions

0.1.x-dev → 1.0.02017-01-30

1.2.0 → 2.0.02022-04-05

### Community

Maintainers

![](https://www.gravatar.com/avatar/5fec51ac160a110a31a72a54ac29e276a447d8306205a052d35491ac9cf0589b?d=identicon)[jonnitto](/maintainers/jonnitto)

---

Top Contributors

[![jonnitto](https://avatars.githubusercontent.com/u/4510166?v=4)](https://github.com/jonnitto "jonnitto (19 commits)")[![kdambekalns](https://avatars.githubusercontent.com/u/95873?v=4)](https://github.com/kdambekalns "kdambekalns (1 commits)")

---

Tags

neoscmstrackingrecordingsmartlook

### Embed Badge

![Health badge](/badges/jonnitto-smartlook/health.svg)

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

###  Alternatives

[zumba/amplitude-php

PHP SDK for Amplitude

4010.1M5](/packages/zumba-amplitude-php)[kyranb/footprints

A simple registration attribution tracking solution for Laravel (UTM Parameters and Referrers)

206366.0k](/packages/kyranb-footprints)[kaufmanndigital/gdpr-cookieconsent

A ready-to-run package, that integrates an advanced cookie consent banner into your Neos CMS site.

2541.8k](/packages/kaufmanndigital-gdpr-cookieconsent)[hcodes/server_yametrika

Server-side tracking of visitors using Yandex.Metrica

7521.0k](/packages/hcodes-server-yametrika)[axllent/silverstripe-analytics-js

Google Universal Analytics tracking code for Silverstripe

1621.3k](/packages/axllent-silverstripe-analytics-js)[gosquared/php-sdk

1023.6k](/packages/gosquared-php-sdk)

PHPackages © 2026

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