Statistics API plugin
Description
The Statistics API plugin allows other plugins to easily count/record events for their own plugin. The API simply stores the following information upon request:
- Event type
- Event description
- Date and time of event
- IP address
- Username
Apart from the main Frog find..() and count..() methods which are available from the Record parent class of this plugin, you can also use the countEvents() and findAllEvents() methods to query the data.
Note: it should be made very clear that this plugin is geared towards Frog plugin developers.
License
This plugin is licensed under the GPLv3 License.
Current version
v1.0.0 (download)
- Initial release.
You can also see all downloads for Frog on this site.
You can also see the complete changelist for all versions of this plugin.