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
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/