Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clarkwinkelmann/flarum-ext-status
A simple user status extension for Flarum
https://github.com/clarkwinkelmann/flarum-ext-status
Last synced: 3 months ago
JSON representation
A simple user status extension for Flarum
- Host: GitHub
- URL: https://github.com/clarkwinkelmann/flarum-ext-status
- Owner: clarkwinkelmann
- License: mit
- Created: 2019-11-14T22:25:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T05:11:47.000Z (almost 2 years ago)
- Last Synced: 2024-08-08T19:15:16.735Z (5 months ago)
- Language: JavaScript
- Homepage: https://discuss.flarum.org/d/21983
- Size: 648 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Status
![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/clarkwinkelmann/flarum-ext-status.svg)](https://packagist.org/packages/clarkwinkelmann/flarum-ext-status) [![Total Downloads](https://img.shields.io/packagist/dt/clarkwinkelmann/flarum-ext-status.svg)](https://packagist.org/packages/clarkwinkelmann/flarum-ext-status) [![Donate](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.me/clarkwinkelmann)
Minimalistic user status for Flarum.
> This extension was written live on YouTube. Watch the video on the [Clark writes code channel](https://www.youtube.com/watch?v=iRVyF6BuotY). Support me on [Patreon](https://www.patreon.com/clark_writes_code)!
## Installation
composer require clarkwinkelmann/flarum-ext-status
## Emoji list
The emoji lists for PHP were generated from the `simple-emoji-map` node package via those javascript commands:
```
console.log(JSON.stringify(Object.keys(emojiMap))); // all.json
console.log(JSON.stringify(Object.keys(emojiMap).filter(emoji => emojiMap[emoji][0].indexOf('flag_') === 0))); // flags.json
```## Support
This extension is under **minimal maintenance**.
It was developed for a client and released as open-source for the benefit of the community.
I might publish simple bugfixes or compatibility updates for free.You can [contact me](https://clarkwinkelmann.com/flarum) to sponsor additional features or updates.
Support is offered on a "best effort" basis through the Flarum community thread.
**Sponsors**: [GreXXL](https://www.flarumde.com/)
## Links
- [GitHub](https://github.com/clarkwinkelmann/flarum-ext-status)
- [Packagist](https://packagist.org/packages/clarkwinkelmann/flarum-ext-status)
- [Discuss](https://discuss.flarum.org/d/21983)