fof/signature
Adds signature support to your Flarum forum.
Maintainers
Fund package maintenance!
2.0.0-beta.1
2026-06-04 11:35 UTC
Requires
- flarum/core: ^2.0.0
Requires (Dev)
- flarum/bbcode: *
- flarum/gdpr: *
- flarum/markdown: *
- flarum/phpstan: ^2.0.0
- flarum/testing: ^2.0.0
Suggests
None
Provides
None
Conflicts
None
Replaces
MIT 7ebc38e19dfb1e0516cfca8e566d899e9414b96f
- FriendsOfFlarum <hello.woop@flarum.org>
This package is auto-updated.
Last update: 2026-06-04 11:37:23 UTC
README
👁 Latest Stable Version
👁 Total Downloads
A Flarum extension that adds signature support to your forum. Users can add a signature to their profile which is displayed beneath their posts.
Originally created by Katos and now maintained by FriendsOfFlarum.
Features
- Per-group permission to allow signatures and to moderate other users' signatures.
- Configurable maximum character limit and maximum image count.
- Optional inline editing of signatures directly from a post.
- Respects Markdown and BBCode formatting when those extensions are enabled.
Installation
composer require fof/signature
Updating
composer update fof/signature php flarum cache:clear
Migrating from katosdev/signature
This extension is a continuation of katosdev/signature. To switch over:
composer remove katosdev/signature composer require fof/signature php flarum migrate php flarum cache:clear
Existing signatures are preserved during the migration.
Links
License
This extension is licensed under the MIT License.
