vinzent/mautic-yourls-bundle

YOURLS for Mautic

Maintainers

Package info

github.com/vinzent/mautic-yourls-bundle

Type:mautic-plugin

pkg:composer/vinzent/mautic-yourls-bundle

Fund package maintenance!

Vinzent

Statistics

Installs: 65

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 0

v0.0.1 2025-02-09 13:04 UTC

This package is auto-updated.

Last update: 2026-04-28 09:21:58 UTC


README

Yourls integration for Mautic.

Yourls Homepage: https://yourls.org/

Note: this plugin require Mautic 5.0.0

Installation

By composer

composer require vinzent/mautic-yourls-bundle
php ./bin/console mautic:plugins:reload
php ./bin/console cache:clear

Setup

  1. Get secret access token from https://yourlsite/admin/tools.php
  2. Verify your API URL: https://yourlssite/yourls-api.php (should get you a "Please login" message)
  3. Enable plugin on https://yourmauticsite/s/plugins
  4. Go to Configuration > System Settings > Shortener service and set Yourls as default shortener service

Usage

At the moment If you enable shortener service, automatically all links in sms are shortened by Yourls.

Thanks

This plugin is based on the work of https://github.com/Webmecanik/mautic-bitly-bundle/