A plugin to display charts about devices, platforms and browsers.
- Requires Your Own URL Shortener (YOURLS)
v1.9.2
and above. - Requires
composer
dependency manager installed
- Install the required dependency, navigate to the root directory of your YOURLS installation and run the following command:
composer require whichbrowser/parser
- In
user/plugins
create a new folder nameddevice-charts
- Put this
plugin.php
script into the folder - In admin page activate plugin
This package is licensed under the MIT License.
- This plugin is inspired and based on https://github.com/SachinSAgrawal/YOURLS-Device-Details
- It leverages functions and components found in the
yourls-infos.php
script located in theyourls
codebase.