vinzent/mautic-yourls-bundle

YOURLS for Mautic

Fund package maintenance!
Vinzent

Installs: 23

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 1

Open Issues: 0

Type:mautic-plugin

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

This package is auto-updated.

Last update: 2025-08-26 13:19:35 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/