PHPackages                             asdfdotdev/utm.codes - 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. asdfdotdev/utm.codes

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

asdfdotdev/utm.codes
====================

A plugin that makes building analytics friendly links quick and easy.

1.9.1(11mo ago)121513[1 issues](https://github.com/asdfdotdev/utm.codes/issues)[7 PRs](https://github.com/asdfdotdev/utm.codes/pulls)GPL-2.0-onlyPHPCI failing

Since Nov 18Pushed 1mo ago3 watchersCompare

[ Source](https://github.com/asdfdotdev/utm.codes)[ Packagist](https://packagist.org/packages/asdfdotdev/utm.codes)[ RSS](/packages/asdfdotdev-utmcodes/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (10)Dependencies (6)Versions (31)Used By (0)

[![](img/utm-dot-codes-logo.png)](img/utm-dot-codes-logo.png)

[![PHPUnit Tests Nightly (8.x)](https://github.com/asdfdotdev/utm.codes/workflows/PHPUnit%20Tests%20Nightly%20(8.x)/badge.svg)](https://github.com/asdfdotdev/utm.codes/actions)[![PHPUnit Tests (8.x)](https://github.com/asdfdotdev/utm.codes/workflows/PHPUnit%20Tests%20(8.x)/badge.svg)](https://github.com/asdfdotdev/utm.codes/actions)[![PHPUnit Tests (Legacy 8.x)](https://github.com/asdfdotdev/utm.codes/workflows/PHPUnit%20Tests%20(Legacy%208.x)/badge.svg)](https://github.com/asdfdotdev/utm.codes/actions)

[![WordPress Plugin Rating](https://camo.githubusercontent.com/cc6ea2a63a1c3680837cc3213f6ee5231587e1f7b3df792bfb4a924741fdf887/68747470733a2f2f696d672e736869656c64732e696f2f776f726470726573732f706c7567696e2f726174696e672f75746d2d646f742d636f646573)](https://wordpress.org/plugins/utm-dot-codes/)[![WordPress Plugin Active Installs](https://camo.githubusercontent.com/62fb1b580690a74ebbf806c60ccb265b52ddf4a5105d8b43300cdf2591970b54/68747470733a2f2f696d672e736869656c64732e696f2f776f726470726573732f706c7567696e2f696e7374616c6c732f75746d2d646f742d636f646573)](https://wordpress.org/plugins/utm-dot-codes/)[![WordPress Plugin Downloads](https://camo.githubusercontent.com/0029689c6bdc45067dd40fd971a0f267b4ef01c2f655baa8615c4bf70b3655fb/68747470733a2f2f696d672e736869656c64732e696f2f776f726470726573732f706c7567696e2f646d2f75746d2d646f742d636f646573)](https://wordpress.org/plugins/utm-dot-codes/)

Welcome to the developer repository for utm.codes, a WordPress plugin that makes creating analytics friendly marketing links quick and easy.

For more information about this plugin [visit utm.codes](https://utm.codes).

To download just the plugin (without the developer extras in this repo) check out [utm.codes on WordPress.org](https://wordpress.org/plugins/utm-dot-codes/).

**Try utm.codes Now!** Use the new "Live Preview" available at WordPress.org to try utm.codes directly in your browser. [Click here to visit WordPress.org](https://wordpress.org/plugins/utm-dot-codes/)

### Compatibility

[](#compatibility)

[![WordPress Compatibility](https://camo.githubusercontent.com/796ae91ab475100e6b96509e08ebd616906034fefa50aa792e0437c09ee6af85/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f576f726450726573732d352e315f746f5f362e382d626c75652e7376673f6c6f676f3d776f72647072657373)](https://wordpress.org/)[![PHP Compatibility](https://camo.githubusercontent.com/b15cc80d329f47fba02120562adf6f8eb834f2116efe09540f4b683702811d24/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d372e315f746f5f382e332d2532333838393242462e7376673f6c6f676f3d706870)](https://php.net/)

utm.codes is developed for, and tested with, platform versions covering [the vast majority of WordPress users](https://wordpress.org/about/stats/), including:

- WordPress 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 5.9, 6.0, 6.1, 6.2, 6.3, 6.4, 6.5, 6.6, 6.7, and 6.8
- PHP 7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, and 8.3

Branches
--------

[](#branches)

**main** - Contains the latest usable code and will mirror the code available for download from WordPress.org.

**development** - This branch will at times be more experimental and may contain incomplete and/or untested ideas. Please reference latest commit messages/tags for further details. This branch should be used for development and experimentation only and not deployed to a production environment.

Repository Contents
-------------------

[](#repository-contents)

```
.
├── .github
├── .wordpress
├── _build
│   ├── javascript
│   └── styles
├── _test
├── assets
│   ├── css
│   └── js
├── classes
│   └── shorten
├── img
├── languages
└── test
    ├── css
    └── js

```

- **.github** - GitHub.com development resources including workflows and various documentation
- **.wordpress** - WordPress.org resources including live preview blueprint and screenshots
- **\_build** - Static resource build files used to compile our javascript and stylesheet
- **\_test** - PHPUnit unit, integration, and ajax test resources
- **assets** - Compiled admin stylesheet and javascript used by our plugin
- **classes** - Core classes used by our plugin
- **img** - Our awesome logo
- **languages** - Portable Object Template (.pot) file for plugin translation

Build Process
-------------

[](#build-process)

utm.codes uses webpack. Prerequisites include a working and reasonably up-to-date install of node and npm.

For instructions on running the build check out the [README](./_build#readme).

Tests
-----

[](#tests)

For instructions on running test check out the [README](./_test#readme).

Providing Feedback
------------------

[](#providing-feedback)

We would be delighted if you'd submit a review of this plugin. [Click here to post a review.](https://wordpress.org/plugins/utm-dot-codes/)

If you'd like to contribute to utm.codes please reference our [code of conduct](./.github/CODE_OF_CONDUCT.md) and [contributing](./.github/CONTRIBUTING.md) guides.

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance72

Regular maintenance activity

Popularity17

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 98.7% 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 ~114 days

Recently: every ~221 days

Total

22

Last Release

332d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fd9e010a4eed395baba6bdc03cbc82ee70dcb3bf3c7c67f2fa999a0c276cc359?d=identicon)[chrislarrycarl](/maintainers/chrislarrycarl)

---

Top Contributors

[![chrislarrycarl](https://avatars.githubusercontent.com/u/7042731?v=4)](https://github.com/chrislarrycarl "chrislarrycarl (151 commits)")[![codyrobert](https://avatars.githubusercontent.com/u/310973?v=4)](https://github.com/codyrobert "codyrobert (2 commits)")

---

Tags

analyticsbitly-apimarketing-toolsrebrandly-apiutm-codeswordpresswordpress-pluginpluginwordpressanalyticslink-builderutm codes

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/asdfdotdev-utmcodes/health.svg)

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

###  Alternatives

[afragen/git-updater

A plugin to automatically update GitHub, Bitbucket, GitLab, or Gitea hosted plugins, themes, and language packs.

3.3k1.6k](/packages/afragen-git-updater)[appsero/client

Appsero Client

25431.7k9](/packages/appsero-client)[webdevstudios/cmb2-attached-posts

Custom field for CMB2 for creating post relationships.

13565.5k](/packages/webdevstudios-cmb2-attached-posts)[iceicetimmy/acf-post-type-selector

Post type selector for Advanced Custom Fields.

559.0k](/packages/iceicetimmy-acf-post-type-selector)

PHPackages © 2026

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