vinzent / mautic-yourls-bundle
YOURLS for Mautic
Package info
github.com/vinzent/mautic-yourls-bundle
Type:mautic-plugin
pkg:composer/vinzent/mautic-yourls-bundle
Fund package maintenance!
v0.0.1
2025-02-09 13:04 UTC
Requires
- php: >=8.0
- mautic/core-lib: ^5.0
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
- Get secret access token from https://yourlsite/admin/tools.php
- Verify your API URL: https://yourlssite/yourls-api.php (should get you a "Please login" message)
- Enable plugin on https://yourmauticsite/s/plugins
- 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/