An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Top Posters Widget

![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square) [![Latest Stable Version](https://img.shields.io/packagist/v/afrux/top-posters-widget.svg?style=flat-square)](https://packagist.org/packages/afrux/top-posters-widget) [![Total Downloads](https://img.shields.io/packagist/dt/afrux/top-posters-widget.svg?style=flat-square)](https://packagist.org/packages/afrux/top-posters-widget) [![donate](https://img.shields.io/badge/donate-buy%20me%20a%20coffee-%23ffde39?style=flat-square)](https://www.buymeacoffee.com/sycho)

A [Flarum](http://flarum.org) extension. Top Posters in the past month Widget.

![flarum lan_ (5)](https://user-images.githubusercontent.com/20267363/127893614-e4874003-4a2f-451d-9f84-37cebc4430ed.png)

## 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)