https://github.com/afrux/top-posters-widget
Top Posters in the past month widget
https://github.com/afrux/top-posters-widget
flarum forum month posters top widget
Last synced: 6 months ago
JSON representation
Top Posters in the past month widget
- Host: GitHub
- URL: https://github.com/afrux/top-posters-widget
- Owner: afrux
- License: mit
- Created: 2021-08-01T22:39:08.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-29T16:29:58.000Z (about 1 year ago)
- Last Synced: 2025-10-27T13:25:15.143Z (9 months ago)
- Topics: flarum, forum, month, posters, top, widget
- Language: PHP
- Homepage:
- Size: 148 KB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Top Posters Widget
 [](https://packagist.org/packages/afrux/top-posters-widget) [](https://packagist.org/packages/afrux/top-posters-widget) [](https://www.buymeacoffee.com/sycho)
A [Flarum](http://flarum.org) extension. Top Posters in the past month Widget.

## Installation
This will also install [Forum Widgets Core](https://github.com/afrux/forum-widgets-core) as it relies on it.
Install with composer:
```sh
composer require afrux/top-posters-widget:"*"
```
## Updating
```sh
composer update afrux/top-posters-widget:"*" --with-dependencies
php flarum migrate
php flarum cache:clear
```
## Links
- [Packagist](https://packagist.org/packages/afrux/top-posters-widget)
- [GitHub](https://github.com/afrux/top-posters-widget)
- [Discuss](https://discuss.flarum.org/d/PUT_DISCUSS_SLUG_HERE)