Download the PHP package xddesigners/silverstripe-utm-tags without Composer
On this page you can find all versions of the php package xddesigners/silverstripe-utm-tags. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download xddesigners/silverstripe-utm-tags
More information about xddesigners/silverstripe-utm-tags
Files in xddesigners/silverstripe-utm-tags
Download xddesigners/silverstripe-utm-tags
More information about xddesigners/silverstripe-utm-tags
Files in xddesigners/silverstripe-utm-tags
Vendor xddesigners
Package silverstripe-utm-tags
Short Description Adds a method to handle UTM tags and store them in models
License BSD-3-Clause
Package silverstripe-utm-tags
Short Description Adds a method to handle UTM tags and store them in models
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package silverstripe-utm-tags
UTM Tag detection for SilverStripe 4 and 5
This module provides an method to handle UTM tags and store them in models like form submissions.
Installation
Install the module trough composer composer require xddesigners/silverstripe-utm-tags
Add the XD\UTMTags\Extensions\StoresUTMTags extension to the model you want to store UTM tags in.
Call the method $myModel->setUTMTagsFromSession(); before calling write() to store the tags.
You could call this in a form submit method.
Maintainers
All versions of silverstripe-utm-tags with dependencies
PHP Build Version
Package Version
Requires
silverstripe/cms Version
^4 || ^5
The package xddesigners/silverstripe-utm-tags contains the following files
Loading the files please wait ...