ozh / example-plugin
Example of a YOURLS plugin installable with Composer
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Open Issues: 0
Type:yourls-plugin
Requires
- php: >=7.1
- yourls/composer-installer: *
This package is auto-updated.
Last update: 2024-12-15 22:14:20 UTC
README
Example of a YOURLS plugin installable with Composer.
Installation
In your YOURLS root: composer add-plugin ozh/example-plugin
How does it work? Thanks to the YOURLS custom installer that is listed as a dependency of this plugin, Composer will download this plugin and place it in your user/plugins/
directory.
(Or, of course, just as any plugin you could install it the regular way)
Usage
It does nothing, it's just a demo
License
WTFPL